> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Pablo de Lara > Sent: Tuesday, 14 April, 2020 20:04 > To: Doherty, Declan <declan.dohe...@intel.com>; ravi1.ku...@amd.com; > ruifeng.w...@arm.com; ano...@marvell.com; Zhang, Roy Fan > <roy.fan.zh...@intel.com>; Trahe, Fiona <fiona.tr...@intel.com>; > t...@semihalf.com; rnagadhee...@marvell.com; 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 > <pablo.de.lara.gua...@intel.com> > Subject: [dpdk-dev] [PATCH 3/3] test/crypto: do not check for PMD in tests > > 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 <pablo.de.lara.gua...@intel.com>
Acked-by: Adam Dybkowski <adamx.dybkow...@intel.com>