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 538435587 for ; Fri, 16 Sep 2016 03:13:39 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 15 Sep 2016 18:13:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,342,1470726000"; d="scan'208";a="1031060325" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga001.jf.intel.com with ESMTP; 15 Sep 2016 18:13:37 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX101.ger.corp.intel.com ([169.254.1.135]) with mapi id 14.03.0248.002; Fri, 16 Sep 2016 02:13:36 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] add aes-sha384-hmac support to Intel QAT driver Thread-Index: AQHSDS5qFCaSYJYqeEmc6fkyeNW7waB2MvaAgAUhtSA= Date: Fri, 16 Sep 2016 01:13:36 +0000 Message-ID: References: <1473709604-23938-1-git-send-email-deepak.k.jain@intel.com> <1473709887-24062-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1473709887-24062-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjI3ZTUwMWEtZDYzMy00YWU1LWFjODktNTJjMjZmMjNmYmQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IndvVzJucGtpbUd1RGErRHRZaU56WVF3U09MWWs4XC9DUUhGQWt3c215NDk4PSJ9 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 v2 0/2] add aes-sha384-hmac support to 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: Fri, 16 Sep 2016 01:13:39 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Monday, September 12, 2016 12:51 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Jain, Deepak K > Subject: [PATCH v2 0/2] add aes-sha384-hmac support to Intel QAT driver >=20 > This patchset adds support of aes-sha384-hmac in Intel(R) QuickAssist > Technology driver. >=20 > This patchset depends on following patchset: > "crypto/qat: add aes-sha224-hmac capability to Intel QAT driver" > (http://dpdk.org/dev/patchwork/patch/15776/) >=20 >=20 > Jain, Deepak K (2): > crypto/qat: add aes-sha384-hmac capability to Intel QAT driver > app/test: add test cases for aes-sha384-hmac for Intel QAT driver >=20 > Changes from V1: > * Added new feature information in release_16_11.rst file. > * Added information about sha384-hmac in capabilities. >=20 > app/test/test_cryptodev_aes.c | 6 +++-- > doc/guides/cryptodevs/qat.rst | 1 + > doc/guides/rel_notes/release_16_11.rst | 1 + > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 33 > ++++++++++++++++++++++++ > drivers/crypto/qat/qat_crypto.c | 31 ++++++++++++++++++= +--- > 5 files changed, 66 insertions(+), 6 deletions(-) >=20 > -- > 2.5.5 Applied to dpdk-next-crypto. Thanks, Pablo