diff options
author | Jason Wang <jasowang@redhat.com> | 2017-03-29 10:41:23 +0800 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2017-03-31 08:48:13 +0800 |
commit | 1074b879d1c84232177f9b4e044636639ac4c6a5 (patch) | |
tree | cd01be700d5b463e5472f97070b391a213ca7a6e /scripts/feature_to_c.sh | |
parent | ddc2c3a57e0752c0650fdb735a8b8322542d4248 (diff) | |
download | qemu-1074b879d1c84232177f9b4e044636639ac4c6a5.zip |
virtio-net: avoid call tap_enable when there's only one queue
We call tap_enable() even if for multiqueue is not enabled. This is
wrong since it should be used for multiqueue codes to enable a
disabled queue. Fixing this by only calling this when multiqueue is
used.
Fixes: 16dbaf905b72 ("tap: support enabling or disabling a queue")
Reported-by: Andrew Baumann <Andrew.Baumann@microsoft.com>
Tested-by: Andrew Baumann <Andrew.Baumann@microsoft.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'scripts/feature_to_c.sh')
0 files changed, 0 insertions, 0 deletions