Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 4 Sep 2025 10:43:22 +0800 you wrote:
Now when SRIOV is enabled, PF with multiple queues can only receive all packets on queue 0. This is caused by an incorrect flag judgement, which prevents RSS from being enabled.
In fact, RSS is supported for the functions when SRIOV is enabled. Remove the flag judgement to fix it.
[...]
Here is the summary with links: - [net,v2] net: libwx: fix to enable RSS https://git.kernel.org/netdev/net/c/157cf360c4a8
You are awesome, thank you!