Re: [dpdk-dev] [dpdk-dev v4 2/9] common/qat: add gen specific device implementation

2021-10-26 Thread Power, Ciara
Hi Fan, >-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 ; Kusztal, >ArkadiuszX ; Ji, Kai >Subject: [dpdk-dev] [dpdk-dev v4 2/9] common/qat: add gen specific device &g

[dpdk-dev] [dpdk-dev v4 2/9] common/qat: add gen specific device implementation

2021-10-22 Thread Fan Zhang
This patch replaces the mixed QAT device configuration implementation by separate files with shared or individual implementation for specific QAT generation. Signed-off-by: Arek Kusztal Signed-off-by: Fan Zhang Signed-off-by: Kai Ji --- drivers/common/qat/dev/qat_dev_gen1.c | 66 + dr