From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] crypto/aesni_gcm: remove unneeded J0 calculation Date: Wed, 26 Sep 2018 17:57:17 +0530 Message-ID: <62e3247d-1601-6a0e-cff9-4fbd298428a5@nxp.com> References: <20180814005330.5595-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara , declan.doherty@intel.com Return-path: Received: from EUR02-VE1-obe.outbound.protection.outlook.com (mail-eopbgr20066.outbound.protection.outlook.com [40.107.2.66]) by dpdk.org (Postfix) with ESMTP id 8B6701B3B6 for ; Wed, 26 Sep 2018 14:27:32 +0200 (CEST) In-Reply-To: <20180814005330.5595-1-pablo.de.lara.guarch@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/14/2018 6:23 AM, Pablo de Lara wrote: > When IV size is 12, padding to 16 bytes is required > and the LSB must be set to 1, according to the spec. > However, the Multi-buffer library is already doing this, > so it is not necessary to do it in the PMD. > > Signed-off-by: Pablo de Lara > --- > Applied to dpdk-next-crypto Thanks