Re: [dpdk-dev] [PATCH v5 1/2] test/crypto: add capability check

2020-04-16 Thread Trahe, Fiona
> -Original Message- > From: dev On Behalf Of Pablo de Lara > Sent: Thursday, April 16, 2020 6:24 PM > To: Doherty, Declan > Cc: dev@dpdk.org; akhil.go...@nxp.com; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH v5 1/2] test/crypto: add capability check &g

[dpdk-dev] [PATCH v5 1/2] test/crypto: add capability check

2020-04-16 Thread Pablo de Lara
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 Acked-by: Adam Dybkowski Tested-by: Ruifeng Wang ---