From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 53A41567F for ; Thu, 25 Aug 2016 22:40:16 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 25 Aug 2016 13:40:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,577,1464678000"; d="scan'208";a="753524359" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by FMSMGA003.fm.intel.com with ESMTP; 25 Aug 2016 13:40:14 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.204]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Thu, 25 Aug 2016 21:40:14 +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] add GMAC capability Intel QAT driver Thread-Index: AQHR/uprc2mIV2kfkUu+0LD9rRd3T6BaI0HA Date: Thu, 25 Aug 2016 20:40:10 +0000 Deferred-Delivery: Thu, 25 Aug 2016 20:39:35 +0000 Message-ID: References: <1472141062-27316-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1472141062-27316-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWU3N2ZkYmYtNjJmZi00YTc0LThkOGMtODMzMjM5MWExNjNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik80a2k4dGpXczBZUWJ2eUFNcWlKNlZjNWxRR1dcL0FLK0NYZHRvYU82bERRPSJ9 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] add GMAC capability Intel QAT driver 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:40:16 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Thursday, August 25, 2016 5:04 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Jain, Deepak K > ; De Lara Guarch, Pablo > ; Griffin, John ; > Kusztal, ArkadiuszX > Subject: [PATCH 0/3] add GMAC capability Intel QAT driver >=20 > This patches add AES GMAC capability to Intel(R) QuickAssist Technology > driver and corresponsing test cases. >=20 > This patchset depends on the following patches/patchsets: >=20 > "crypto/qat: enable Kasumi F9 support in QAT driver" > (http://dpdk.org/dev/patchwork/patch/15320/) >=20 > Arek Kusztal (3): > crypto/qat: add GMAC capability to QAT crypto driver > app/test: add GMAC authentication tests to cryptodev tests > lib/librte_cryptodev: change GMAC API comments >=20 > app/test/test_cryptodev.c | 265 > +++++++++++++++++++++++++++++ > app/test/test_cryptodev_gcm_test_vectors.h | 150 ++++++++++++++++ > doc/guides/cryptodevs/qat.rst | 1 + > drivers/crypto/qat/qat_crypto.c | 42 ++++- > lib/librte_cryptodev/rte_crypto_sym.h | 17 +- > 5 files changed, 465 insertions(+), 10 deletions(-) >=20 > -- > 2.1.0 Acked-by: Deepak Kumar Jain