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:   1066 MB/s    18092 calls/s  18092 msg/s
# tcp rx:   1067 MB/s   139466 calls/s
# tcp tx:   1135 MB/s    19252 calls/s  19252 msg/s
# tcp rx:   1136 MB/s   138273 calls/s
# tcp tx:   1139 MB/s    19321 calls/s  19321 msg/s
# tcp rx:   1140 MB/s   136819 calls/s
# tcp tx:   1149 MB/s    19504 calls/s  19504 msg/s
# udp gso - over veth touching data
# udp rx:   1228 MB/s   874900 calls/s
# udp tx:   1268 MB/s    21522 calls/s  21522 msg/s
# udp rx:   1249 MB/s   889939 calls/s
# udp tx:   1253 MB/s    21266 calls/s  21266 msg/s
# udp rx:   1310 MB/s   933256 calls/s
# udp tx:   1314 MB/s    22301 calls/s  22301 msg/s
# udp rx:   1308 MB/s   931847 calls/s
# udp tx:   1313 MB/s    22271 calls/s  22271 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1203 MB/s   857288 calls/s
# udp tx:   1236 MB/s    20969 calls/s  20969 msg/s
# udp rx:   1291 MB/s   920080 calls/s
# udp tx:   1292 MB/s    21916 calls/s  21916 msg/s
# udp rx:   1310 MB/s   933760 calls/s
# udp tx:   1310 MB/s    22224 calls/s  22224 msg/s
# udp rx:   1299 MB/s   925811 calls/s
# udp tx:   1298 MB/s    22026 calls/s  22026 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1056 MB/s    17915 calls/s  17915 msg/s
# tcp rx:   1057 MB/s   136652 calls/s
# tcp tx:   1139 MB/s    19329 calls/s  19329 msg/s
# tcp rx:   1140 MB/s   136109 calls/s
# tcp tx:   1141 MB/s    19368 calls/s  19368 msg/s
# tcp rx:   1143 MB/s   135858 calls/s
# tcp tx:   1145 MB/s    19421 calls/s  19421 msg/s
# udp gso - over veth touching data
# udp rx:   1211 MB/s   883365 calls/s
# udp tx:   1242 MB/s    21075 calls/s  21075 msg/s
# udp rx:   1226 MB/s   894850 calls/s
# udp tx:   1228 MB/s    20830 calls/s  20830 msg/s
# udp rx:   1229 MB/s   896930 calls/s
# udp tx:   1231 MB/s    20887 calls/s  20887 msg/s
# udp rx:   1227 MB/s   895215 calls/s
# udp tx:   1229 MB/s    20845 calls/s  20845 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1199 MB/s   875096 calls/s
# udp tx:   1228 MB/s    20839 calls/s  20839 msg/s
# udp rx:   1226 MB/s   894395 calls/s
# udp tx:   1226 MB/s    20799 calls/s  20799 msg/s
# udp rx:   1232 MB/s   898587 calls/s
# udp tx:   1232 MB/s    20899 calls/s  20899 msg/s
# udp rx:   1170 MB/s   853976 calls/s
# udp tx:   1162 MB/s    19711 calls/s  19711 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__->