From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2017 09:06:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,304,1496127600"; d="scan'208";a="874357965" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by FMSMGA003.fm.intel.com with ESMTP; 03 Jul 2017 09:06:50 -0700 To: Pablo de Lara Cc: dev@dpdk.org 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> From: Declan Doherty Message-ID: <069a0290-4d50-131c-0a4a-99a24f8a20eb@intel.com> Date: Mon, 3 Jul 2017 17:03:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170702025506.35031-3-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 2/2] test/crypto: add 12-byte IV AES-CTR test cases 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: Mon, 03 Jul 2017 16:07:02 -0000 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