mbox

[v2,0/8] vdpa/ifc: add multi queue support

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

Message

Pei, Andy Sept. 8, 2022, 5:54 a.m. UTC
  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 according to HW spec
  vdpa/ifc: write queue count to MQ register
  vdpa/ifc: only configure enabled queue
  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 (2):
  vdpa/ifc: add new device ID
  vdpa/ifc: support dynamic enable/disable queue

 drivers/vdpa/ifc/base/ifcvf.c       | 145 +++++++++++++++++++++++++++++++++++-
 drivers/vdpa/ifc/base/ifcvf.h       |  14 +++-
 drivers/vdpa/ifc/base/ifcvf_osdep.h |   1 +
 drivers/vdpa/ifc/ifcvf_vdpa.c       | 140 +++++++++++++++++++++++++++++-----
 lib/vhost/vhost_user.c              |  63 +++++++++++++---
 5 files changed, 329 insertions(+), 34 deletions(-)