net/virtio-user: add multiple queues in vhost-user adapter
authorJianfeng Tan <jianfeng.tan@intel.com>
Wed, 15 Jun 2016 09:07:15 +0000 (09:07 +0000)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Wed, 22 Jun 2016 07:47:12 +0000 (09:47 +0200)
commit0b6df936c86a8d075c7c01d881853ecc70a3ef8a
tree6cf3471c3d68ddd255683bd758c3503e14998515
parentce2eabdd43ecfdd3ada379ed884063e82fa266e9
net/virtio-user: add multiple queues in vhost-user adapter

This patch mainly adds method in vhost user adapter to communicate
enable/disable queues messages with vhost user backend, aka,
VHOST_USER_SET_VRING_ENABLE.

Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
drivers/net/virtio/virtio_user/vhost.h
drivers/net/virtio/virtio_user/vhost_user.c