Re: [dpdk-dev] [dpdk-dev v2 2/3] test/crypto: add unit-test for QAT direct APIs

2020-06-30 Thread Trahe, Fiona
Hi Fan, > -Original Message- > From: Zhang, Roy Fan > Sent: Thursday, June 25, 2020 2:32 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; akhil.go...@nxp.com; Zhang, Roy Fan > > Subject: [dpdk-dev v2 2/3] test/crypto: add unit-test for QAT direct APIs > > This patch adds the test to use QAT s

[dpdk-dev] [dpdk-dev v2 2/3] test/crypto: add unit-test for QAT direct APIs

2020-06-25 Thread Fan Zhang
This patch adds the test to use QAT symmetric crypto direct APIs. The test will be enabled only when QAT Sym PMD is built. Signed-off-by: Fan Zhang --- app/test/Makefile | 4 + app/test/meson.build | 1 + app/test/test_cryptodev.c | 371 ++