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 5394893FE for ; Thu, 4 Feb 2016 09:27:02 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 04 Feb 2016 00:27:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,393,1449561600"; d="scan'208";a="740328770" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga003.jf.intel.com with ESMTP; 04 Feb 2016 00:26:56 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.102]) by IRSMSX152.ger.corp.intel.com ([169.254.6.200]) with mapi id 14.03.0248.002; Thu, 4 Feb 2016 08:26:56 +0000 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" Thread-Topic: [PATCH 0/4] Various fixes for L2fwd-crypto Thread-Index: AQHRXnPwRDlSjLKSjkS9vHRrYx4eXp8bjprA Date: Thu, 4 Feb 2016 08:26:55 +0000 Message-ID: References: <1454498063-11957-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1454498063-11957-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTk0ZjczNWItOGI3Yi00MjI2LWFhMzgtY2VjNmE2ZjM2MDdkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibTU2dk5NMnA2QjR1MEdzMnFIZExcL3BQV0crdmJcL2FvWFNKNG5jRXhBNVM0PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] 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 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: Thu, 04 Feb 2016 08:27:02 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, February 03, 2016 11:14 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH 0/4] Various fixes for L2fwd-crypto >=20 > This patchset includes param handling, typo and > statistics fixes in the L2fwd-crypto sample app. >=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, forgot fixes line.