From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C8278567C for ; Thu, 25 Aug 2016 22:38:42 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 25 Aug 2016 13:38:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,577,1464678000"; d="scan'208";a="160997887" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga004.fm.intel.com with ESMTP; 25 Aug 2016 13:38:39 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 25 Aug 2016 21:38:37 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.204]) by irsmsx155.ger.corp.intel.com ([169.254.14.102]) with mapi id 14.03.0248.002; Thu, 25 Aug 2016 21:38:37 +0100 From: "Jain, Deepak K" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "De Lara Guarch, Pablo" , "Griffin, John" Thread-Topic: [PATCH 0/3] Fix compability issues between crypto drivers for GCM test cases Thread-Index: AQHR/sjT3Ns82IfHs0K27FScCrmEsKBaI0uw Date: Thu, 25 Aug 2016 20:38:36 +0000 Deferred-Delivery: Thu, 25 Aug 2016 20:38:24 +0000 Message-ID: References: <1472126563-31268-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1472126563-31268-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-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2MzNzBkMTctNTNmNC00YWM3LTk5ZGEtYzU1M2ZiNDdiNmI5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImFWOVlEd0dyK1I5cVRuNFwvMEFBRGE1RXBLZGg3eGY3bnB5endNUWFXM1A4PSJ9 x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 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, 25 Aug 2016 20:38:43 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Thursday, August 25, 2016 1:03 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Jain, Deepak K > ; De Lara Guarch, Pablo > ; Griffin, John ; > Kusztal, ArkadiuszX > Subject: [PATCH 0/3] Fix compability issues between crypto drivers for GC= M > 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 > 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 | 7 ++++++- > 2 files changed, 14 insertions(+), 13 deletions(-) >=20 > -- > 2.1.0 Acked-by: Deepak Kumar Jain