From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A5F3928F3 for ; Thu, 22 Sep 2016 23:09:10 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 22 Sep 2016 14:09:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,379,1470726000"; d="scan'208";a="882826396" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga003.jf.intel.com with ESMTP; 22 Sep 2016 14:09:08 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Sep 2016 22:09:07 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by irsmsx112.ger.corp.intel.com ([169.254.1.185]) with mapi id 14.03.0248.002; Thu, 22 Sep 2016 22:09:07 +0100 From: "De Lara Guarch, Pablo" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Jain, Deepak K" , "Griffin, John" Thread-Topic: [PATCH v2 0/3] Fix compability issues between crypto drivers for GCM test cases Thread-Index: AQHSFL6MXDnWMmRtLUuO7GiIhRaTU6CGAXxA Date: Thu, 22 Sep 2016 21:09:06 +0000 Message-ID: References: <1474541155-29367-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1474541155-29367-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGNmZDVkOWEtZTQyYi00Nzk1LWFjN2UtYjRmNWY4OTk1NTc1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkMrZUZHQlwvRXE4R3h2MzhyaDBNXC9UQmtcL3BcL2ZuTlpQZ0N4Vlc5Q1dXWTcwPSJ9 x-ctpclassification: CTP_IC 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/3] Fix compability issues between crypto drivers for GCM test cases 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, 22 Sep 2016 21:09:11 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Thursday, September 22, 2016 3:46 AM > To: dev@dpdk.org > Cc: Trahe, Fiona; Jain, Deepak K; De Lara Guarch, Pablo; Griffin, John; K= usztal, > ArkadiuszX > Subject: [PATCH v2 0/3] Fix compability issues between crypto drivers for > GCM test cases >=20 > This patchset fix pre-counter block issues between crypto divers for AES-= GCM > tests. > Pre-counter block 96b computation from test file is moved into the AES-GC= M > PMD. > This patch set fixes too problems with verification of digest for AES-GCM= . >=20 > Changes in v2: > * Added comment to AESNI GCM driver about pre-counter block generation > for len(IV)=3D12B. >=20 > Arek Kusztal (3): > crypto/aesni_gcm: move pre-counter block to GCM driver > app/test: move pre-counter block computation from test files > app/test: fix verification of digest in GCM crypto test >=20 > app/test/test_cryptodev.c | 20 ++++++++------------ > drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 11 ++++++++++- > 2 files changed, 18 insertions(+), 13 deletions(-) >=20 > -- > 2.1.0 Applied to dpdk-next-crypto. Thanks, Pablo