From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id A26B798 for ; Fri, 20 Jul 2018 11:01:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jul 2018 02:01:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,378,1526367600"; d="scan'208";a="241847485" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga005.jf.intel.com with ESMTP; 20 Jul 2018 02:01:37 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.185]) by IRSMSX104.ger.corp.intel.com ([169.254.5.225]) with mapi id 14.03.0319.002; Fri, 20 Jul 2018 10:01:36 +0100 From: "Trahe, Fiona" To: "De Lara Guarch, Pablo" , "Doherty, Declan" CC: "dev@dpdk.org" , "Trahe, Fiona" Thread-Topic: [PATCH v2 0/5] L2fwd-crypto fixes Thread-Index: AQHUH4AY5D9w1P7te0C3nd7zEhPW9qSX0RSg Date: Fri, 20 Jul 2018 09:01:35 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435895DDE19@IRSMSX101.ger.corp.intel.com> References: <20180717103815.26841-1-pablo.de.lara.guarch@intel.com> <20180719083959.41480-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180719083959.41480-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, 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.181] 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 09:01:42 -0000 Hi Pablo, > -----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 >=20 > v2 changes: > - Split patch into multiple patches for better review > - First two patches are fixes for previous releases >=20 > 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 >=20 > examples/l2fwd-crypto/main.c | 539 +++++++++++++++++++++++++++----------= ------ > 1 file changed, 340 insertions(+), 199 deletions(-) >=20 > -- > 2.14.4 One minor comment in patch 4, apart from that=20 Series-acked-by: Fiona Trahe