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 404F66CCF for ; Tue, 13 Sep 2016 23:56:24 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP; 13 Sep 2016 14:56:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,330,1470726000"; d="scan'208";a="8039529" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 13 Sep 2016 14:56:22 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX102.ger.corp.intel.com ([169.254.2.123]) with mapi id 14.03.0248.002; Tue, 13 Sep 2016 22:56:21 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] Add HMAC_MD5 to Intel QuickAssist Technology driver Thread-Index: AQHSCrEXrAKMhU3qtUKX8v4S1/nh06B3/ZuQ Date: Tue, 13 Sep 2016 21:56:21 +0000 Message-ID: References: <1473435873-133332-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1473435873-133332-1-git-send-email-deepak.k.jain@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOThhMTUyYjUtOTVkZS00NGExLWJkZmQtMjY4ZTE0N2NmZDgyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImtGUWF3eFhaVzQzTjEzRkt5WVI1UmY2UFdSeVI4TWRINnd3MG9uMG1Pc0k9In0= 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/2] Add HMAC_MD5 to Intel QuickAssist Technology 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: Tue, 13 Sep 2016 21:56:24 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Friday, September 09, 2016 8:45 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Jain, Deepak K > Subject: [PATCH v2 0/2] Add HMAC_MD5 to Intel QuickAssist Technology > driver >=20 > This patchset add capability to use HMAC_MD5 hash algorithm to Intel > QuickAssist Technology driver and test cases to cryptodev test files. >=20 > This patchset depends on the following patches/patchsets: >=20 > "crypto/qat: make the session struct variable in size" > (http://dpdk.org/dev/patchwork/patch/15125/) >=20 > Arkadiusz Kusztal (2): > crypto/qat: add MD5 HMAC capability to Intel QAT driver > app/test: add test cases for MD5 HMAC for Intel QAT driver >=20 > Changes from v1: > * Added new feature information in release_16_11.rst file. >=20 > app/test/test_cryptodev.c | 185 +++++++++++++++++= ++++++ > app/test/test_cryptodev_hmac_test_vectors.h | 121 +++++++++++++++ > doc/guides/cryptodevs/qat.rst | 1 + > doc/guides/rel_notes/release_16_11.rst | 5 + > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 34 +++++ > drivers/crypto/qat/qat_crypto.c | 28 +++- > 6 files changed, 372 insertions(+), 2 deletions(-) > create mode 100644 app/test/test_cryptodev_hmac_test_vectors.h >=20 > -- > 2.5.5 Applied to dpdk-next-crypto. Thanks, Pablo