Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 26 Feb 2025 11:27:22 -0800 you wrote:
The GRO selftests can flake and have some confusing behavior. These changes make the output and return value of GRO behave as expected, then deflake the tests.
v2:
- Split into multiple commits.
- Reduced napi_defer_hard_irqs to 1.
- Reduced gro_flush_timeout to 100us.
- Fixed comment that wasn't updated.
[...]
Here is the summary with links: - [v2,1/3] selftests/net: have `gro.sh -t` return a correct exit code https://git.kernel.org/netdev/net-next/c/784e6abd99f2 - [v2,2/3] selftests/net: only print passing message in GRO tests when tests pass https://git.kernel.org/netdev/net-next/c/41cda5728470 - [v2,3/3] selftests/net: deflake GRO tests https://git.kernel.org/netdev/net-next/c/51bef03e1a71
You are awesome, thank you!