On Thu, Jan 25, 2024 at 9:23 AM Paolo Abeni pabeni@redhat.com wrote:
the udpgro_fraglist self-test uses the BPF classifiers, but the current net self-test configuration does not include it, causing CI failures:
# selftests: net: udpgro_frglist.sh # ipv6 # tcp - over veth touching data # -l 4 -6 -D 2001:db8::1 -t rx -4 -t # Error: TC classifier not found. # We have an error talking to the kernel # Error: TC classifier not found. # We have an error talking to the kernel
Add the missing knob.
Fixes: edae34a3ed92 ("selftests net: add UDP GRO fraglist + bpf self-tests") Signed-off-by: Paolo Abeni pabeni@redhat.com
FYI, while looking at the gro test, I found that using strace was making it failing as well.
Not sure about this one...
Reviewed-by: Eric Dumazet edumazet@google.com