Re: [dpdk-dev] [PATCH 0/3] HMAC supported key size fixes

2017-07-27 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 25, 2017 6:25 AM > To: zbigniew.bo...@caviumnetworks.com; > jerin.ja...@caviumnetworks.com; akhil.go...@nxp.com; > hemant.agra...@nxp.com; Trahe, Fiona ; Jain, > Deepak K ; Griffin, John > ; Doherty, Declan > Cc: de

[dpdk-dev] [PATCH 0/3] HMAC supported key size fixes

2017-07-25 Thread Pablo de Lara
For HMAC algorithms (SHAx/MD5), the capabilities were not correct, as they were just a fixed value (block size). Instead, the authentication key size for these algorithms can go between 1 and the block size. Note that these patches are fixing AESNI-MB, OpenSSL and QAT PMDs, but DPAA2 and ARMv8 cry