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

2020-04-15 Thread Dybkowski, AdamX
> -Original Message- > From: dev On Behalf Of Pablo de Lara > Sent: Tuesday, 14 April, 2020 12:36 > To: Doherty, Declan ; akhil.go...@nxp.com; > Zhang, Roy Fan ; tho...@monjalon.net > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH v2 1/2] test/c

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

2020-04-14 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 --- v2: - Fixed checkpatch issues app/test/test_crypto