From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7937F2A5B for ; Fri, 12 Feb 2016 10:16:12 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 12 Feb 2016 01:16:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,435,1449561600"; d="scan'208";a="913695634" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 12 Feb 2016 01:16:10 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.102]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Fri, 12 Feb 2016 09:16:09 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH v2 0/4] Various fixes for L2fwd-crypto Thread-Index: AQHRXyWyg3rsWOlZTEqA20m8SRiyC58oLX7g Date: Fri, 12 Feb 2016 09:16:08 +0000 Message-ID: References: <1454498063-11957-1-git-send-email-pablo.de.lara.guarch@intel.com> <1454574393-12224-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1454574393-12224-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOThiYzBjYmEtNDZiMS00NDllLThjYjktMDQ3ZGM2OGIyNzdkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IituRXBpeTcxVFF0NmU0dk1KdCtLdFFUdU5LeVU2blhaeVpRUk9za2RvY3c9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 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: Fri, 12 Feb 2016 09:16:12 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, February 04, 2016 8:26 AM > To: Doherty, Declan > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/4] Various fixes for L2fwd-crypto > Importance: High >=20 > This patchset includes param handling, typo and > statistics fixes in the L2fwd-crypto sample app. >=20 > Changes in v2: > - Include "Fixes" line >=20 > Pablo de Lara (4): > l2fwd-crypto: fix accumulated stats > l2fwd-crypto: fix incorrect params in command line help > l2fwd-crypto: fix auth params setting > l2fwd-crypto: fix typos >=20 > examples/l2fwd-crypto/main.c | 20 ++++++++++++-------- > 1 file changed, 12 insertions(+), 8 deletions(-) >=20 > -- > 2.5.0 Nack, first patch needs an additional fix.