]> Git Repo - qemu.git/commit
virtio-net: multiqueue support
authorJason Wang <[email protected]>
Wed, 30 Jan 2013 11:12:39 +0000 (19:12 +0800)
committerAnthony Liguori <[email protected]>
Fri, 1 Feb 2013 17:03:03 +0000 (11:03 -0600)
commitfed699f9ca6ae8a0fb62803334cf46fa64d1eb91
tree9ebe0b5f14e2c5c3a902a2c1c41e4b60bae4b76e
parent0c87e93e3102f0c717f58ed90858e6b410fd4e04
virtio-net: multiqueue support

This patch implements both userspace and vhost support for multiple queue
virtio-net (VIRTIO_NET_F_MQ). This is done by introducing an array of
VirtIONetQueue to VirtIONet.

Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/virtio-net.c
hw/virtio-net.h
This page took 0.025805 seconds and 4 git commands to generate.