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 B217B29D9 for ; Thu, 13 Jul 2017 19:02:12 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 13 Jul 2017 10:02:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,354,1496127600"; d="scan'208";a="878611346" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.177]) ([163.33.228.177]) by FMSMGA003.fm.intel.com with ESMTP; 13 Jul 2017 10:02:11 -0700 To: Pablo de Lara References: <20170711063043.820-1-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: <13e428c8-ca96-5e9b-baa3-7c47d8f252a7@intel.com> Date: Thu, 13 Jul 2017 18:02:10 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170711063043.820-1-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 13 Jul 2017 17:02:13 -0000 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 > --- ... > Acked-by: Declan Doherty