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

2020-04-15 Thread Akhil Goyal
> > This patch adds support for plain SHA-1, SHA-224, SHA-256, > SHA-384 and SHA-512 hashes to QAT PMD. > > Signed-off-by: Adam Dybkowski > --- App/test changes may not be required. Rebase this patch over Pablo's crypto test refactoring.

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

2020-04-15 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Tuesday, April 14, 2020 1:24 PM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH] crypto/qat: support plain SHA1..SHA512 hashes > > This patch adds support for plain SHA-1, SHA-224, SH

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

2020-04-14 Thread Adam Dybkowski
This patch adds support for plain SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 hashes to QAT PMD. Signed-off-by: Adam Dybkowski --- app/test/test_cryptodev_hash_test_vectors.h | 10 ++ doc/guides/cryptodevs/features/qat.ini | 5 + doc/guides/cryptodevs/qat.rst | 5 + driv