Re: [dpdk-dev] [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP

2019-05-09 Thread Ayuj Verma
; Kanaka Durga Kotamarthy; Arvind Desai; bruce.richard...@intel.com; Thomas Monjalon Subject: RE: [dpdk-dev] [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP Hi Ayuj, Could you please address Thomas's comment? We need to close RC4 today, if it is not getting closed today, we may ne

Re: [dpdk-dev] [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP

2019-05-09 Thread Akhil Goyal
Verma > Cc: dev@dpdk.org; Akhil Goyal ; > arkadiuszx.kusz...@intel.com; fiona.tr...@intel.com; shal...@marvell.com; > ss...@marvell.com; kkotamar...@marvell.com; ade...@marvell.com; > bruce.richard...@intel.com > Subject: Re: [dpdk-dev] [PATCH v3] app/test: replace TEST_SKIPPED with -

Re: [dpdk-dev] [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP

2019-05-04 Thread Thomas Monjalon
24/04/2019 21:28, Ayuj Verma: > - Return -ENOTSUP for unsupported tests Sorry if you already explained it before, please could you add the reason for this change in the commit log?

Re: [dpdk-dev] [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP

2019-04-25 Thread Trahe, Fiona
> -Original Message- > From: Ayuj Verma [mailto:ayve...@marvell.com] > Sent: Wednesday, April 24, 2019 8:28 PM > To: akhil.go...@nxp.com; Kusztal, ArkadiuszX ; > Trahe, Fiona > > Cc: shal...@marvell.com; ss...@marvell.com; kkotamar...@marvell.com; > ade...@marvell.com; > dev@dpdk.org;

[dpdk-dev] [PATCH v3] app/test: replace TEST_SKIPPED with -ENOTSUP

2019-04-24 Thread Ayuj Verma
- Return -ENOTSUP for unsupported tests - add NULL check for rte_cryptodev_asym_capability_get() - Typo correction Signed-off-by: Ayuj Verma Signed-off-by: Shally Verma --- app/test/test_cryptodev_asym.c | 45 ++ 1 file changed, 32 insertions(+), 13 delet