From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 15 Feb 2016 08:47:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,451,1449561600"; d="scan'208";a="885384905" Received: from dwdohert-dpdk.ir.intel.com ([163.33.213.167]) by orsmga001.jf.intel.com with ESMTP; 15 Feb 2016 08:47:04 -0800 To: Pablo de Lara 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> From: Declan Doherty Message-ID: <56C2007D.5060605@intel.com> Date: Mon, 15 Feb 2016 16:44:45 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1455268645-10864-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/4] Various fixes for L2fwd-crypto 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: Mon, 15 Feb 2016 16:47:07 -0000 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