From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7936BA488 for ; Thu, 19 Apr 2018 18:39:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 09:39:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="43154411" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 19 Apr 2018 09:39:46 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX103.ger.corp.intel.com ([169.254.3.61]) with mapi id 14.03.0319.002; Thu, 19 Apr 2018 17:39:44 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" CC: "Trahe, Fiona" Thread-Topic: [PATCH v2 0/3] ZUC PMD fixes Thread-Index: AQHT1+6Bkb4RcLEvWky1Z+yFgKf0jaQISg8Q Date: Thu, 19 Apr 2018 16:39:44 +0000 Message-ID: References: <20180329155621.29619-1-pablo.de.lara.guarch@intel.com> <20180419145541.28836-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180419145541.28836-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTAxYTM1OGEtZTkyMC00ZWQxLWFjMmQtYWJmNzgyNjU2YTE4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1zYThHbDZiRW5HYWZxTHV6UFFvamF3ZGF5S2NSZHNpaHU2bU9oclhyMXM9In0= 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/3] ZUC PMD 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: Thu, 19 Apr 2018 16:39:47 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, April 19, 2018 3:56 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > > Subject: [PATCH v2 0/3] ZUC PMD fixes >=20 > ZUC library provides an API to encrypt buffers in parallel with different= keys. > However, the PMD was developed assuming > that all needed to share the same session (therefore, the same key). >=20 > This patchset fixes this behaviour by allowing multiple buffers with diff= erent keys > to be processed in parallel, plus it removes some unnecessary code. >=20 > Changes in v2: > - Fixed incorrect comments [Fiona] >=20 > Pablo de Lara (3): > crypto/zuc: do not set default op status > crypto/zuc: remove unnecessary check > crypto/zuc: batch ops with same transform >=20 > drivers/crypto/zuc/rte_zuc_pmd.c | 111 +++++++++++++++++++++++----------= --- > --- > 1 file changed, 65 insertions(+), 46 deletions(-) >=20 > -- > 2.14.3 Series applied to dpdk-next-crypto. Pablo