Re: [dpdk-dev] [PATCH v4] Test/crypto: check valid test_stats before running test

2020-05-17 Thread Akhil Goyal
> Test_stats is an optional cryptodev op and if it is not defined by the > PMD, it should not run the test cases for it. > > Signed-off-by: Apeksha Gupta > --- Acked-by: Akhil Goyal Title and description of the patch updated as test/crypto: fix statistics case The test case - test_sta

[dpdk-dev] [PATCH v4] Test/crypto: check valid test_stats before running test

2020-05-15 Thread Apeksha Gupta
Test_stats is an optional cryptodev op and if it is not defined by the PMD, it should not run the test cases for it. Signed-off-by: Apeksha Gupta --- app/test/test_cryptodev.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/app/test/test_cryptodev.c b/app/test/te