Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 1 Sep 2025 10:31:38 -0700 you wrote:
The rss_ctx test has gotten pretty flaky after I increased the queue count in NIPA 2->3. Not 100% clear why. We get a lot of failures in the rss_ctx.test_hitless_key_update case.
Looking closer it appears that the failures are mostly due to startup costs. I measured the following timing for ethtool -X:
- python cmd(shell=True) : 150-250msec
- python cmd(shell=False) : 50- 70msec
- timed in bash : 45- 55msec
- YNL Netlink call : 2- 4msec
- .set_rxfh callback : 1- 2msec
[...]
Here is the summary with links: - [net-next,v2,1/2] selftests: drv-net: rss_ctx: use Netlink for timed reconfig https://git.kernel.org/netdev/net-next/c/4022f92a2e4e - [net-next,v2,2/2] selftests: drv-net: rss_ctx: make the test pass with few queues https://git.kernel.org/netdev/net-next/c/e2cf2d5baa09
You are awesome, thank you!