Re: [PATCH v5 net-next 10/10] selftests: net: tests for add double tunneling GRO/GSO
From: Petr Machata <petrm@nvidia.com>
Date: 2026-01-22 09:09:19
From: Petr Machata <petrm@nvidia.com>
Date: 2026-01-22 09:09:19
Paolo Abeni [off-list ref] writes:
Create a simple, netns-based topology with double, nested UDP tunnels and perform TSO transfers on top. Explicitly enable GSO and/or GRO and check the skb layout consistency with different configuration allowing (or not) GSO frames to be delivered on the other end. The trickest part is account in a robust way the aggregated/unaggregated packets with double encapsulation: use a classic bpf filter for it. Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>