Re: [dpdk-dev] [PATCH v2 2/2] test/crypto: Add AES-256 DOCSIS test vectors

2020-04-06 Thread De Lara Guarch, Pablo
> -Original Message- > From: O'loingsigh, Mairtin > Sent: Monday, April 6, 2020 4:36 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; O'loingsigh, Mairtin > Subject: [PATCH v2 2/2] test/crypto: Add AES-256 DOCSIS test vectors > > This patch adds test vectors for AES-256 and sets AE

[dpdk-dev] [PATCH v2 2/2] test/crypto: Add AES-256 DOCSIS test vectors

2020-04-06 Thread Mairtin o Loingsigh
This patch adds test vectors for AES-256 and sets AESNI-MB as the target PMD Signed-off-by: Mairtin o Loingsigh --- app/test/test_cryptodev_aes_test_vectors.h | 81 ++ 1 file changed, 81 insertions(+) diff --git a/app/test/test_cryptodev_aes_test_vectors.h b/app/test/test_c

Re: [dpdk-dev] [PATCH v2 2/2] test/crypto: Add AES-256 DOCSIS test vectors

2020-02-26 Thread Trahe, Fiona
> -Original Message- > From: O'loingsigh, Mairtin > Sent: Wednesday, February 26, 2020 9:04 AM > To: Trahe, Fiona ; akhil.go...@nxp.com > Cc: dev@dpdk.org; O'loingsigh, Mairtin > Subject: [PATCH v2 2/2] test/crypto: Add AES-256 DOCSIS test vectors > > This patch adds test vectors for

[dpdk-dev] [PATCH v2 2/2] test/crypto: Add AES-256 DOCSIS test vectors

2020-02-26 Thread Mairtin o Loingsigh
This patch adds test vectors for AES-256 and sets QAT as the target PMD. Signed-off-by: Mairtin o Loingsigh --- app/test/test_cryptodev_aes_test_vectors.h | 176 + 1 file changed, 176 insertions(+) diff --git a/app/test/test_cryptodev_aes_test_vectors.h b/app/test/test_cryp