From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 734F6919F for ; Wed, 7 Sep 2016 20:06:59 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 07 Sep 2016 11:06:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="1046924978" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga002.jf.intel.com with ESMTP; 07 Sep 2016 11:06:57 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX107.ger.corp.intel.com ([169.254.10.204]) with mapi id 14.03.0248.002; Wed, 7 Sep 2016 19:06:56 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Trahe, Fiona" , "Griffin, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/4] add kasumi in Intel(R) QuickAssist driver Thread-Index: AQHR/YZVQ+lvc15qP0eR9iQyrqjDCqBuaiRg Date: Wed, 7 Sep 2016 18:06:56 +0000 Message-ID: References: <1471988151-186105-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1471988151-186105-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGVjMWE4YTItY2JjZi00MDhmLWI3N2EtM2NmN2NhNzY3NThjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjNiZDVhYlhYWkFoVnkwN1pOZzFza1FsczM1MTBtbDM5RStcL3ExUFV4NmJRPSJ9 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 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 18:06:59 -0000 Hi Deepak, > -----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 >=20 > This patchset contains patches to enable kasumi cipher only > and hash only functionality in Intel(R) QuickAsisst > Technology Driver. >=20 > This patchset depends on following patch: > "crypto/qat: add NULL capability to Intel QAT driver" > (http://dpdk.org/dev/patchwork/patch/15230/) >=20 > 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 >=20 > 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(-) >=20 > -- > 2.5.5 Could you send a v2 with a release notes update? Thanks, Pablo