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:   1034 MB/s    17539 calls/s  17539 msg/s
# tcp rx:   1069 MB/s    52808 calls/s
# tcp tx:    951 MB/s    16140 calls/s  16140 msg/s
# tcp rx:    977 MB/s    45282 calls/s
# tcp tx:   1016 MB/s    17247 calls/s  17247 msg/s
# tcp tx:   1129 MB/s    19154 calls/s  19154 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:    539 MB/s   390912 calls/s
# udp tx:   1284 MB/s    21793 calls/s  21793 msg/s
# udp rx:    520 MB/s   377088 calls/s
# udp tx:   1273 MB/s    21597 calls/s  21597 msg/s
# udp rx:    645 MB/s   467456 calls/s
# udp tx:   1276 MB/s    21658 calls/s  21658 msg/s
# udp rx:    649 MB/s   470528 calls/s
# udp tx:   1304 MB/s    22125 calls/s  22125 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:   1029 MB/s   751113 calls/s
# udp tx:   1060 MB/s    17989 calls/s  17989 msg/s
# udp rx:   1134 MB/s   827417 calls/s
# udp tx:   1133 MB/s    19232 calls/s  19232 msg/s
# udp rx:   1139 MB/s   831031 calls/s
# udp tx:   1138 MB/s    19310 calls/s  19310 msg/s
# udp rx:   1139 MB/s   831118 calls/s
# udp tx:   1138 MB/s    19311 calls/s  19311 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__->