make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-3/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' TAP version 13 1..1 # overriding timeout to 7200 # selftests: net: udpgro_fwd.sh # IPv4 # ./udpgro_fwd.sh: line 35: 26900 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # No GRO fail - received 1 packets, expected 10 # ./udpgro_fwd.sh: line 35: 26943 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # GRO frag list ok # ./udpgro_fwd.sh: line 35: 26993 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # GRO fwd ok # ./udpgro_fwd.sh: line 35: 27049 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # UDP fwd perf udp tx: 20 MB/s 350 calls/s 350 msg/s # udp rx: 0 MB/s 256 calls/s # udp tx: 20 MB/s 355 calls/s 355 msg/s # udp rx: 1 MB/s 1262 calls/s # UDP GRO fwd perf udp tx: 19 MB/s 335 calls/s 335 msg/s # udp rx: 0 MB/s 256 calls/s # udp tx: 20 MB/s 344 calls/s 344 msg/s # udp tx: 19 MB/s 324 calls/s 324 msg/s # udp rx: 0 MB/s 660 calls/s # ./udpgro_fwd.sh: line 35: 27097 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # GRO frag list over UDP tunnel fail - received 1 packets, expected 10 # ./udpgro_fwd.sh: line 35: 27166 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # GRO fwd over UDP tunnel fail - received 1 packets, expected 10 # IPv6 # ./udpgro_fwd.sh: line 35: 27240 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # No GRO fail - received 1 packets, expected 10 # ./udpgro_fwd.sh: line 35: 27284 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # GRO frag list ok # ./udpgro_fwd.sh: line 35: 27333 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # GRO fwd ok # ./udpgro_fwd.sh: line 35: 27385 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # UDP fwd perf udp rx: 0 MB/s 256 calls/s # udp tx: 18 MB/s 313 calls/s 313 msg/s # udp rx: 1 MB/s 1573 calls/s # udp tx: 19 MB/s 336 calls/s 336 msg/s # udp rx: 0 MB/s 256 calls/s # UDP GRO fwd perf udp rx: 0 MB/s 256 calls/s # udp tx: 18 MB/s 310 calls/s 310 msg/s # udp rx: 1 MB/s 1007 calls/s # udp tx: 19 MB/s 334 calls/s 334 msg/s # udp rx: 3 MB/s 2875 calls/s # ./udpgro_fwd.sh: line 35: 27431 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # GRO frag list over UDP tunnel fail - received 1 packets, expected 10 # ./udpgro_fwd.sh: line 35: 27501 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # GRO fwd over UDP tunnel fail - received 1 packets, expected 10 not ok 1 selftests: net: udpgro_fwd.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests' xx__-> echo $? 0 xx__-> echo scan > /sys/kernel/debug/kmemleak && cat /sys/kernel/debug/kmemleak xx__->