RE: [dpdk-dev v7 09/10] crypto/qat: raw dp api integration

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 09/10] crypto/qat: raw dp api integration > > This patch "unifies" QAT's raw dp api impl

[dpdk-dev v7 09/10] crypto/qat: raw dp api integration

2022-02-08 Thread Kai Ji
This patch "unifies" QAT's raw dp api implementations to share the same enqueue/dequeue methods as the crypto operation enqueue/dequeue methods. In addition, different QAT generation specific implementations are done respectively. The qat_sym_hw_dp.c is removed as no longer required. Signed-off-by