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:    929 MB/s    15767 calls/s  15767 msg/s
# tcp rx:    930 MB/s    50367 calls/s
# tcp tx:    988 MB/s    16772 calls/s  16772 msg/s
# tcp rx:    989 MB/s    51087 calls/s
# tcp tx:    847 MB/s    14377 calls/s  14377 msg/s
# tcp rx:    847 MB/s    43931 calls/s
# tcp tx:    717 MB/s    12162 calls/s  12162 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:    609 MB/s   441856 calls/s
# udp tx:   1226 MB/s    20808 calls/s  20808 msg/s
# udp rx:    642 MB/s   465152 calls/s
# udp tx:   1298 MB/s    22019 calls/s  22019 msg/s
# udp rx:    655 MB/s   474880 calls/s
# udp tx:   1294 MB/s    21953 calls/s  21953 msg/s
# udp rx:    653 MB/s   473344 calls/s
# udp tx:   1294 MB/s    21953 calls/s  21953 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:   1124 MB/s   819932 calls/s
# udp tx:   1152 MB/s    19553 calls/s  19553 msg/s
# udp rx:   1159 MB/s   845363 calls/s
# udp tx:   1161 MB/s    19695 calls/s  19695 msg/s
# udp rx:   1135 MB/s   827774 calls/s
# udp tx:   1134 MB/s    19241 calls/s  19241 msg/s
# udp rx:   1149 MB/s   838275 calls/s
# udp tx:   1148 MB/s    19480 calls/s  19480 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__->