Re: [dpdk-dev] [PATCH v2 11/16] common/qat: add pf2vf communication in qat

2021-06-29 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Monday, June 28, 2021 5:34 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Trahe, Fiona ; Zhang, Roy > Fan ; Kusztal, ArkadiuszX > > Subject: [PATCH v2 11/16] common/qat: add pf2vf communication in qat > > Add communication between

[dpdk-dev] [PATCH v2 11/16] common/qat: add pf2vf communication in qat

2021-06-28 Thread Arek Kusztal
Add communication between physical device and virtual function in Intel QucikAssist Technology PMD. Signed-off-by: Arek Kusztal --- drivers/common/qat/meson.build | 1 + drivers/common/qat/qat_adf/adf_pf2vf_msg.h | 154 + drivers/common/qat/qat_device.c