]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: qemu: Set noqueue qdisc for TAP devices
authorHan Han <hhan@redhat.com>
Wed, 11 May 2022 02:17:04 +0000 (10:17 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 18 May 2022 17:55:50 +0000 (19:55 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 4fbf9112985b3934e8e38c54c932594711a3fb39..92c3a25184e113bd8775de81d746d6cec3341eb3 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1220,6 +1220,12 @@ v6.9.0 (2020-11-02)
 
     Set ``max_len=0`` in ``virtlogd.conf`` to disable log rollover.
 
+  * qemu: Set noqueue qdisc for TAP devices
+
+    Set ``noqueue`` instead of the former ``pfifo_fast`` queue discipline
+    for TAP devices. It will avoid needless cost of host CPU cycles and
+    thus improve performance.
+
 * **Bug fixes**
 
   * hyperv: ensure WQL queries work in all locales