make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    936 MB/s    15891 calls/s  15891 msg/s
# tcp rx:    937 MB/s    49586 calls/s
# tcp tx:    983 MB/s    16678 calls/s  16678 msg/s
# tcp rx:    984 MB/s    50526 calls/s
# tcp tx:    955 MB/s    16202 calls/s  16202 msg/s
# tcp rx:    956 MB/s    50304 calls/s
# tcp tx:    986 MB/s    16733 calls/s  16733 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    634 MB/s   459776 calls/s
# udp tx:   1200 MB/s    20359 calls/s  20359 msg/s
# udp rx:    660 MB/s   478720 calls/s
# udp tx:   1266 MB/s    21481 calls/s  21481 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1288 MB/s    21853 calls/s  21853 msg/s
# udp rx:    661 MB/s   478720 calls/s
# udp tx:   1286 MB/s    21825 calls/s  21825 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:   1090 MB/s   795223 calls/s
# udp tx:   1111 MB/s    18857 calls/s  18857 msg/s
# udp rx:   1164 MB/s   849541 calls/s
# udp tx:   1166 MB/s    19785 calls/s  19785 msg/s
# udp rx:   1178 MB/s   859197 calls/s
# udp tx:   1179 MB/s    20004 calls/s  20004 msg/s
# udp rx:   1176 MB/s   858014 calls/s
# udp tx:   1176 MB/s    19956 calls/s  19956 msg/s
ok 1 selftests: net: udpgro_frglist.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->