From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 333CFA00E6 for ; Wed, 17 Apr 2019 15:25:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 44ECF1B60B; Wed, 17 Apr 2019 15:25:51 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C055E1B607 for ; Wed, 17 Apr 2019 15:25:49 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2019 06:25:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,362,1549958400"; d="scan'208";a="135116417" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga008.jf.intel.com with ESMTP; 17 Apr 2019 06:25:47 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.115]) by IRSMSX151.ger.corp.intel.com ([169.254.4.174]) with mapi id 14.03.0415.000; Wed, 17 Apr 2019 14:25:46 +0100 From: "Trahe, Fiona" To: Akhil Goyal , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Trahe, Fiona" Thread-Topic: [PATCH] cryptodev: add an option to support both iv and J0 for GCM Thread-Index: AdT1EWx7i0SxvSZ7gEans4gnY8IROwAD1xbw Date: Wed, 17 Apr 2019 13:25:46 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589743E3E@IRSMSX101.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzVjYWQyNzktMWY4ZS00N2RkLWJjMmEtZTFiZWYwOWRmN2NmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWFc4bVJqeDc4N3ZTdjN6RkZuWGhiR3FnekN6SnBvQUxsdm14WlJydDBoeFVHVVNsOWUzVDZcLzhqTG9XZFdHQUEifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] cryptodev: add an option to support both iv and J0 for GCM 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190417132546.acYJCFMQcyaP1EbStPX4yTMeKqcsKgh3lAJeqGuRMkM@z> Hi Akhil, Yes, it's intended for 19.08 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Wednesday, April 17, 2019 12:34 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > Subject: RE: [PATCH] cryptodev: add an option to support both iv and J0 f= or GCM >=20 > > > > This patch adds an option to support both IV (of all supported sizes) > > and J0 when using Galois Counter Mode of crypto operation. > > > > Signed-off-by: Arek Kusztal > > --- > > lib/librte_cryptodev/rte_crypto_sym.h | 37 ++++++++++++++++++---------= -------- > > 1 file changed, 19 insertions(+), 18 deletions(-) > > >=20 > I believe this patch is for 19.08