From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH 2/2] crypto/armv8: fix HMAC supported key sizes Date: Sun, 30 Jul 2017 18:57:41 +0200 Message-ID: <4891444.fU55f4XlRl@xps> References: <20170730112301.12512-1-jerin.jacob@caviumnetworks.com> <20170730112301.12512-2-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, akhil.goyal@nxp.com To: Jerin Jacob , Srisivasubramanian S Return-path: In-Reply-To: <20170730112301.12512-2-jerin.jacob@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/07/2017 13:23, Jerin Jacob: > From: Srisivasubramanian S > > For HMAC algorithms (SHAx-HMAC), the supported > key sizes are not a fixed value, but a range between > 1 and the block size. > > Fixes: 169ca3db550c ("crypto/armv8: add PMD optimized for ARMv8 processors") > Cc: stable@dpdk.org > > Signed-off-by: Srisivasubramanian S > Signed-off-by: Jerin Jacob Series applies, thanks