Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Wed, 3 Apr 2024 08:43:12 -0700 you wrote:
There is a bug when setting the RSS options in virtio_net that can break the whole machine, getting the kernel into an infinite loop.
Running the following command in any QEMU virtual machine with virtionet will reproduce this problem:
# ethtool -X eth0 hfunc toeplitz
[...]
Here is the summary with links: - [net,v4] virtio_net: Do not send RSS key if it is not supported https://git.kernel.org/netdev/net/c/059a49aa2e25
You are awesome, thank you!