Skip to content

Commit d3cb3b0

Browse files
Paolo Abenikuba-moo
authored andcommitted
selftests: net: add missing required classifier
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: edae34a ("selftests net: add UDP GRO fraglist + bpf self-tests") Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Maciej Żenczykowski <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Link: https://lore.kernel.org/r/7c3643763b331e9a400e1874fe089193c99a1c3f.1706170897.git.pabeni@redhat.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 281cb9d commit d3cb3b0

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/net

1 file changed

+1
-0
lines changed

tools/testing/selftests/net/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ CONFIG_NETFILTER_XT_MATCH_LENGTH=m
5151
CONFIG_NET_ACT_CT=m
5252
CONFIG_NET_ACT_GACT=m
5353
CONFIG_NET_CLS_BASIC=m
54+
CONFIG_NET_CLS_BPF=m
5455
CONFIG_NET_CLS_U32=m
5556
CONFIG_NET_IPGRE_DEMUX=m
5657
CONFIG_NET_IPGRE=m

0 commit comments

Comments
 (0)