RE: [PATCH v1] test/crypto: fix asymmetric capability test

2024-07-18 Thread Akhil Goyal
> Subject: [PATCH v1] test/crypto: fix asymmetric capability test > > Fix asymmetric capability test for below: > * Skip test if asymmetric crypto feature is not supported by device. > * Assert return value of RTE function to get asymmetric capability. > > Coverity

RE: [PATCH v1] test/crypto: fix asymmetric capability test

2024-07-15 Thread Anoob Joseph
> Subject: [PATCH v1] test/crypto: fix asymmetric capability test > > Fix asymmetric capability test for below: > * Skip test if asymmetric crypto feature is not supported by device. > * Assert return value of RTE function to get asymmetric capability. > > Coverity

[PATCH v1] test/crypto: fix asymmetric capability test

2024-07-15 Thread Gowrishankar Muthukrishnan
Fix asymmetric capability test for below: * Skip test if asymmetric crypto feature is not supported by device. * Assert return value of RTE function to get asymmetric capability. Coverity issue: 373365 Fixes: 2c6dab9cd93 ("test/crypto: add RSA and Mod tests") Cc: sta...@dpdk.org Signed-off-by: