make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    898 MB/s    15238 calls/s  15238 msg/s
# tcp rx:    899 MB/s    51556 calls/s
# tcp tx:    958 MB/s    16255 calls/s  16255 msg/s
# tcp rx:    959 MB/s    50608 calls/s
# tcp tx:    953 MB/s    16177 calls/s  16177 msg/s
# tcp rx:    954 MB/s    50170 calls/s
# tcp tx:    963 MB/s    16340 calls/s  16340 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:    626 MB/s   453888 calls/s
# udp tx:   1211 MB/s    20545 calls/s  20545 msg/s
# udp rx:    669 MB/s   485120 calls/s
# udp tx:   1294 MB/s    21952 calls/s  21952 msg/s
# udp rx:    669 MB/s   484608 calls/s
# udp tx:   1294 MB/s    21950 calls/s  21950 msg/s
# udp rx:    668 MB/s   484352 calls/s
# udp tx:   1292 MB/s    21929 calls/s  21929 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:   1075 MB/s   784394 calls/s
# udp tx:   1100 MB/s    18672 calls/s  18672 msg/s
# udp rx:    978 MB/s   713267 calls/s
# udp tx:    980 MB/s    16636 calls/s  16636 msg/s
# udp rx:   1150 MB/s   838852 calls/s
# udp tx:   1152 MB/s    19550 calls/s  19550 msg/s
# udp rx:   1147 MB/s   836932 calls/s
# udp tx:   1149 MB/s    19503 calls/s  19503 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__->