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:    846 MB/s    14351 calls/s  14351 msg/s
# tcp rx:    847 MB/s    65920 calls/s
# tcp tx:    847 MB/s    14367 calls/s  14367 msg/s
# tcp rx:    847 MB/s    65271 calls/s
# tcp tx:    861 MB/s    14616 calls/s  14616 msg/s
# tcp rx:    862 MB/s    65811 calls/s
# tcp tx:    856 MB/s    14528 calls/s  14528 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:    655 MB/s   475136 calls/s
# udp tx:   1255 MB/s    21287 calls/s  21287 msg/s
# udp rx:    654 MB/s   473856 calls/s
# udp tx:   1301 MB/s    22079 calls/s  22079 msg/s
# udp rx:    673 MB/s   487424 calls/s
# udp tx:   1290 MB/s    21892 calls/s  21892 msg/s
# udp rx:    651 MB/s   471808 calls/s
# udp tx:   1274 MB/s    21614 calls/s  21614 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:   1117 MB/s   814847 calls/s
# udp tx:   1140 MB/s    19350 calls/s  19350 msg/s
# udp rx:   1151 MB/s   839979 calls/s
# udp tx:   1153 MB/s    19558 calls/s  19558 msg/s
# udp rx:   1148 MB/s   837759 calls/s
# udp tx:   1149 MB/s    19491 calls/s  19491 msg/s
# udp rx:   1145 MB/s   835159 calls/s
# udp tx:   1145 MB/s    19431 calls/s  19431 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__->