]> Git Repo - qemu.git/commit
virtio-net: delete also control queue when TX/RX deleted
authorYuri Benditovich <[email protected]>
Thu, 26 Dec 2019 04:36:49 +0000 (06:36 +0200)
committerMichael S. Tsirkin <[email protected]>
Mon, 6 Jan 2020 17:04:51 +0000 (12:04 -0500)
commitd945d9f1731244ef341f74ede93120fc9de35913
tree477def5be2839d6bb7cadf2a7be98eb960ea0657
parent421afd2fe8dd4603216cbf36081877c391f5a2a4
virtio-net: delete also control queue when TX/RX deleted

https://bugzilla.redhat.com/show_bug.cgi?id=1708480
If the control queue is not deleted together with TX/RX, it
later will be ignored in freeing cache resources and hot
unplug will not be completed.

Cc: [email protected]
Signed-off-by: Yuri Benditovich <[email protected]>
Message-Id: <20191226043649[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/net/virtio-net.c
This page took 0.028745 seconds and 4 git commands to generate.