Re: [dpdk-dev] [dpdk-dev v7 7/9] crypto/qat: unified device private data structure

2021-10-28 Thread Power, Ciara
>-Original Message- >From: dev On Behalf Of Kai Ji >Sent: Wednesday 27 October 2021 16:51 >To: dev@dpdk.org >Cc: Zhang, Roy Fan ; Kusztal, ArkadiuszX >; Ji, Kai >Subject: [dpdk-dev] [dpdk-dev v7 7/9] crypto/qat: unified device private data >structure > >

[dpdk-dev] [dpdk-dev v7 7/9] crypto/qat: unified device private data structure

2021-10-27 Thread Kai Ji
From: Fan Zhang This patch unifies the QAT symmetric and asymmetric device private data structures and functions. Signed-off-by: Arek Kusztal Signed-off-by: Fan Zhang Signed-off-by: Kai Ji --- drivers/common/qat/meson.build | 2 +- drivers/common/qat/qat_common.c | 15 ++ drive