From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F14F65A98 for ; Fri, 14 Jul 2017 09:30:07 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jul 2017 00:30:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,357,1496127600"; d="scan'208";a="125037896" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga005.jf.intel.com with ESMTP; 14 Jul 2017 00:30:02 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Fri, 14 Jul 2017 08:30:01 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH] cryptodev: remove AAD size in auth capabilities Thread-Index: AQHS+lJVAkxhiTqTMUawGmf8cUuHXaJR7h8AgAEDKWA= Date: Fri, 14 Jul 2017 07:30:01 +0000 Message-ID: References: <20170711063043.820-1-pablo.de.lara.guarch@intel.com> <13e428c8-ca96-5e9b-baa3-7c47d8f252a7@intel.com> In-Reply-To: <13e428c8-ca96-5e9b-baa3-7c47d8f252a7@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.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] cryptodev: remove AAD size in auth capabilities 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, 14 Jul 2017 07:30:08 -0000 > -----Original Message----- > From: Doherty, Declan > Sent: Thursday, July 13, 2017 6:02 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: Re: [PATCH] cryptodev: remove AAD size in auth capabilities >=20 > On 11/07/2017 7:30 AM, Pablo de Lara wrote: > > Additional Authenticated Data (AAD) was removed from the > > authentication parameters, but still the supported size was part of > > the authentication capabilities of a PMD. > > > > Fixes: 4428eda8bb75 ("cryptodev: remove AAD from authentication > > structure") > > > > Signed-off-by: Pablo de Lara > > --- > ... > > >=20 > Acked-by: Declan Doherty Applied to dpdk-next-crypto. Pablo