From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v3 0/4] Various fixes for L2fwd-crypto Date: Mon, 15 Feb 2016 16:44:45 +0000 Message-ID: <56C2007D.5060605@intel.com> References: <1454574393-12224-1-git-send-email-pablo.de.lara.guarch@intel.com> <1455268645-10864-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D4CC195D6 for ; Mon, 15 Feb 2016 17:47:06 +0100 (CET) In-Reply-To: <1455268645-10864-1-git-send-email-pablo.de.lara.guarch@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" On 12/02/16 09:17, Pablo de Lara wrote: > This patchset includes param handling, typo and > statistics fixes in the L2fwd-crypto sample app. > > Changes in v3: > - Reset all accumulated stats > > Changes in v2: > - Include "Fixes" line > > > Pablo de Lara (4): > l2fwd-crypto: fix total stats > l2fwd-crypto: fix incorrect params in command line help > l2fwd-crypto: fix auth params setting > l2fwd-crypto: fix typos > > examples/l2fwd-crypto/main.c | 26 ++++++++++++++++---------- > 1 file changed, 16 insertions(+), 10 deletions(-) > Series Acked-by: Declan Doherty