RE: [dpdk-dev v7 07/10] crypto/qat: unify qat asym pmd apis

2022-02-09 Thread Zhang, Roy Fan
> -Original Message- > From: Kai Ji > Sent: Tuesday, February 8, 2022 6:15 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai > Subject: [dpdk-dev v7 07/10] crypto/qat: unify qat asym pmd apis > > This patch removes qat_asym_pmd.c and integrates all the >

[dpdk-dev v7 07/10] crypto/qat: unify qat asym pmd apis

2022-02-08 Thread Kai Ji
This patch removes qat_asym_pmd.c and integrates all the functions into qat_asym.c. The unified/integrated asym crypto pmd apis should make them easier to maintain. Signed-off-by: Kai Ji --- drivers/common/qat/meson.build| 2 +- drivers/crypto/qat/qat_asym.c | 180 +