From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CAB231BA19; Wed, 25 Oct 2017 18:06:27 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2017 09:06:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,432,1503385200"; d="scan'208";a="913660332" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 25 Oct 2017 09:06:22 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 25 Oct 2017 17:06:21 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx155.ger.corp.intel.com ([169.254.14.169]) with mapi id 14.03.0319.002; Wed, 25 Oct 2017 17:06:21 +0100 From: "De Lara Guarch, Pablo" To: "Kusztal, ArkadiuszX" , "Trahe, Fiona" , "Jain, Deepak K" , "Griffin, John" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] crypto/qat: fix HMAC supported digest sizes Thread-Index: AQHTS+rsVYHiPeff20WD3UlmIiuWr6L0Y5oAgABZNqA= Date: Wed, 25 Oct 2017 16:06:20 +0000 Message-ID: References: <20171023103709.34162-1-pablo.de.lara.guarch@intel.com> <80307F746F1522479831AB1253B7024E3EC8E4C4@IRSMSX102.ger.corp.intel.com> In-Reply-To: <80307F746F1522479831AB1253B7024E3EC8E4C4@IRSMSX102.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmU3NzE1NDgtNGU1My00ZjBhLTllNDktMTIyMTRhMjJiYTZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNi41LjkuMyIsIlRydXN0ZWRMYWJlbEhhc2giOiJqdXNyMnFTSHpFWW9DdTBmbnRvWk5LZG1MQmRTWmlIVzdTbnBFNXdFY3AwPSJ9 x-ctpclassification: CTP_PUBLIC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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] crypto/qat: fix HMAC supported digest sizes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 16:06:28 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Wednesday, October 25, 2017 12:41 PM > To: De Lara Guarch, Pablo ; Trahe, Fiona > ; Jain, Deepak K ; > Griffin, John > Cc: dev@dpdk.org; De Lara Guarch, Pablo > ; stable@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] crypto/qat: fix HMAC supported digest > sizes >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > > Sent: Monday, October 23, 2017 11:37 AM > > To: Trahe, Fiona ; Jain, Deepak K > > ; Griffin, John > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > ; stable@dpdk.org > > Subject: [dpdk-dev] [PATCH] crypto/qat: fix HMAC supported digest > > sizes > > > > For HMAC algorithms (MD5-HMAC, SHAx-HMAC), the supported digest > sizes > > are not a fixed value, but a range between > > 1 and the maximum digest size for those algorithms. > > > > Fixes: 26c2e4ad5ad4 ("cryptodev: add capabilities discovery") > > Cc: stable@dpdk.org > > > > Signed-off-by: Pablo de Lara > Acked-by: Arkadiusz Kusztal Applied to dpdk-next-crypto. Pablo