Re: [dpdk-dev] [PATCH] crypto/aesni-mb: support AES-ECB

2020-10-08 Thread Akhil Goyal
> > > > This patch adds AES-ECB 128, 192 and 256 support to the aesni_mb PMD. > > AES-ECB 128, 192 and 256 test vectors added to cryptodev tests. > > > > Signed-off-by: Marcel Cornu > > Worth saying this going to add new test cases for PMDs supporting AES-ECB, > so I am CC'ing the maintainers of

Re: [dpdk-dev] [PATCH] crypto/aesni-mb: support AES-ECB

2020-09-15 Thread De Lara Guarch, Pablo
> -Original Message- > From: Cornu, Marcel D > Sent: Friday, September 11, 2020 4:49 PM > To: Doherty, Declan ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; “tomasz.kante...@intel.com”; Cornu, Marcel D > > Subject: [PATCH] crypto/aesni-mb: support AES-ECB > > This patch adds AES-ECB 1

Re: [dpdk-dev] [PATCH] crypto/aesni-mb: support AES-ECB

2020-09-11 Thread Cornu, Marcel D
> -Original Message- > From: Cornu, Marcel D > Sent: Friday, September 11, 2020 4:49 PM > To: Doherty, Declan ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; "tomasz.kante...@intel.com"; Cornu, Marcel D > > Subject: [PATCH] crypto/aesni-mb: support AES-ECB > > This patch adds AES-ECB 128,

[dpdk-dev] [PATCH] crypto/aesni-mb: support AES-ECB

2020-09-11 Thread Marcel Cornu
This patch adds AES-ECB 128, 192 and 256 support to the aesni_mb PMD. AES-ECB 128, 192 and 256 test vectors added to cryptodev tests. Signed-off-by: Marcel Cornu --- app/test/test_cryptodev_aes_test_vectors.h| 730 ++ doc/guides/cryptodevs/aesni_mb.rst| 3 + doc