[dpdk-dev] [PATCH 3/3] test/crypto: do not check for PMD in tests

2020-04-14 Thread Pablo de Lara
Remove PMD bitmask, which selects the PMD to be tested for each test case. Instead, all PMDs are eligible to run all tests, and capability checking discards the PMDs which do not support each test case. Signed-off-by: Pablo de Lara --- app/test/test_cryptodev.c | 1 - app/tes

Re: [dpdk-dev] [PATCH 3/3] test/crypto: do not check for PMD in tests

2020-04-15 Thread Dybkowski, AdamX
adwiv...@marvell.com; > g.si...@nxp.com; hemant.agra...@nxp.com; jianjay.z...@huawei.com > Cc: dev@dpdk.org; akhil.go...@nxp.com; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH 3/3] test/crypto: do not check for PMD in tests > > Remove PMD bitmask, which selects the PMD to