Re: [dpdk-dev] [PATCH v2] test/crypto: skip unsupported cases

2020-07-20 Thread Akhil Goyal
> >Hi All, > > > >> blockcipher cases are either returning TEST_SUCCESS or TEST_FAILED as > >> status, but the test may not be supported by the PMD which is also a > >> success case for the PMD. Hence checking for status == TEST_FAILED for > >> setting the overall status as failed. > >> > >> Signed

Re: [dpdk-dev] [PATCH v2] test/crypto: skip unsupported cases

2020-07-20 Thread Ankur Dwivedi
>-Original Message- >From: Akhil Goyal >Sent: Monday, July 20, 2020 2:58 PM >To: asoma...@amd.com; Anoob Joseph ; >roy.fan.zh...@intel.com; fiona.tr...@intel.com; Nagadheeraj Rottela >; Ankur Dwivedi ; >jianjay.z...@huawei.com; pablo.de.lara.gua...@intel.com; >adamx.dybkow...@intel.com;

Re: [dpdk-dev] [PATCH v2] test/crypto: skip unsupported cases

2020-07-20 Thread Bruce Richardson
On Mon, Jul 20, 2020 at 09:27:57AM +, Akhil Goyal wrote: > Hi All, > > > blockcipher cases are either returning TEST_SUCCESS > > or TEST_FAILED as status, but the test may not be > > supported by the PMD which is also a success case > > for the PMD. Hence checking for status == TEST_FAILED > >

Re: [dpdk-dev] [PATCH v2] test/crypto: skip unsupported cases

2020-07-20 Thread Akhil Goyal
Hi All, > blockcipher cases are either returning TEST_SUCCESS > or TEST_FAILED as status, but the test may not be > supported by the PMD which is also a success case > for the PMD. Hence checking for status == TEST_FAILED > for setting the overall status as failed. > > Signed-off-by: Akhil Goyal

[dpdk-dev] [PATCH v2] test/crypto: skip unsupported cases

2020-07-16 Thread Akhil Goyal
blockcipher cases are either returning TEST_SUCCESS or TEST_FAILED as status, but the test may not be supported by the PMD which is also a success case for the PMD. Hence checking for status == TEST_FAILED for setting the overall status as failed. Signed-off-by: Akhil Goyal --- app/test/test_cry