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 0120B7D8E; Thu, 27 Jul 2017 12:22:22 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 27 Jul 2017 03:22:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,419,1496127600"; d="scan'208";a="292139333" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.252]) ([163.33.228.252]) by fmsmga004.fm.intel.com with ESMTP; 27 Jul 2017 03:22:19 -0700 To: Pablo de Lara , zbigniew.bodek@caviumnetworks.com, jerin.jacob@caviumnetworks.com, akhil.goyal@nxp.com, hemant.agrawal@nxp.com, fiona.trahe@intel.com, deepak.k.jain@intel.com, john.griffin@intel.com References: <20170725052457.43952-1-pablo.de.lara.guarch@intel.com> <20170725052457.43952-2-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org, stable@dpdk.org From: Declan Doherty Message-ID: <0e0d15a1-7c5d-bb8f-4e9b-4bfa327b6c0f@intel.com> Date: Thu, 27 Jul 2017 11:22:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170725052457.43952-2-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/3] crypto/aesni_mb: fix HMAC supported key 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: Thu, 27 Jul 2017 10:22:23 -0000 On 25/07/2017 6:24 AM, Pablo de Lara wrote: > For HMAC algorithms (MD5-HMAC, SHAx-HMAC), the supported > key sizes are not a fixed value, but a range between > 1 and the block size. > > Fixes: 26c2e4ad5ad4 ("cryptodev: add capabilities discovery") > Cc: stable@dpdk.org > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty