Opt-in Linux 7.0 Kernel for Proxmox VE 9 available

I've seen similar issues but with a realtek nic, I just figured it was realtek being realtek and turned off checksum offloading.
See the bug, I can reproduce this on Broadcom and Intel NICs as well so I think its a wider problem. The problem exists when newer linux kernel features in 6.16+ interact with new Qemu versions 11.0+ which introduce new offloading scenarios. I don't know why these break if its a problem in Qemu or the host Kernel though.
 
Does choosing a lower machine version prevent these issues? 11.0 was only released late april, it seems a bit too new.
 
Hi,

with QEMU 10.2, there was a switch to using io_uring for the IO thread event loops and the IO pressure/wait accounting is set via the io_uring subsystem now. It's a different kernel subsystem from before, so it's not unexpected if it's different.

So, if I understood correctly, this is just a different way the graph is calculated after the update, and it does not necessarily mean that performance is affected, right?