[dpdk-dev] [PATCH v2 0/1] crypto/qat: support plain SHA1..SHA512 hashes

2020-04-16 Thread Adam Dybkowski
This patch adds support for plain SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 hashes to QAT PMD. v2: * simplify the tests, rebase the code on top of Pablo De Lara Guarch patches * update the release notes Adam Dybkowski (1): crypto/qat: support plain SHA1..SHA512 hashes doc/guides/cryptodevs

Re: [dpdk-dev] [PATCH v2 0/1] crypto/qat: support plain SHA1..SHA512 hashes

2020-04-16 Thread Dybkowski, AdamX
> -Original Message- > From: Dybkowski, AdamX > Sent: Thursday, 16 April, 2020 14:25 > To: dev@dpdk.org; Trahe, Fiona ; > akhil.go...@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH v2 0/1] crypto/qat: support plain SHA1..SHA512 hashes > > This patch adds support for plain SHA-1, SHA-22