Re: [dpdk-dev] [PATCH v3] test/crypto: add AES-256 DOCSIS test vectors

2020-05-11 Thread Akhil Goyal
Hi Mairtin, I believe your patch is not rebased on top of current tree. There is no pmd_mask now. Also, I see that the AES 256 cases are already there. This patch is already there I guess. > static const uint8_t > cipher_aescbc_offset_16[] = { > 0x57, 0x68, 0x61, 0x74, 0x20, 0x61, 0x20

[dpdk-dev] [PATCH v3] test/crypto: add AES-256 DOCSIS test vectors

2020-05-11 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 Acked-by: Fiona Trahe --- app/test/test_cryptodev_aes_test_vectors.h | 176 + 1 file changed, 176 insertions(+) diff --git a/app/test/test_cryptodev_aes_test_