Re: [dpdk-dev] [PATCH v2 2/2] test/crypto: add 12-byte IV AES-CTR test cases

2017-07-03 Thread Declan Doherty
On 02/07/17 03:55, Pablo de Lara wrote: AESNI MB PMD supports now 12-byte IVs, so some tests are added to check that, apart from the ones with 16-byte IVs, as this is still compatible. Signed-off-by: Pablo de Lara --- ... Acked-by: Declan Doherty

[dpdk-dev] [PATCH v2 2/2] test/crypto: add 12-byte IV AES-CTR test cases

2017-07-02 Thread Pablo de Lara
AESNI MB PMD supports now 12-byte IVs, so some tests are added to check that, apart from the ones with 16-byte IVs, as this is still compatible. Signed-off-by: Pablo de Lara --- test/test/test_cryptodev_aes_test_vectors.h | 186 1 file changed, 186 insertions(+) dif