Hi Anoob, > -----Original Message----- > From: Anoob Joseph <[email protected]> > Sent: Friday 12 May 2023 06:34 > To: Akhil Goyal <[email protected]>; Fan Zhang > <[email protected]>; Power, Ciara <[email protected]> > Cc: Hemant Agrawal <[email protected]>; Jerin Jacob > <[email protected]>; Tejasree Kondoj <[email protected]>; > [email protected] > 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 <[email protected]> > --- > 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

