mbox

[0/8] add multi queue support to vDPA ifc driver

Message ID 1661229305-240952-1-git-send-email-andy.pei@intel.com (mailing list archive)
Headers

Message

Pei, Andy Aug. 23, 2022, 4:34 a.m. UTC
  Add multi queue support to vDPA ifc driver.
Multi queue support for virtio-net device and virtio-blk device.

Andy Pei (7):
  vdpa/ifc: add multi queue suppoort
  vdpa/ifc: set max queues according to HW spec
  vdpa/ifc: write queue count to MQ register
  vdpa/ifc: only configure enabled queue
  vdpa/ifc: set vring state callback update data path
  vhost: configure device when any queue is ready for BLK device
  vhost: vDPA BLK devices configure device when all queue callfds are
    set

Huang Wei (1):
  vdpa/ifc: add new device ID

 drivers/vdpa/ifc/base/ifcvf.c | 24 ++++++++++++++++-
 drivers/vdpa/ifc/base/ifcvf.h |  8 ++++--
 drivers/vdpa/ifc/ifcvf_vdpa.c | 59 ++++++++++++++++++++++++++--------------
 lib/vhost/vhost_user.c        | 63 ++++++++++++++++++++++++++++++++++---------
 4 files changed, 119 insertions(+), 35 deletions(-)