[pve-devel] applied-series: [PATCH qemu-server 0/4] qemu 7.1: virtio-net: add new default values
Thomas Lamprecht
t.lamprecht at proxmox.com
Sun Nov 13 16:49:03 CET 2022
Am 13/11/2022 um 15:37 schrieb Alexandre Derumier:
> patch 1 was already submitted last month.
>
> this patch series also add a new patch to increase rx|tx-queue-size to 1024
> and tests.
>
> I'm running theses values in production and don't have seen any performance
> regression.
>
>
> Alexandre Derumier (4):
> fix #4296: virtio-net: enable packed queues for qemu 7.1
> virtio-net: increase defaults rx|tx-queue-size to 1024
> test: add qemu 7.1 default netdev rx|tx_queue_size=1024
> test: add qemu 7.1 multiqueue netdev test
>
> PVE/QemuServer.pm | 15 ++++++++---
> .../cputype-icelake-client-deprecation.conf | 1 -
> ...putype-icelake-client-deprecation.conf.cmd | 2 --
> test/cfg2cmd/netdev-7.1-multiqueues.conf | 8 ++++++
> test/cfg2cmd/netdev-7.1-multiqueues.conf.cmd | 26 +++++++++++++++++++
> test/cfg2cmd/netdev-7.1.conf | 8 ++++++
> test/cfg2cmd/netdev-7.1.conf.cmd | 26 +++++++++++++++++++
> 7 files changed, 80 insertions(+), 6 deletions(-)
> create mode 100644 test/cfg2cmd/netdev-7.1-multiqueues.conf
> create mode 100644 test/cfg2cmd/netdev-7.1-multiqueues.conf.cmd
> create mode 100644 test/cfg2cmd/netdev-7.1.conf
> create mode 100644 test/cfg2cmd/netdev-7.1.conf.cmd
>
applied, thanks!
There where some other tests that needed updating for the increased tx/rx Q size
too as they had a net device and weren't fixed to a specific QEMU version.
Oh, and the last patch missed a trailing \ in the penultimate line, I squashed
that in.
More information about the pve-devel
mailing list