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: 26437 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: 26480 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: 26529 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: 26582 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # UDP fwd perf udp tx: 17 MB/s 301 calls/s 301 msg/s # udp rx: 0 MB/s 256 calls/s # udp tx: 18 MB/s 313 calls/s 313 msg/s # udp tx: 20 MB/s 341 calls/s 341 msg/s # udp rx: 0 MB/s 503 calls/s # UDP GRO fwd perf udp tx: 19 MB/s 324 calls/s 324 msg/s # udp tx: 18 MB/s 318 calls/s 318 msg/s # udp rx: 0 MB/s 256 calls/s # udp tx: 19 MB/s 327 calls/s 327 msg/s # ./udpgro_fwd.sh: line 35: 26630 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: 26700 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: 26773 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: 26817 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: 26867 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: 26920 Segmentation fault ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2> /dev/null # UDP fwd perf udp tx: 18 MB/s 316 calls/s 316 msg/s # udp rx: 0 MB/s 256 calls/s # udp tx: 19 MB/s 326 calls/s 326 msg/s # udp rx: 1 MB/s 1061 calls/s # UDP GRO fwd perf udp tx: 19 MB/s 324 calls/s 324 msg/s # udp tx: 19 MB/s 327 calls/s 327 msg/s # udp rx: 0 MB/s 256 calls/s # udp tx: 19 MB/s 328 calls/s 328 msg/s # ./udpgro_fwd.sh: line 35: 26970 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: 27040 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__->