From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 3F3AC9215 for ; Wed, 7 Sep 2016 21:33:56 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 07 Sep 2016 12:33:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="165539785" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga004.fm.intel.com with ESMTP; 07 Sep 2016 12:33:54 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.204]) by IRSMSX102.ger.corp.intel.com ([169.254.2.123]) with mapi id 14.03.0248.002; Wed, 7 Sep 2016 20:33:53 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "Trahe, Fiona" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/2] add NULL crypto support in Intel QAT driver Thread-Index: AQHR+VVFL+rqVGtQf0Gl/oS6LDOtBKBuYU+AgAApELA= Date: Wed, 7 Sep 2016 19:33:52 +0000 Deferred-Delivery: Wed, 7 Sep 2016 19:33:22 +0000 Message-ID: References: <1471527272-81483-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGQxZTkzMmYtZDY3OC00MDIxLWFiNDctYzcxMDQyMjQzMTVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRcL0xiTnU5UGlcL0REUW05R3NqU1I5ejloMFdEKzlzamYyY0dZM1JiMGl0ST0ifQ== 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 NULL crypto support in 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:33:56 -0000 HI Pablo, > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, September 7, 2016 7:05 PM > To: Jain, Deepak K ; Trahe, Fiona > ; Griffin, John > Cc: dev@dpdk.org > Subject: RE: [PATCH 0/2] add NULL crypto support in Intel QAT driver >=20 > Hi Deepak, >=20 > > -----Original Message----- > > From: Jain, Deepak K > > Sent: Thursday, August 18, 2016 6:34 AM > > To: De Lara Guarch, Pablo; Trahe, Fiona; Griffin, John > > Cc: dev@dpdk.org; Jain, Deepak K > > Subject: [PATCH 0/2] add NULL crypto support in Intel QAT driver > > > > This patchset adds support of NULL crypto in Intel(R) QuickAssist > > Technology driver. > > > > This patchset depends on following patchset: > > "crypto/qat: add aes-sha384-hmac capability to Intel QAT driver" > > (http://dpdk.org/dev/patchwork/patch/15228/) > > > > Deepak Kumar Jain (2): > > crypto/qat: add NULL capability to Intel QAT driver > > app/test: add test cases for NULL for Intel QAT driver > > > > app/test/test_cryptodev.c | 10 ++++++++++ > > doc/guides/cryptodevs/qat.rst | 3 ++- > > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 2 ++ > > drivers/crypto/qat/qat_crypto.c | 4 ++++ > > 4 files changed, 18 insertions(+), 1 deletion(-) > > > > -- > > 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