common/qat: add PF to VF communication
authorArek Kusztal <arkadiuszx.kusztal@intel.com>
Mon, 28 Jun 2021 16:34:29 +0000 (17:34 +0100)
committerAkhil Goyal <gakhil@marvell.com>
Tue, 20 Jul 2021 08:32:05 +0000 (10:32 +0200)
commitb17d16fb47b49919725436b731405ab32a0c02f2
tree35e4813e3a7d9ac05c7c9ae57e4e2909e43c6eb4
parente4beb311d22287321711a04a8dbaa98bf5a5bc7b
common/qat: add PF to VF communication

Add communication between physical device and virtual function
in Intel QucikAssist Technology PMD.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
drivers/common/qat/meson.build
drivers/common/qat/qat_adf/adf_pf2vf_msg.h [new file with mode: 0644]
drivers/common/qat/qat_device.c
drivers/common/qat/qat_device.h
drivers/common/qat/qat_pf2vf.c [new file with mode: 0644]
drivers/common/qat/qat_pf2vf.h [new file with mode: 0644]