RE: [dpdk-dev v10 5/9] crypto/qat: unify symmetric functions

2022-02-22 Thread Zhang, Roy Fan
> -Original Message- > From: Ji, Kai > Sent: Tuesday, February 22, 2022 5:02 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Ji, Kai > > Subject: [dpdk-dev v10 5/9] crypto/qat: unify symmetric functions > > This patch removes qat_sym_p

[dpdk-dev v10 5/9] crypto/qat: unify symmetric functions

2022-02-22 Thread Kai Ji
This patch removes qat_sym_pmd.c and integrates all the functions into qat_sym.c. The unified/integrated qat sym crypto pmd functions should make them easier to maintain. Signed-off-by: Kai Ji --- drivers/common/qat/meson.build | 4 +- drivers/common/qat/qat_device.c | 4 +- drive