Re: [dpdk-dev] [PATCH v2 16/16] test/crypto: check if RAW API is supported

2021-06-29 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Monday, June 28, 2021 5:35 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Trahe, Fiona ; Zhang, Roy > Fan ; Dybkowski, AdamX > > Subject: [PATCH v2 16/16] test/crypto: check if RAW API is supported > > From: Adam Dybkowski Acked

[dpdk-dev] [PATCH v2 16/16] test/crypto: check if RAW API is supported

2021-06-28 Thread Arek Kusztal
From: Adam Dybkowski This patch adds checking if RAW API is supported at the start of the test command "cryptodev_qat_raw_api_autotest". Signed-off-by: Adam Dybkowski --- app/test/test_cryptodev.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --