Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 25 Jan 2024 19:09:06 +0100 you wrote:
The gro.sh test-case relay on the gro_flush_timeout to ensure that all the segments belonging to any given batch are properly aggregated.
The other end, the sender is a user-space program transmitting each packet with a separate write syscall. A busy host and/or stracing the sender program can make the relevant segments reach the GRO engine after the flush timeout triggers.
[...]
Here is the summary with links: - [net] selftests: net: give more time for GRO aggregation https://git.kernel.org/netdev/net/c/89abe6283753
You are awesome, thank you!