Hi Anoob, > -----Original Message----- > From: Anoob Joseph <ano...@marvell.com> > Sent: Friday 12 May 2023 06:34 > To: Akhil Goyal <gak...@marvell.com>; Fan Zhang > <fanzhang....@gmail.com>; Power, Ciara <ciara.po...@intel.com> > Cc: Hemant Agrawal <hemant.agra...@nxp.com>; Jerin Jacob > <jer...@marvell.com>; Tejasree Kondoj <ktejas...@marvell.com>; > dev@dpdk.org > Subject: [PATCH 2/2] test/crypto: specify correct parameters with null algos > > Keys are not required for NULL algorithms. Same way IV, digest lengths > should also be set to 0. The values are invalid and any PMD which validates > such parameters would return "-ENOTSUP" for such cases which would result > in false skipping of tests. > > Signed-off-by: Anoob Joseph <ano...@marvell.com> > --- > app/test/test_cryptodev_aes_test_vectors.h | 114 ++++++------------- > app/test/test_cryptodev_hash_test_vectors.h | 19 +--- > app/test/test_cryptodev_mixed_test_vectors.h | 92 +++++---------- > 3 files changed, 71 insertions(+), 154 deletions(-) <snip>
+1 for this change, not sure why data was added in these vectors. In saying that, it seems to fail for QAT autotest.... Passing for AESNI_MB PMD though. Will need to debug a little more for QAT failure, not sure why this is happening yet. Thanks, Ciara