]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-options.hx
vhost-user: add multi queue support
authorOuyang Changchun <changchun.ouyang@intel.com>
Thu, 28 May 2015 01:23:06 +0000 (09:23 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 1 Jun 2015 12:18:55 +0000 (14:18 +0200)
commit830d70db692e374b55555f4407f96a1ceefdcc97
tree3b10c88b7e16ff9db59d3eb253d0a2d6b7819aac
parent019a3edbb25f1571e876f8af1ce4c55412939e5d
vhost-user: add multi queue support

Based on patch by Nikolay Nikolaev:
Vhost-user will implement the multi queue support in a similar way
to what vhost already has - a separate thread for each queue.
To enable the multi queue functionality - a new command line parameter
"queues" is introduced for the vhost-user netdev.

Signed-off-by: Nikolay Nikolaev <n.nikolaev@virtualopensystems.com>
Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/specs/vhost-user.txt
hw/net/vhost_net.c
hw/virtio/vhost-user.c
net/vhost-user.c
qapi-schema.json
qemu-options.hx