From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/l2fwd-crypto: enable AES-XCBC-MAC authentication algorithm Date: Tue, 07 Jun 2016 22:18:55 +0200 Message-ID: <5838648.H9OeLvHJvr@xps13> References: <1464166845-122833-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com To: Fan Zhang Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 196C7AD7B for ; Tue, 7 Jun 2016 22:18:57 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id m124so129519855wme.1 for ; Tue, 07 Jun 2016 13:18:57 -0700 (PDT) In-Reply-To: <1464166845-122833-1-git-send-email-roy.fan.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-25 10:00, Fan Zhang: > This patch enables AES-XCBC-MAC authentication algorithm support to > l2fwd-crypto sample application. > > Signed-off-by: Fan Zhang Applied, thanks