Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 30 Oct 2025 06:04:36 +0000 you wrote:
The GRO self-test, gro.c, currently constructs IPv6 packets containing a Hop-by-Hop Options header (IPPROTO_HOPOPTS) to ensure the GRO path correctly handles IPv6 extension headers.
However, network elements may be configured to drop packets with the Hop-by-Hop Options header (HBH). This causes the self-test to fail in environments where such network elements are present.
[...]
Here is the summary with links: - [net] selftests/net: use destination options instead of hop-by-hop https://git.kernel.org/netdev/net/c/f8e8486702ab
You are awesome, thank you!