Re: [PATCH net] selftests: net: give more time for GRO aggregation

2024-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : 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 i

Re: [PATCH net] selftests: net: give more time for GRO aggregation

2024-01-25 Thread Eric Dumazet
On Thu, Jan 25, 2024 at 7:09 PM Paolo Abeni 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 writ

[PATCH net] selftests: net: give more time for GRO aggregation

2024-01-25 Thread Paolo Abeni
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 mak