> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Pablo de Lara > Sent: Tuesday, 14 April, 2020 12:23 > To: Doherty, Declan <declan.dohe...@intel.com>; akhil.go...@nxp.com; > Zhang, Roy Fan <roy.fan.zh...@intel.com>; tho...@monjalon.net > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com> > Subject: [dpdk-dev] [PATCH 1/2] test/crypto: add capability check > > Check if test case is supported by the crypto device, including algorithm and > some of its parameter, such as key length, IV length, etc, using the > capabilities API. > If it is not supported, test case is skipped. > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Acked-by: Adam Dybkowski <adamx.dybkow...@intel.com>