From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id F1F132A58 for ; Mon, 3 Jul 2017 22:22:45 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2017 13:22:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,305,1496127600"; d="scan'208";a="120464040" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga005.jf.intel.com with ESMTP; 03 Jul 2017 13:22:43 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX153.ger.corp.intel.com ([169.254.9.74]) with mapi id 14.03.0319.002; Mon, 3 Jul 2017 21:22:42 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] AES-NI MB PMD: support Multi-buffer library 0.46 Thread-Index: AQHS8yGhRzjViSTpg0G+N2tqibYTxaJCjewg Date: Mon, 3 Jul 2017 20:22:41 +0000 Message-ID: References: <20170628114817.85202-1-pablo.de.lara.guarch@intel.com> <20170702025506.35031-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170702025506.35031-1-pablo.de.lara.guarch@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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/2] AES-NI MB PMD: support Multi-buffer library 0.46 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 20:22:46 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Sunday, July 2, 2017 3:55 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH v2 0/2] AES-NI MB PMD: support Multi-buffer library 0.46 >=20 > Intel IPSec Multi-buffer library v0.46 has been released, which among oth= er > features, adds support for 12-byte IVs for AES Counter mode (AES-CTR), > since IPSec requires only > 12 bytes from the user, which are appended 4 extra bytes, set to 1 always= . >=20 > There are no major changes made in the PMD, just documentation updates > and new capability for new IV size supported. >=20 > Changes in v2: >=20 > - Fixed download link > - Removed incorrect comment in documentation >=20 > Pablo de Lara (2): > crypto/aesni_mb: support IPSec Multi-buffer lib v0.46 > test/crypto: add 12-byte IV AES-CTR test cases >=20 > doc/guides/cryptodevs/aesni_mb.rst | 19 ++- > doc/guides/rel_notes/release_17_08.rst | 6 + > drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 4 +- > test/test/test_cryptodev_aes_test_vectors.h | 186 > +++++++++++++++++++++++++ > 4 files changed, 210 insertions(+), 5 deletions(-) >=20 > -- > 2.9.4 Applied to dpdk-next-crypto. Pablo