Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 12 Jun 2025 10:19:56 +0300 you wrote:
This series addresses a regression in ethtool flow steering where rules targeting the default RSS context (context 0) were incorrectly rejected.
The default RSS context always exists but is not stored in the rss_ctx xarray like additional contexts. The current validation logic was checking for the existence of context 0 in this array, causing valid flow steering rules to be rejected.
[...]
Here is the summary with links: - [net,v3,1/2] net: ethtool: Don't check if RSS context exists in case of context 0 https://git.kernel.org/netdev/net/c/d78ebc772c7c - [net,v3,2/2] selftests: drv-net: rss_ctx: Add test for ntuple rules targeting default RSS context https://git.kernel.org/netdev/net/c/56c5d291e885
You are awesome, thank you!