From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/8] L2fwd-crypto fixes/enhancements Date: Thu, 31 Mar 2016 22:22:09 +0200 Message-ID: <2535042.W8k6nbsJLE@xps13> 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> <56FD169D.9030003@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Declan Doherty To: Pablo de Lara Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 198F095CF for ; Thu, 31 Mar 2016 22:24:04 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id f198so16147366wme.0 for ; Thu, 31 Mar 2016 13:24:04 -0700 (PDT) In-Reply-To: <56FD169D.9030003@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" > > 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 > > Series-Acked-by: Declan Doherty Applied, thanks