Re: [dpdk-dev] [PATCH v4 05/14] test/crypto: check cipher parameters

2021-10-18 Thread Zhang, Roy Fan
> -Original Message- > From: Power, Ciara > Sent: Friday, October 15, 2021 3:40 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; Bronowski, PiotrX > ; gak...@marvell.com; De Lara Guarch, Pablo > ; m...@ashroe.eu; Doherty, Declan > > Subject: [PATCH v4 05/14] test/crypto: check cipher paramete

[dpdk-dev] [PATCH v4 05/14] test/crypto: check cipher parameters

2021-10-15 Thread Ciara Power
From: Pablo de Lara Check for cipher parameters in the transform to verify if a test case is supported by the crypto device under test. Signed-off-by: Pablo de Lara --- app/test/test_cryptodev.c | 55 +-- 1 file changed, 41 insertions(+), 14 deletions(-) di