From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id A5ABC23C for ; Fri, 20 Jul 2018 12:41:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jul 2018 03:41:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,378,1526367600"; d="scan'208";a="74038095" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 20 Jul 2018 03:41:13 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX109.ger.corp.intel.com ([169.254.13.124]) with mapi id 14.03.0319.002; Fri, 20 Jul 2018 11:41:12 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/5] L2fwd-crypto fixes Thread-Index: AQHUH4AYErRddEORf0iD1pGJWAq9LqSXwMGAgAAsZwA= Date: Fri, 20 Jul 2018 10:41:12 +0000 Message-ID: References: <20180717103815.26841-1-pablo.de.lara.guarch@intel.com> <20180719083959.41480-1-pablo.de.lara.guarch@intel.com> <348A99DA5F5B7549AA880327E580B435895DDE19@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B435895DDE19@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODQ2NGY2NzYtNGI3Ny00YzdhLTlhMGEtNWMyY2U4NTA4NmYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiXC9iUVwvcHBNa0JreG05bDZsSVpHajc1aFhFQU53MlRjUlFmTTFmXC9OU0R4OTMwdEJYM29nelRnd2krYmE2YzQxaSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/5] L2fwd-crypto fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 10:41:17 -0000 Hi Fiona, > -----Original Message----- > From: Trahe, Fiona > Sent: Friday, July 20, 2018 10:02 AM > To: De Lara Guarch, Pablo ; Doherty, Decl= an > > Cc: dev@dpdk.org; Trahe, Fiona > Subject: RE: [PATCH v2 0/5] L2fwd-crypto fixes >=20 > Hi Pablo, >=20 > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Thursday, July 19, 2018 9:40 AM > > To: Doherty, Declan ; Trahe, Fiona > > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH v2 0/5] L2fwd-crypto fixes > > > > v2 changes: > > - Split patch into multiple patches for better review > > - First two patches are fixes for previous releases > > > > Pablo de Lara (5): > > examples/l2fwd-crypto: check return value on IV size check > > examples/l2fwd-crypto: skip device not supporting operation > > examples/l2fwd-crypto: separate IV check from xform setting > > examples/l2fwd-crypto: fix session mempool size > > examples/l2fwd-crypto: remove duplicated capability check > > > > examples/l2fwd-crypto/main.c | 539 +++++++++++++++++++++++++++--------= - > ------- > > 1 file changed, 340 insertions(+), 199 deletions(-) > > > > -- > > 2.14.4 > One minor comment in patch 4, apart from that > Series-acked-by: Fiona Trahe Thanks for the review. I will make that change on the fly when applying the= patchset, as it is a minor change, to avoid spam.