From 49211723b69860b508827f4171de3bb1bb24a042 Mon Sep 17 00:00:00 2001 From: Han Han Date: Wed, 11 May 2022 10:17:04 +0800 Subject: [PATCH] news: qemu: Set noqueue qdisc for TAP devices Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 4fbf911298..92c3a25184 100644 --- 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