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 6B7A77CE8; Thu, 19 Apr 2018 16:27:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 07:27:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="33157051" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga007.fm.intel.com with ESMTP; 19 Apr 2018 07:27:01 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 19 Apr 2018 15:27:00 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx112.ger.corp.intel.com ([169.254.1.226]) with mapi id 14.03.0319.002; Thu, 19 Apr 2018 15:27:00 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 3/3] crypto/zuc: batch ops with same transform Thread-Index: AQHTx3aD5VnpBXrN70iCZsBr1LyiqqQINAQAgAARz+A= Date: Thu, 19 Apr 2018 14:26:59 +0000 Message-ID: References: <20180329155621.29619-1-pablo.de.lara.guarch@intel.com> <20180329155621.29619-4-pablo.de.lara.guarch@intel.com> <348A99DA5F5B7549AA880327E580B43589377167@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B43589377167@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGZlZjNlZjgtYzg2Yy00MjQ2LWFkYTEtNzRkNmFmOTAxYjRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1NaUxmZFp5eUd0VGk2eElVU0U1ZTFqY2NoeXlqbTFvQ0piWUJRWlU4WDA9In0= 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 3/3] crypto/zuc: batch ops with same transform 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: Thu, 19 Apr 2018 14:27:17 -0000 Hi Fiona, > -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, April 19, 2018 3:23 PM > To: De Lara Guarch, Pablo ; dev@dpdk.org > Cc: De Lara Guarch, Pablo ; stable@dpdk.o= rg; > Trahe, Fiona > Subject: RE: [dpdk-dev] [PATCH 3/3] crypto/zuc: batch ops with same trans= form >=20 > Hi Pablo, >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > > Sent: Thursday, March 29, 2018 4:56 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo ; > > stable@dpdk.org > > Subject: [dpdk-dev] [PATCH 3/3] crypto/zuc: batch ops with same > > transform > > > > The ZUC API to encrypt packets does not require the operations to > > share the same key. Currently, the operations were being batched only > > when they shared the same key, but this is not needed. > > > > Instead, now operations will be batched based on the transform (cipher > > only, auth only...). > > > > Fixes: cf7685d68f00 ("crypto/zuc: add driver for ZUC library") > > Cc: stable@dpdk.org > > > > Signed-off-by: Pablo de Lara >=20 > [Fiona] A couple of comments need updating - see below Apart from that > Acked-by: Fiona Trahe Thanks for the comments. Agreed on them, will send a v2. Pablo