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

2020-05-15 Thread Akhil Goyal
Hi Konstantin, > > > 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 | 5 - > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > diff --gi

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

2020-05-15 Thread Ananyev, Konstantin
> 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 | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/app/test/test_cryptodev.c b

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

2020-05-15 Thread Ruifeng Wang
> -Original Message- > From: Apeksha Gupta > Sent: Friday, May 15, 2020 3:56 PM > To: dev@dpdk.org > Cc: Ruifeng Wang ; declan.dohe...@intel.com; > asoma...@amd.com; ano...@marvell.com; roy.fan.zh...@intel.com; > fiona.tr...@intel.com; rnagadhee...@marvell.com; adwiv...@marvell.com; > ji

[dpdk-dev] [PATCH v3] 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 | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/test/test_cryptodev.c b/app/test/test_crypto