RE: [PATCH 2/2] test/crypto: specify correct parameters with null algos

2023-05-17 Thread Power, Ciara
Hi Anoob, > -Original Message- > From: Anoob Joseph > Sent: Friday 12 May 2023 06:34 > To: Akhil Goyal ; Fan Zhang > ; Power, Ciara > Cc: Hemant Agrawal ; Jerin Jacob > ; Tejasree Kondoj ; > dev@dpdk.org > Subject: [PATCH 2/2] test/crypto: specify correct

RE: [PATCH 2/2] test/crypto: specify correct parameters with null algos

2023-05-16 Thread Akhil Goyal
> 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&q

[PATCH 2/2] test/crypto: specify correct parameters with null algos

2023-05-11 Thread Anoob Joseph
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 --- app/test/test_c