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

2021-07-20 Thread Akhil Goyal
> > 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 > > --- > Acked-by: Fan Zhang Acked-by: Akhil Goyal Applied to dpdk-next-crypto

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

2021-07-20 Thread Zhang, Roy Fan
> -Original Message- > From: Dybkowski, AdamX > Sent: Tuesday, July 20, 2021 2:12 PM > To: dev@dpdk.org; Zhang, Roy Fan ; > gak...@marvell.com > Cc: Dybkowski, AdamX > Subject: [PATCH v4] test/crypto: check if RAW API is supported > > This patch adds checking if RAW API is supported at t

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

2021-07-20 Thread 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 | 43 ++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/app/test/tes