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:   1173 MB/s    19908 calls/s  19908 msg/s
# tcp rx:   1184 MB/s   143810 calls/s
# tcp tx:   1076 MB/s    18254 calls/s  18254 msg/s
# tcp rx:   1099 MB/s   129901 calls/s
# tcp tx:   1094 MB/s    18571 calls/s  18571 msg/s
# tcp rx:   1095 MB/s   127487 calls/s
# tcp tx:   1097 MB/s    18607 calls/s  18607 msg/s
# udp gso - over veth touching data
# udp rx:   1260 MB/s   898107 calls/s
# udp tx:   1301 MB/s    22076 calls/s  22076 msg/s
# udp rx:   1303 MB/s   928738 calls/s
# udp tx:   1302 MB/s    22096 calls/s  22096 msg/s
# udp rx:   1309 MB/s   932791 calls/s
# udp tx:   1309 MB/s    22202 calls/s  22202 msg/s
# udp rx:   1317 MB/s   938355 calls/s
# udp tx:   1316 MB/s    22327 calls/s  22327 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1268 MB/s   903810 calls/s
# udp tx:   1306 MB/s    22163 calls/s  22163 msg/s
# udp rx:   1294 MB/s   922048 calls/s
# udp tx:   1296 MB/s    21994 calls/s  21994 msg/s
# udp rx:   1166 MB/s   830716 calls/s
# udp tx:   1154 MB/s    19584 calls/s  19584 msg/s
# udp rx:    722 MB/s   514891 calls/s
# udp tx:    723 MB/s    12274 calls/s  12274 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    733 MB/s    12443 calls/s  12443 msg/s
# tcp rx:    757 MB/s    86851 calls/s
# tcp tx:    730 MB/s    12397 calls/s  12397 msg/s
# tcp rx:    730 MB/s    85972 calls/s
# tcp tx:    724 MB/s    12291 calls/s  12291 msg/s
# tcp rx:    726 MB/s    85822 calls/s
# tcp tx:    719 MB/s    12202 calls/s  12202 msg/s
# udp gso - over veth touching data
# udp rx:    590 MB/s   430663 calls/s
# udp tx:    608 MB/s    10324 calls/s  10324 msg/s
# udp rx:    607 MB/s   443170 calls/s
# udp tx:    611 MB/s    10373 calls/s  10373 msg/s
# udp rx:    607 MB/s   443404 calls/s
# udp tx:    610 MB/s    10357 calls/s  10357 msg/s
# udp rx:    608 MB/s   443753 calls/s
# udp tx:    612 MB/s    10393 calls/s  10393 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1211 MB/s   883483 calls/s
# udp tx:   1246 MB/s    21138 calls/s  21138 msg/s
# udp rx:   1249 MB/s   911436 calls/s
# udp tx:   1252 MB/s    21248 calls/s  21248 msg/s
# udp rx:   1251 MB/s   912996 calls/s
# udp tx:   1254 MB/s    21269 calls/s  21269 msg/s
# udp rx:   1253 MB/s   913976 calls/s
# udp tx:   1255 MB/s    21287 calls/s  21287 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__->