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:   1087 MB/s    18438 calls/s  18438 msg/s
# tcp rx:   1094 MB/s   136414 calls/s
# tcp tx:   1074 MB/s    18232 calls/s  18232 msg/s
# tcp rx:   1080 MB/s   134633 calls/s
# tcp tx:   1057 MB/s    17941 calls/s  17941 msg/s
# tcp rx:   1059 MB/s   130591 calls/s
# tcp tx:   1091 MB/s    18509 calls/s  18509 msg/s
# udp gso - over veth touching data
# udp rx:   1249 MB/s   890285 calls/s
# udp tx:   1293 MB/s    21941 calls/s  21941 msg/s
# udp rx:   1333 MB/s   949830 calls/s
# udp tx:   1335 MB/s    22651 calls/s  22651 msg/s
# udp rx:   1360 MB/s   969162 calls/s
# udp tx:   1359 MB/s    23065 calls/s  23065 msg/s
# udp rx:   1040 MB/s   740927 calls/s
# udp tx:   1038 MB/s    17606 calls/s  17606 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1281 MB/s   912912 calls/s
# udp tx:   1315 MB/s    22305 calls/s  22305 msg/s
# udp rx:   1308 MB/s   932199 calls/s
# udp tx:   1311 MB/s    22247 calls/s  22247 msg/s
# udp rx:   1145 MB/s   816095 calls/s
# udp tx:   1136 MB/s    19281 calls/s  19281 msg/s
# udp rx:   1104 MB/s   786877 calls/s
# udp tx:   1114 MB/s    18909 calls/s  18909 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    653 MB/s    11083 calls/s  11083 msg/s
# tcp rx:    653 MB/s    83174 calls/s
# tcp tx:    621 MB/s    10535 calls/s  10535 msg/s
# tcp rx:    621 MB/s    81725 calls/s
# tcp tx:    703 MB/s    11932 calls/s  11932 msg/s
# tcp rx:    704 MB/s    86936 calls/s
# tcp tx:    699 MB/s    11867 calls/s  11867 msg/s
# udp gso - over veth touching data
# udp rx:   1251 MB/s   912940 calls/s
# udp tx:   1288 MB/s    21862 calls/s  21862 msg/s
# udp rx:   1283 MB/s   936182 calls/s
# udp tx:   1282 MB/s    21754 calls/s  21754 msg/s
# udp rx:   1286 MB/s   938549 calls/s
# udp tx:   1284 MB/s    21791 calls/s  21791 msg/s
# udp rx:   1263 MB/s   921704 calls/s
# udp tx:   1263 MB/s    21422 calls/s  21422 msg/s
# udp gso and gro - over veth touching data
# udp rx:    649 MB/s   473494 calls/s
# udp tx:    670 MB/s    11368 calls/s  11368 msg/s
# udp rx:    679 MB/s   495877 calls/s
# udp tx:    680 MB/s    11536 calls/s  11536 msg/s
# udp rx:    676 MB/s   493263 calls/s
# udp tx:    693 MB/s    11763 calls/s  11763 msg/s
# udp rx:    481 MB/s   351344 calls/s
# udp tx:   1280 MB/s    21711 calls/s  21711 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__->