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:   1000 MB/s    16969 calls/s  16969 msg/s
# tcp rx:   1000 MB/s    51078 calls/s
# tcp tx:    979 MB/s    16619 calls/s  16619 msg/s
# tcp rx:    981 MB/s    49651 calls/s
# tcp tx:    995 MB/s    16883 calls/s  16883 msg/s
# tcp rx:    996 MB/s    50765 calls/s
# tcp tx:    963 MB/s    16345 calls/s  16345 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:    640 MB/s   464128 calls/s
# udp tx:   1232 MB/s    20904 calls/s  20904 msg/s
# udp rx:    654 MB/s   474112 calls/s
# udp tx:   1181 MB/s    20043 calls/s  20043 msg/s
# udp rx:    648 MB/s   469248 calls/s
# udp tx:   1230 MB/s    20865 calls/s  20865 msg/s
# udp rx:    629 MB/s   455936 calls/s
# udp tx:   1180 MB/s    20023 calls/s  20023 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:   1071 MB/s   781794 calls/s
# udp tx:   1093 MB/s    18552 calls/s  18552 msg/s
# udp rx:   1131 MB/s   825231 calls/s
# udp tx:   1130 MB/s    19182 calls/s  19182 msg/s
# udp rx:   1137 MB/s   829412 calls/s
# udp tx:   1134 MB/s    19242 calls/s  19242 msg/s
# udp rx:   1031 MB/s   752228 calls/s
# udp tx:   1032 MB/s    17519 calls/s  17519 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__->