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 7423A8E87 for ; Wed, 7 Sep 2016 19:26:43 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 07 Sep 2016 10:26:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="876077829" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga003.jf.intel.com with ESMTP; 07 Sep 2016 10:26:40 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 18:26:38 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX156.ger.corp.intel.com ([169.254.3.234]) with mapi id 14.03.0248.002; Wed, 7 Sep 2016 18:26:38 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Jain, Deepak K" , "Griffin, John" Thread-Topic: [PATCH 0/2] Add HMAC_MD5 to Intel QuickAssist Technology driver Thread-Index: AQHR8j24laAKIm3tVkerQcI/twrkzKBCZqeAgCwNniA= Date: Wed, 7 Sep 2016 17:26:37 +0000 Message-ID: References: <1470747477-15618-1-git-send-email-arkadiuszx.kusztal@intel.com> <348A99DA5F5B7549AA880327E580B4358907BF40@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B4358907BF40@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWYyNDdmMWEtYjVjOC00ZTQ4LTliY2ItZGU1ZWU0NWMyYjI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1iVDB6ajNReHdOZExHTjhuVlhrM29SeUJPMXV6enI1STBXNHlTcklBcVE9In0= 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/2] Add HMAC_MD5 to Intel QuickAssist Technology 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 17:26:43 -0000 Hi Arek, > -----Original Message----- > From: Trahe, Fiona > Sent: Wednesday, August 10, 2016 10:38 AM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: Jain, Deepak K; De Lara Guarch, Pablo; Griffin, John; Trahe, Fiona > Subject: RE: [PATCH 0/2] Add HMAC_MD5 to Intel QuickAssist Technology > driver >=20 >=20 >=20 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Tuesday, August 9, 2016 1:58 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Jain, Deepak K > ; De Lara Guarch, Pablo > ; Griffin, John ; > Kusztal, ArkadiuszX > Subject: [PATCH 0/2] Add HMAC_MD5 to Intel QuickAssist Technology driver >=20 > This patchset add capability to use HMAC_MD5 hash algorithm to Intel > QuickAssist Technology driver and test cases to cryptodev test files. >=20 > This patchset depends on the following patches/patchsets: >=20 > "crypto/qat: make the session struct variable in size" > (http://dpdk.org/dev/patchwork/patch/15125/) >=20 > Arek Kusztal (2): > crypto/qat: add MD5 HMAC capability to Intel QAT driver > app/test: add test cases for MD5 HMAC for Intel QAT driver >=20 > Acked-by: Fiona Trahe Could you add a note in release notes for this change and send a v2? Also, please add the acknowledge from Fiona in both patches. Thanks, Pablo