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:   1176 MB/s    19949 calls/s  19949 msg/s
# tcp rx:   1186 MB/s   144037 calls/s
# tcp tx:   1134 MB/s    19236 calls/s  19236 msg/s
# tcp rx:   1134 MB/s   130540 calls/s
# tcp tx:   1127 MB/s    19117 calls/s  19117 msg/s
# tcp rx:   1126 MB/s   129998 calls/s
# tcp tx:   1110 MB/s    18842 calls/s  18842 msg/s
# udp gso - over veth touching data
# udp rx:   1275 MB/s   908577 calls/s
# udp tx:   1313 MB/s    22280 calls/s  22280 msg/s
# udp rx:   1336 MB/s   951754 calls/s
# udp tx:   1339 MB/s    22721 calls/s  22721 msg/s
# udp rx:   1314 MB/s   936629 calls/s
# udp tx:   1317 MB/s    22349 calls/s  22349 msg/s
# udp rx:   1309 MB/s   932630 calls/s
# udp tx:   1312 MB/s    22259 calls/s  22259 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1243 MB/s   885930 calls/s
# udp tx:   1277 MB/s    21659 calls/s  21659 msg/s
# udp rx:   1295 MB/s   922527 calls/s
# udp tx:   1286 MB/s    21816 calls/s  21816 msg/s
# udp rx:   1281 MB/s   912622 calls/s
# udp tx:   1291 MB/s    21906 calls/s  21906 msg/s
# udp rx:   1321 MB/s   941407 calls/s
# udp tx:   1320 MB/s    22403 calls/s  22403 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1184 MB/s    20084 calls/s  20084 msg/s
# tcp rx:   1185 MB/s   131843 calls/s
# tcp tx:   1199 MB/s    20339 calls/s  20339 msg/s
# tcp rx:   1200 MB/s   120432 calls/s
# tcp tx:   1048 MB/s    17786 calls/s  17786 msg/s
# tcp rx:   1049 MB/s   134999 calls/s
# tcp tx:   1096 MB/s    18595 calls/s  18595 msg/s
# udp gso - over veth touching data
# udp rx:   1213 MB/s   885254 calls/s
# udp tx:   1248 MB/s    21176 calls/s  21176 msg/s
# udp rx:   1267 MB/s   924141 calls/s
# udp tx:   1261 MB/s    21402 calls/s  21402 msg/s
# udp rx:   1209 MB/s   881810 calls/s
# udp tx:   1213 MB/s    20576 calls/s  20576 msg/s
# udp rx:   1265 MB/s   923058 calls/s
# udp tx:   1265 MB/s    21460 calls/s  21460 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1166 MB/s   850676 calls/s
# udp tx:   1203 MB/s    20407 calls/s  20407 msg/s
# udp rx:   1260 MB/s   919361 calls/s
# udp tx:   1260 MB/s    21375 calls/s  21375 msg/s
# udp rx:   1292 MB/s   942491 calls/s
# udp tx:   1291 MB/s    21909 calls/s  21909 msg/s
# udp rx:   1289 MB/s   940714 calls/s
# udp tx:   1299 MB/s    22033 calls/s  22033 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__->