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:   1019 MB/s    17293 calls/s  17293 msg/s
# tcp rx:   1019 MB/s   138085 calls/s
# tcp tx:   1000 MB/s    16962 calls/s  16962 msg/s
# tcp rx:   1000 MB/s   134462 calls/s
# tcp tx:   1077 MB/s    18283 calls/s  18283 msg/s
# tcp rx:   1079 MB/s   135119 calls/s
# tcp tx:   1080 MB/s    18334 calls/s  18334 msg/s
# udp gso - over veth touching data
# udp rx:   1258 MB/s   896142 calls/s
# udp tx:   1296 MB/s    21997 calls/s  21997 msg/s
# udp rx:   1313 MB/s   935546 calls/s
# udp tx:   1316 MB/s    22329 calls/s  22329 msg/s
# udp rx:   1310 MB/s   933393 calls/s
# udp tx:   1313 MB/s    22286 calls/s  22286 msg/s
# udp rx:   1313 MB/s   935546 calls/s
# udp tx:   1316 MB/s    22324 calls/s  22324 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1246 MB/s   887640 calls/s
# udp tx:   1279 MB/s    21708 calls/s  21708 msg/s
# udp rx:   1267 MB/s   902731 calls/s
# udp tx:   1269 MB/s    21531 calls/s  21531 msg/s
# udp rx:   1257 MB/s   896064 calls/s
# udp tx:   1259 MB/s    21370 calls/s  21370 msg/s
# udp rx:   1262 MB/s   898983 calls/s
# udp tx:   1261 MB/s    21402 calls/s  21402 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1149 MB/s    19497 calls/s  19497 msg/s
# tcp rx:   1152 MB/s   139702 calls/s
# tcp tx:   1226 MB/s    20801 calls/s  20801 msg/s
# tcp rx:   1226 MB/s   108157 calls/s
# tcp tx:   1037 MB/s    17599 calls/s  17599 msg/s
# tcp rx:   1040 MB/s   128733 calls/s
# tcp tx:   1058 MB/s    17955 calls/s  17955 msg/s
# udp gso - over veth touching data
# udp rx:   1228 MB/s   895936 calls/s
# udp tx:   1263 MB/s    21437 calls/s  21437 msg/s
# udp rx:   1268 MB/s   925456 calls/s
# udp tx:   1270 MB/s    21552 calls/s  21552 msg/s
# udp rx:   1269 MB/s   926147 calls/s
# udp tx:   1271 MB/s    21567 calls/s  21567 msg/s
# udp rx:   1272 MB/s   928263 calls/s
# udp tx:   1274 MB/s    21618 calls/s  21618 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1220 MB/s   889926 calls/s
# udp tx:   1252 MB/s    21235 calls/s  21235 msg/s
# udp rx:   1247 MB/s   909860 calls/s
# udp tx:   1246 MB/s    21149 calls/s  21149 msg/s
# udp rx:   1254 MB/s   914895 calls/s
# udp tx:   1253 MB/s    21259 calls/s  21259 msg/s
# udp rx:   1261 MB/s   920362 calls/s
# udp tx:   1261 MB/s    21396 calls/s  21396 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__->