From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/6] L2fwd-crypto enhancements Date: Fri, 11 Mar 2016 11:50:46 +0100 Message-ID: <1603744.BoXteeLu6c@xps13> References: <1457654571-17432-1-git-send-email-pablo.de.lara.guarch@intel.com> <56E297CE.8090303@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 40F7D2C45 for ; Fri, 11 Mar 2016 11:52:30 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id p65so12808076wmp.1 for ; Fri, 11 Mar 2016 02:52:30 -0800 (PST) In-Reply-To: <56E297CE.8090303@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" > > This patchset cleans up the l2fwd-crypto app, > > implements some missing functionality > > and makes use of the new capability discovery mechanism > > that cryptodev library offers to discover which crypto operations > > a PMD can provide. > > > > This patchset depends on "cryptodev: add capabilities discovery mechanism" patch > > (http://dpdk.org/dev/patchwork/patch/11434/) > > > > Pablo de Lara (6): > > l2fwd-crypto: code cleanup > > l2fwd-crypto: update auth algo list > > l2fwd-crypto: implement parse_key function > > l2fwd_crypto: add AAD parsing > > l2fwd-crypto: add missing cipher/hash only cases > > l2fwd-crypto: use cryptodev capability discovery > > > > examples/l2fwd-crypto/main.c | 517 +++++++++++++++++++++++++++++-------------- > > 1 file changed, 348 insertions(+), 169 deletions(-) > > Acked-by: Sergio Gonzalez Monroy Applied, thanks