Re: [dpdk-dev] [dpdk-dev v4 3/9] common/qat: add gen specific queue pair function

2021-10-26 Thread Power, Ciara
>-Original Message- >From: dev On Behalf Of Fan Zhang >Sent: Friday 22 October 2021 18:04 >To: dev@dpdk.org >Cc: gak...@marvell.com; Zhang, Roy Fan >Subject: [dpdk-dev] [dpdk-dev v4 3/9] common/qat: add gen specific queue >pair function > >This patch adds th

[dpdk-dev] [dpdk-dev v4 3/9] common/qat: add gen specific queue pair function

2021-10-22 Thread Fan Zhang
This patch adds the queue pair data structure and function prototypes for different QAT generations. Signed-off-by: Fan Zhang --- drivers/common/qat/qat_qp.c | 3 ++ drivers/common/qat/qat_qp.h | 103 2 files changed, 71 insertions(+), 35 deletions(-) diff