From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v2 2/2] test/crypto: add 12-byte IV AES-CTR test cases Date: Mon, 3 Jul 2017 17:03:55 +0100 Message-ID: <069a0290-4d50-131c-0a4a-99a24f8a20eb@intel.com> References: <20170628114817.85202-1-pablo.de.lara.guarch@intel.com> <20170702025506.35031-1-pablo.de.lara.guarch@intel.com> <20170702025506.35031-3-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 Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 88D112BB4 for ; Mon, 3 Jul 2017 18:07:01 +0200 (CEST) In-Reply-To: <20170702025506.35031-3-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 02/07/17 03:55, Pablo de Lara wrote: > AESNI MB PMD supports now 12-byte IVs, so some tests > are added to check that, apart from the ones with 16-byte IVs, > as this is still compatible. > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty