Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 30 Oct 2025 06:28:18 +0000 you wrote:
Due to the gro_sender sending data packets and FIN packets in very quick succession, these are received almost simultaneously by the gro_receiver. FIN packets are sometimes processed before the data packets leading to intermittent (~1/100) test failures.
This change adds a delay of 100ms before sending FIN packets in gro:tcp test to avoid the out-of-order delivery. The same mitigation already exists for the gro:ip test.
[...]
Here is the summary with links: - [net,v2] selftests/net: fix out-of-order delivery of FIN in gro:tcp test https://git.kernel.org/netdev/net/c/02d064de05b1
You are awesome, thank you!