Re: [PATCH net-next 5/5] selftests/net: test ipip packets in gro.sh
From: Richard Gobert
Date: Mon Aug 18 2025 - 08:17:00 EST
Jakub Kicinski wrote:
> On Thu, 14 Aug 2025 13:40:30 +0200 Richard Gobert wrote:
>> Add IPIP test-cases to the GRO selftest.
>>
>> This selftest already contains IP ID test-cases. They are now
>> also tested for encapsulated packets.
>
> The series seems to break the test when running in our CI:
>
> https://netdev-3.bots.linux.dev/vmksft-net/results/253062/25-gro-sh/stdout
> https://netdev-3.bots.linux.dev/vmksft-net/results/253062/25-gro-sh-retry/stdout
>
> https://netdev-3.bots.linux.dev/vmksft-net/results/253241/18-gro-sh/stdout
> https://netdev-3.bots.linux.dev/vmksft-net/results/253241/18-gro-sh-retry/stdout
Missed this. Turns out the test does not generate
IPIP packets correctly in some cases. Will fix in v2.