On 10/22/2015 8:35 PM, Yuanhan Liu wrote: > This patch set enables vhost-user multiple queue feature. > > > --- > Changchun Ouyang (3): > vhost: rxtx: use queue id instead of constant ring index > virtio: fix deadloop due to reading virtio_net_config incorrectly > vhost: add VHOST_USER_SET_VRING_ENABLE message > > Yuanhan Liu (5): > vhost-user: add protocol features support > vhost-user: add VHOST_USER_GET_QUEUE_NUM message > vhost: vring queue setup for multiple queue support > vhost-user: enable vhost-user multiple queue > doc: update release note for vhost-user mq support > > doc/guides/rel_notes/release_2_2.rst | 4 + > drivers/net/virtio/virtio_ethdev.c | 16 ++- > lib/librte_vhost/rte_virtio_net.h | 13 +- > lib/librte_vhost/vhost_rxtx.c | 53 +++++--- > lib/librte_vhost/vhost_user/vhost-net-user.c | 25 +++- > lib/librte_vhost/vhost_user/vhost-net-user.h | 4 + > lib/librte_vhost/vhost_user/virtio-net-user.c | 86 ++++++++++--- > lib/librte_vhost/vhost_user/virtio-net-user.h | 10 ++ > lib/librte_vhost/virtio-net.c | 168 > ++++++++++++++++---------- > 9 files changed, 275 insertions(+), 104 deletions(-) >
Btw, Changchun's patch: "virtio: fix deadloop due to reading virtio_net_config incorrectly" isn't included, so probably, you could remove this from this cover-letter. Acked-by: Huawei Xie <huawei.xie at intel.com>