[PATCH v3 0/8] vdpa/ifc: add multi queue support
Andy Pei
andy.pei at intel.com
Fri Sep 16 08:16:22 CEST 2022
v3:
rename device ID macro name.
fix some patch title and commit message.
delete some used marco.
rework some code logic.
v2:
fix some coding style issue.
support dynamic enable/disable queue at run time.
Andy Pei (6):
vdpa/ifc: add multi-queue support
vdpa/ifc: set max queues based on virtio spec
vdpa/ifc: write queue count to MQ register
vdpa/ifc: only configure enabled queue
vhost: vDPA blk device gets ready when any queue is ready
vhost: improve vDPA blk device readiness condition
Huang Wei (2):
vdpa/ifc: add new device ID for legacy network device
vdpa/ifc: support dynamic enable/disable queue
drivers/vdpa/ifc/base/ifcvf.c | 137 ++++++++++++++++++++++++++++++++++++++++
drivers/vdpa/ifc/base/ifcvf.h | 16 ++++-
drivers/vdpa/ifc/ifcvf_vdpa.c | 142 +++++++++++++++++++++++++++++++++++-------
lib/vhost/vhost_user.c | 58 +++++++++++------
4 files changed, 311 insertions(+), 42 deletions(-)
--
1.8.3.1
More information about the dev
mailing list