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(-) -- 1.8.3.1