From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 364F92B9F for ; Thu, 10 Mar 2016 18:28:59 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 10 Mar 2016 09:28:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,316,1455004800"; d="scan'208";a="934005697" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga002.fm.intel.com with ESMTP; 10 Mar 2016 09:28:54 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by IRSMSX151.ger.corp.intel.com ([169.254.4.72]) with mapi id 14.03.0248.002; Thu, 10 Mar 2016 17:28:54 +0000 From: "De Lara Guarch, Pablo" To: "Griffin, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] AES GCM, AES CMAC fixes and addition of GCM tests for QAT. Thread-Index: AQHReVeEkb1zqvHwA0SrKlGn5jsxv59S8ZZQ Date: Thu, 10 Mar 2016 17:28:54 +0000 Message-ID: References: <1457454137-22315-1-git-send-email-john.griffin@intel.com> In-Reply-To: <1457454137-22315-1-git-send-email-john.griffin@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzBmZWI3ZDEtOWIyYi00M2I5LThmZTEtMmU0OTE3MzNlOTRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijg5Nno5ZEhFZ0VkZGQ0RERmeDFtK205Q2M4Y2JJT0dBa21oeGR3RGMzTzA9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] AES GCM, AES CMAC fixes and addition of GCM tests for QAT. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 17:28:59 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John Griffin > Sent: Tuesday, March 08, 2016 4:22 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] AES GCM, AES CMAC fixes and addition of > GCM tests for QAT. >=20 > This patchset solves an issue in QAT driver, that was giving > invalid AES GCM results, due to incorrect IV setting. >=20 > It adds unit tests to validate AES GCM in QAT. >=20 > It also fixes the premature addition of AES CMAC support which was added > to > the code in error. AES CMAC will be added in a subsequent release > when testing completes. > AES CMAC was not advertised in the qat documentation. >=20 > This patchset depends on patches: > - aesni_gcm: PMD to support AES_GCM crypto operations > (http://dpdk.org/dev/patchwork/patch/11201/) >=20 > John Griffin (3): > qat: fix AES GCM decryption > app/test: add AES GCM tests for QAT > qat: fixes premature addition of AES_CMAC in session >=20 > app/test/test_cryptodev.c | 34 > +++++++++++++++++++++++++++++++++- > doc/guides/cryptodevs/qat.rst | 1 + > doc/guides/rel_notes/release_16_04.rst | 5 +++++ > drivers/crypto/qat/qat_crypto.c | 24 ++++++++++++++++++++---- > 4 files changed, 59 insertions(+), 5 deletions(-) >=20 > -- > 2.1.0 Series-acked-by: Pablo de Lara Just a small comment: there is a type in the title of last patch, It should be "premature addition of AES_GMAC in session"