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:    844 MB/s    14330 calls/s  14330 msg/s
# tcp rx:    845 MB/s    65946 calls/s
# tcp tx:    872 MB/s    14797 calls/s  14797 msg/s
# tcp rx:    873 MB/s    66403 calls/s
# tcp tx:    870 MB/s    14762 calls/s  14762 msg/s
# tcp rx:    871 MB/s    66731 calls/s
# tcp tx:    872 MB/s    14792 calls/s  14792 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:    582 MB/s   421888 calls/s
# udp tx:   1317 MB/s    22354 calls/s  22354 msg/s
# udp rx:    646 MB/s   468332 calls/s
# udp tx:   1310 MB/s    22223 calls/s  22223 msg/s
# udp rx:    598 MB/s   433540 calls/s
# udp tx:   1328 MB/s    22534 calls/s  22534 msg/s
# udp rx:    670 MB/s   485667 calls/s
# udp tx:   1313 MB/s    22283 calls/s  22283 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:   1129 MB/s   823775 calls/s
# udp tx:   1155 MB/s    19606 calls/s  19606 msg/s
# udp rx:   1175 MB/s   857215 calls/s
# udp tx:   1183 MB/s    20081 calls/s  20081 msg/s
# udp rx:   1180 MB/s   860780 calls/s
# udp tx:   1179 MB/s    20004 calls/s  20004 msg/s
# udp rx:   1185 MB/s   864862 calls/s
# udp tx:   1185 MB/s    20101 calls/s  20101 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__->