RE: [dpdk-dev v10 8/9] crypto/qat: unify raw data path 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 8/9] crypto/qat: unify raw data path functions > > This patch unifies QAT's

[dpdk-dev v10 8/9] crypto/qat: unify raw data path functions

2022-02-22 Thread Kai Ji
This patch unifies QAT's raw dp api implementations to the same enqueue/dequeue methods used in crypto operations. The specific functions for different QAT generation are updated respectively. The qat_sym_hw_dp.c is removed as no longer required. Signed-off-by: Kai Ji --- drivers/common/qat/meso