make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.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_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:   1162 MB/s    19718 calls/s  19718 msg/s
# tcp rx:   1171 MB/s   140101 calls/s
# tcp tx:   1091 MB/s    18513 calls/s  18513 msg/s
# tcp rx:   1090 MB/s   131029 calls/s
# tcp tx:   1092 MB/s    18527 calls/s  18527 msg/s
# tcp rx:   1093 MB/s   129344 calls/s
# tcp tx:   1095 MB/s    18577 calls/s  18577 msg/s
# udp gso - over veth touching data
# udp rx:    701 MB/s   499908 calls/s
# udp tx:    722 MB/s    12262 calls/s  12262 msg/s
# udp rx:    686 MB/s   489032 calls/s
# udp tx:    688 MB/s    11680 calls/s  11680 msg/s
# udp rx:    722 MB/s   514732 calls/s
# udp tx:    724 MB/s    12288 calls/s  12288 msg/s
# udp rx:    695 MB/s   495704 calls/s
# udp tx:    695 MB/s    11796 calls/s  11796 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1247 MB/s   888974 calls/s
# udp tx:   1284 MB/s    21793 calls/s  21793 msg/s
# udp rx:   1318 MB/s   939539 calls/s
# udp tx:   1318 MB/s    22355 calls/s  22355 msg/s
# udp rx:   1221 MB/s   869793 calls/s
# udp tx:   1220 MB/s    20705 calls/s  20705 msg/s
# udp rx:   1327 MB/s   945768 calls/s
# udp tx:   1326 MB/s    22499 calls/s  22499 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1064 MB/s    18053 calls/s  18053 msg/s
# tcp rx:   1064 MB/s   139111 calls/s
# tcp tx:   1000 MB/s    16974 calls/s  16974 msg/s
# tcp rx:   1001 MB/s   138889 calls/s
# tcp tx:    725 MB/s    12304 calls/s  12304 msg/s
# tcp rx:    725 MB/s    87239 calls/s
# tcp tx:    656 MB/s    11140 calls/s  11140 msg/s
# udp gso - over veth touching data
# udp rx:   1116 MB/s   814378 calls/s
# udp tx:   1149 MB/s    19501 calls/s  19501 msg/s
# udp rx:   1058 MB/s   772260 calls/s
# udp tx:   1063 MB/s    18040 calls/s  18040 msg/s
# udp rx:   1290 MB/s   940830 calls/s
# udp tx:   1292 MB/s    21916 calls/s  21916 msg/s
# udp rx:   1292 MB/s   942450 calls/s
# udp tx:   1294 MB/s    21962 calls/s  21962 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1133 MB/s   826845 calls/s
# udp tx:   1165 MB/s    19766 calls/s  19766 msg/s
# udp rx:   1271 MB/s   927307 calls/s
# udp tx:   1276 MB/s    21645 calls/s  21645 msg/s
# udp rx:   1245 MB/s   908258 calls/s
# udp tx:   1247 MB/s    21165 calls/s  21165 msg/s
# udp rx:   1238 MB/s   903104 calls/s
# udp tx:   1241 MB/s    21049 calls/s  21049 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__->