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 690286C9B for ; Thu, 31 Mar 2016 14:24:49 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 31 Mar 2016 05:24:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,422,1455004800"; d="scan'208";a="948762189" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.69]) by fmsmga002.fm.intel.com with ESMTP; 31 Mar 2016 05:24:47 -0700 To: Pablo de Lara , dev@dpdk.org References: <1459414919-44829-1-git-send-email-pablo.de.lara.guarch@intel.com> <1459416734-54479-1-git-send-email-pablo.de.lara.guarch@intel.com> From: Declan Doherty Message-ID: <56FD169D.9030003@intel.com> Date: Thu, 31 Mar 2016 13:22:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1459416734-54479-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 v3 0/8] L2fwd-crypto fixes/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: Thu, 31 Mar 2016 12:24:49 -0000 On 31/03/16 10:32, Pablo de Lara wrote: > This patches fixes some small issues in L2fwd-crypto > app and also improves the app, making it more flexible > (accepting different key sizes) > and readable (information display improvement). > > Series-tested-by: Min Cao > > > Changes in v3: > > - Added missing Tested-by line. > > Changes in v2: > > - Extended help information > > Pablo de Lara (8): > l2fwd-crypto: add missing new line character in help > l2fwd-crypto: rename period parameter > l2fwd-crypto: add missing string initialization > l2fwd-crypto: fix length of random IV/AAD > l2fwd-crypto: fix ambiguous input key size > l2fwd-crypto: clarify key parsing in help > l2fwd-crypto: use key-value list of supported algorithms > l2fwd-crypto: extend crypto information > > examples/l2fwd-crypto/main.c | 473 ++++++++++++++++++++++++++++------ > lib/librte_cryptodev/rte_crypto_sym.h | 6 +- > 2 files changed, 402 insertions(+), 77 deletions(-) > Series-Acked-by: Declan Doherty