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:    996 MB/s    16896 calls/s  16896 msg/s
# tcp rx:    996 MB/s    51757 calls/s
# tcp tx:    985 MB/s    16719 calls/s  16719 msg/s
# tcp rx:   1007 MB/s    50481 calls/s
# tcp tx:    997 MB/s    16925 calls/s  16925 msg/s
# tcp rx:    988 MB/s    50038 calls/s
# tcp tx:    564 MB/s     9574 calls/s   9574 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:    568 MB/s   412160 calls/s
# udp tx:   1150 MB/s    19519 calls/s  19519 msg/s
# udp rx:    661 MB/s   478753 calls/s
# udp tx:   1285 MB/s    21804 calls/s  21804 msg/s
# udp rx:    665 MB/s   482163 calls/s
# udp tx:   1298 MB/s    22025 calls/s  22025 msg/s
# udp rx:    665 MB/s   481959 calls/s
# udp tx:   1301 MB/s    22079 calls/s  22079 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:   1125 MB/s   820863 calls/s
# udp tx:   1149 MB/s    19496 calls/s  19496 msg/s
# udp rx:   1155 MB/s   842958 calls/s
# udp tx:   1156 MB/s    19619 calls/s  19619 msg/s
# udp rx:   1158 MB/s   844983 calls/s
# udp tx:   1159 MB/s    19664 calls/s  19664 msg/s
# udp rx:   1160 MB/s   846197 calls/s
# udp tx:   1163 MB/s    19732 calls/s  19732 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__->