From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 07EEE377E for ; Tue, 18 Jul 2017 15:50:10 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 18 Jul 2017 06:50:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,378,1496127600"; d="scan'208";a="128770770" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga006.fm.intel.com with ESMTP; 18 Jul 2017 06:50:09 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX153.ger.corp.intel.com ([169.254.9.74]) with mapi id 14.03.0319.002; Tue, 18 Jul 2017 14:50:08 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/3] cryptodev: rename field name Thread-Index: AQHS/xn0K14SB1lCM0+grzUL4kn6Q6JZLWoAgABt47A= Date: Tue, 18 Jul 2017 13:50:07 +0000 Message-ID: References: <20170717082953.74995-1-pablo.de.lara.guarch@intel.com> <20170717082953.74995-2-pablo.de.lara.guarch@intel.com> <348A99DA5F5B7549AA880327E580B43589237C15@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B43589237C15@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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 2/3] cryptodev: rename field name 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: Tue, 18 Jul 2017 13:50:11 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Tuesday, July 18, 2017 9:17 AM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: RE: [dpdk-dev] [PATCH 2/3] cryptodev: rename field name >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > > Sent: Monday, July 17, 2017 9:30 AM > > To: Doherty, Declan > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > > > Subject: [dpdk-dev] [PATCH 2/3] cryptodev: rename field name > > > > Additional Authenticated Data (AAD) is called "aad" in most places of > > cryptodev, but it was called "add_auth_data" > > in the AEAD transform transform (aead_xform). > > > > This field is renamed to "aad_length" in order to keep consistency. > > > > Signed-off-by: Pablo de Lara > Acked-by: Fiona Trahe Applied to dpdk-next-crypto. Pablo