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 D2808924D for ; Wed, 7 Sep 2016 21:34:05 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 07 Sep 2016 12:34:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="876122292" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 07 Sep 2016 12:33:53 -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; Wed, 7 Sep 2016 20:33:52 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "Trahe, Fiona" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/2] add aes-sha384-hmac support to Intel QAT driver Thread-Index: AQHR+VQQpAAd99agh0mzWsNSjhHDYKBuYFCAgAAp/XA= Date: Wed, 7 Sep 2016 19:33:52 +0000 Deferred-Delivery: Wed, 7 Sep 2016 19:33:05 +0000 Message-ID: References: <1471526746-80974-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzkyOTJkZjYtNWEzOS00NTAyLWI2OWYtYmJmZmI3NzczNTJjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFNS0hCUmpFT0dZSXhaZ1dCTE0xMmVvNEdoaWNIamJqUVFvdWd0SWFOUjQ9In0= 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/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: Wed, 07 Sep 2016 19:34:06 -0000 HI Pablo, > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, September 7, 2016 7:02 PM > To: Jain, Deepak K ; Trahe, Fiona > ; Griffin, John > Cc: dev@dpdk.org > Subject: RE: [PATCH 0/2] add aes-sha384-hmac support to Intel QAT driver >=20 > Hi Deepak, >=20 > > -----Original Message----- > > From: Jain, Deepak K > > Sent: Thursday, August 18, 2016 6:26 AM > > To: De Lara Guarch, Pablo; Trahe, Fiona; Griffin, John > > Cc: dev@dpdk.org; Jain, Deepak K > > Subject: [PATCH 0/2] add aes-sha384-hmac support to Intel QAT driver > > > > This patchset adds support of aes-sha384-hmac in Intel(R) QuickAssist > > Technology driver. > > > > This patchset depends on following patchset: > > "crypto/qat: add aes-sha224-hmac capability to Intel QAT driver" > > (http://dpdk.org/dev/patchwork/patch/15226/) > > > > 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 > > > > app/test/test_cryptodev_aes.c | 6 +++-- > > doc/guides/cryptodevs/qat.rst | 1 + > > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 33 > > ++++++++++++++++++++++++ > > drivers/crypto/qat/qat_crypto.c | 10 ++++--- > > 4 files changed, 44 insertions(+), 6 deletions(-) > > > > -- > > 2.5.5 >=20 > Could you send a v2 with a release notes update? >=20 Agreed. I will send v2 with release notes. > Thanks, > Pablo