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

2020-05-21 Thread Ruifeng Wang
> -Original Message- > From: akhil.go...@nxp.com > Sent: Wednesday, May 20, 2020 11:26 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

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

2020-05-20 Thread akhil . goyal
From: 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 --