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:   1159 MB/s    19662 calls/s  19662 msg/s
# tcp rx:   1160 MB/s   135571 calls/s
# tcp tx:   1029 MB/s    17456 calls/s  17456 msg/s
# tcp rx:   1051 MB/s   133776 calls/s
# tcp tx:   1065 MB/s    18070 calls/s  18070 msg/s
# tcp rx:   1066 MB/s   128131 calls/s
# tcp tx:   1015 MB/s    17230 calls/s  17230 msg/s
# udp gso - over veth touching data
# udp rx:   1290 MB/s   919130 calls/s
# udp tx:   1327 MB/s    22511 calls/s  22511 msg/s
# udp rx:   1334 MB/s   950862 calls/s
# udp tx:   1341 MB/s    22746 calls/s  22746 msg/s
# udp rx:   1328 MB/s   946385 calls/s
# udp tx:   1332 MB/s    22593 calls/s  22593 msg/s
# udp rx:   1330 MB/s   948077 calls/s
# udp tx:   1333 MB/s    22613 calls/s  22613 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1182 MB/s   842035 calls/s
# udp tx:   1222 MB/s    20729 calls/s  20729 msg/s
# udp rx:   1317 MB/s   938455 calls/s
# udp tx:   1316 MB/s    22331 calls/s  22331 msg/s
# udp rx:   1313 MB/s   935750 calls/s
# udp tx:   1313 MB/s    22279 calls/s  22279 msg/s
# udp rx:   1314 MB/s   936514 calls/s
# udp tx:   1314 MB/s    22299 calls/s  22299 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1028 MB/s    17442 calls/s  17442 msg/s
# tcp rx:   1028 MB/s   137886 calls/s
# tcp tx:   1132 MB/s    19210 calls/s  19210 msg/s
# tcp rx:   1132 MB/s   139282 calls/s
# tcp tx:   1152 MB/s    19554 calls/s  19554 msg/s
# tcp rx:   1154 MB/s   142028 calls/s
# tcp tx:   1150 MB/s    19508 calls/s  19508 msg/s
# udp gso - over veth touching data
# udp rx:   1276 MB/s   930621 calls/s
# udp tx:   1311 MB/s    22238 calls/s  22238 msg/s
# udp rx:   1292 MB/s   942433 calls/s
# udp tx:   1291 MB/s    21900 calls/s  21900 msg/s
# udp rx:   1295 MB/s   944774 calls/s
# udp tx:   1296 MB/s    21988 calls/s  21988 msg/s
# udp rx:   1301 MB/s   949473 calls/s
# udp tx:   1301 MB/s    22076 calls/s  22076 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1222 MB/s   891435 calls/s
# udp tx:   1268 MB/s    21511 calls/s  21511 msg/s
# udp rx:   1296 MB/s   945281 calls/s
# udp tx:   1298 MB/s    22030 calls/s  22030 msg/s
# udp rx:   1291 MB/s   941755 calls/s
# udp tx:   1293 MB/s    21945 calls/s  21945 msg/s
# udp rx:   1287 MB/s   938962 calls/s
# udp tx:   1290 MB/s    21882 calls/s  21882 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__->