From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3FD1B1DB1 for ; Fri, 11 Mar 2016 11:02:57 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 11 Mar 2016 02:02:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,320,1455004800"; d="scan'208";a="762255023" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.70]) ([10.237.220.70]) by orsmga003.jf.intel.com with ESMTP; 11 Mar 2016 02:02:55 -0800 To: Pablo de Lara , dev@dpdk.org References: <1457654571-17432-1-git-send-email-pablo.de.lara.guarch@intel.com> From: Sergio Gonzalez Monroy Message-ID: <56E297CE.8090303@intel.com> Date: Fri, 11 Mar 2016 10:02:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1457654571-17432-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/6] L2fwd-crypto enhancements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 10:02:57 -0000 On 11/03/2016 00:02, Pablo de Lara wrote: > 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