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:    918 MB/s    15571 calls/s  15571 msg/s
# tcp rx:    919 MB/s    50018 calls/s
# tcp tx:    945 MB/s    16035 calls/s  16035 msg/s
# tcp rx:    946 MB/s    50152 calls/s
# tcp tx:    946 MB/s    16056 calls/s  16056 msg/s
# tcp rx:    947 MB/s    49776 calls/s
# tcp tx:    953 MB/s    16178 calls/s  16178 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:    631 MB/s   457472 calls/s
# udp tx:   1162 MB/s    19721 calls/s  19721 msg/s
# udp rx:    652 MB/s   472509 calls/s
# udp tx:   1190 MB/s    20187 calls/s  20187 msg/s
# udp rx:    659 MB/s   477546 calls/s
# udp tx:   1199 MB/s    20349 calls/s  20349 msg/s
# udp rx:    647 MB/s   469119 calls/s
# udp tx:   1277 MB/s    21666 calls/s  21666 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:   1102 MB/s   803704 calls/s
# udp tx:   1125 MB/s    19097 calls/s  19097 msg/s
# udp rx:   1136 MB/s   829067 calls/s
# udp tx:   1138 MB/s    19305 calls/s  19305 msg/s
# udp rx:   1054 MB/s   768826 calls/s
# udp tx:   1054 MB/s    17892 calls/s  17892 msg/s
# udp rx:   1112 MB/s   811208 calls/s
# udp tx:   1112 MB/s    18873 calls/s  18873 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__->