From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B05FD9239 for ; Wed, 7 Sep 2016 21:34:02 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 07 Sep 2016 12:33:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="1026482525" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga001.jf.intel.com with ESMTP; 07 Sep 2016 12:33:57 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.204]) by IRSMSX108.ger.corp.intel.com ([169.254.11.71]) with mapi id 14.03.0248.002; Wed, 7 Sep 2016 20:33:54 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "Trahe, Fiona" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/4] add kasumi in Intel(R) QuickAssist driver Thread-Index: AQHR/YZVZ/Pnrd1XRE+7cV9mczyXlKBuWWwAgAAouUA= Date: Wed, 7 Sep 2016 19:33:54 +0000 Deferred-Delivery: Wed, 7 Sep 2016 19:33:52 +0000 Message-ID: References: <1471988151-186105-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGVjMWE4YTItY2JjZi00MDhmLWI3N2EtM2NmN2NhNzY3NThjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjNiZDVhYlhYWkFoVnkwN1pOZzFza1FsczM1MTBtbDM5RStcL3ExUFV4NmJRPSJ9 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/4] add kasumi in Intel(R) QuickAssist 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:03 -0000 Hi Pablo, > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, September 7, 2016 7:07 PM > To: Jain, Deepak K ; Trahe, Fiona > ; Griffin, John > Cc: dev@dpdk.org > Subject: RE: [PATCH 0/4] add kasumi in Intel(R) QuickAssist driver >=20 > Hi Deepak, >=20 > > -----Original Message----- > > From: Jain, Deepak K > > Sent: Tuesday, August 23, 2016 2:36 PM > > To: De Lara Guarch, Pablo; Trahe, Fiona; Griffin, John > > Cc: dev@dpdk.org; Jain, Deepak K > > Subject: [PATCH 0/4] add kasumi in Intel(R) QuickAssist driver > > > > This patchset contains patches to enable kasumi cipher only and hash > > only functionality in Intel(R) QuickAsisst Technology Driver. > > > > This patchset depends on following patch: > > "crypto/qat: add NULL capability to Intel QAT driver" > > (http://dpdk.org/dev/patchwork/patch/15230/) > > > > Deepak Kumar Jain (4): > > crypto/qat: enable Kasumi F9 support in QAT driver > > app/test: add Kasumi f9 tests in QAT test suite > > crypto/qat: enable support of Kasumi F8 in QAT cryptodev > > app/test: add kasumi f8 test into QAT testsuite > > > > app/test/test_cryptodev.c | 16 +++++ > > app/test/test_cryptodev_kasumi_hash_test_vectors.h | 43 > +++++++++++++ > > drivers/crypto/qat/qat_adf/qat_algs.h | 10 ++- > > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 74 > > ++++++++++++++++++++-- > > drivers/crypto/qat/qat_crypto.c | 69 ++++++++++++++= ++++-- > > 5 files changed, 201 insertions(+), 11 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