make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:    864 MB/s    14655 calls/s  14655 msg/s
# tcp rx:    864 MB/s   156963 calls/s
# tcp tx:    806 MB/s    13671 calls/s  13671 msg/s
# tcp rx:    806 MB/s   146798 calls/s
# tcp tx:    792 MB/s    13433 calls/s  13433 msg/s
# tcp rx:    791 MB/s   144827 calls/s
# tcp tx:    821 MB/s    13929 calls/s  13929 msg/s
# udp gso - over veth touching data
# udp rx:   1262 MB/s   899642 calls/s
# udp tx:   1292 MB/s    21924 calls/s  21924 msg/s
# udp rx:   1288 MB/s   917781 calls/s
# udp tx:   1300 MB/s    22054 calls/s  22054 msg/s
# udp rx:   1298 MB/s   924810 calls/s
# udp tx:   1300 MB/s    22049 calls/s  22049 msg/s
# udp rx:   1292 MB/s   920800 calls/s
# udp tx:   1294 MB/s    21952 calls/s  21952 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1155 MB/s   823313 calls/s
# udp tx:   1174 MB/s    19918 calls/s  19918 msg/s
# udp rx:   1142 MB/s   813890 calls/s
# udp tx:   1149 MB/s    19492 calls/s  19492 msg/s
# udp rx:   1234 MB/s   879386 calls/s
# udp tx:   1233 MB/s    20923 calls/s  20923 msg/s
# udp rx:   1270 MB/s   905162 calls/s
# udp tx:   1269 MB/s    21530 calls/s  21530 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    651 MB/s    11055 calls/s  11055 msg/s
# tcp rx:    652 MB/s    82867 calls/s
# tcp tx:    678 MB/s    11510 calls/s  11510 msg/s
# tcp rx:    679 MB/s    83849 calls/s
# tcp tx:    660 MB/s    11202 calls/s  11202 msg/s
# tcp rx:    661 MB/s    83468 calls/s
# tcp tx:    651 MB/s    11053 calls/s  11053 msg/s
# udp gso - over veth touching data
# udp rx:   1151 MB/s   839752 calls/s
# udp tx:   1177 MB/s    19972 calls/s  19972 msg/s
# udp rx:   1131 MB/s   824855 calls/s
# udp tx:   1138 MB/s    19302 calls/s  19302 msg/s
# udp rx:   1267 MB/s   924079 calls/s
# udp tx:   1271 MB/s    21566 calls/s  21566 msg/s
# udp rx:    955 MB/s   697178 calls/s
# udp tx:    947 MB/s    16068 calls/s  16068 msg/s
# udp gso and gro - over veth touching data
# udp rx:    658 MB/s   479942 calls/s
# udp tx:    673 MB/s    11430 calls/s  11430 msg/s
# udp rx:    657 MB/s   479275 calls/s
# udp tx:    659 MB/s    11183 calls/s  11183 msg/s
# udp rx:    671 MB/s   489418 calls/s
# udp tx:    670 MB/s    11371 calls/s  11371 msg/s
# udp rx:    657 MB/s   479580 calls/s
# udp tx:    661 MB/s    11225 calls/s  11225 msg/s
ok 1 selftests: net: udpgro_bench.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__->