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:   1158 MB/s    19655 calls/s  19655 msg/s
# tcp rx:   1161 MB/s   142259 calls/s
# tcp tx:   1066 MB/s    18091 calls/s  18091 msg/s
# tcp rx:   1090 MB/s   132101 calls/s
# tcp tx:   1037 MB/s    17595 calls/s  17595 msg/s
# tcp rx:   1035 MB/s   128506 calls/s
# tcp tx:   1112 MB/s    18877 calls/s  18877 msg/s
# udp gso - over veth touching data
# udp rx:   1157 MB/s   824382 calls/s
# udp tx:   1193 MB/s    20235 calls/s  20235 msg/s
# udp rx:    986 MB/s   702944 calls/s
# udp tx:    968 MB/s    16419 calls/s  16419 msg/s
# udp rx:    621 MB/s   443046 calls/s
# udp tx:    620 MB/s    10528 calls/s  10528 msg/s
# udp rx:    583 MB/s   415660 calls/s
# udp tx:    583 MB/s     9900 calls/s   9900 msg/s
# udp gso and gro - over veth touching data
# udp rx:    659 MB/s   469636 calls/s
# udp tx:    674 MB/s    11441 calls/s  11441 msg/s
# udp rx:    687 MB/s   489555 calls/s
# udp tx:    692 MB/s    11745 calls/s  11745 msg/s
# udp rx:    714 MB/s   508985 calls/s
# udp tx:    715 MB/s    12129 calls/s  12129 msg/s
# udp rx:    715 MB/s   509514 calls/s
# udp tx:    715 MB/s    12142 calls/s  12142 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    837 MB/s    14198 calls/s  14198 msg/s
# tcp rx:    837 MB/s    92261 calls/s
# tcp tx:    804 MB/s    13637 calls/s  13637 msg/s
# tcp rx:    804 MB/s    90859 calls/s
# tcp tx:    791 MB/s    13431 calls/s  13431 msg/s
# tcp rx:    792 MB/s    90016 calls/s
# tcp tx:    800 MB/s    13583 calls/s  13583 msg/s
# udp gso - over veth touching data
# udp rx:   1252 MB/s   913271 calls/s
# udp tx:   1289 MB/s    21872 calls/s  21872 msg/s
# udp rx:   1293 MB/s   943646 calls/s
# udp tx:   1298 MB/s    22023 calls/s  22023 msg/s
# udp rx:   1293 MB/s   943084 calls/s
# udp tx:   1295 MB/s    21979 calls/s  21979 msg/s
# udp rx:   1292 MB/s   942917 calls/s
# udp tx:   1295 MB/s    21967 calls/s  21967 msg/s
# udp gso and gro - over veth touching data
# udp rx:    581 MB/s   423829 calls/s
# udp tx:    597 MB/s    10138 calls/s  10138 msg/s
# udp rx:    593 MB/s   432931 calls/s
# udp tx:    593 MB/s    10066 calls/s  10066 msg/s
# udp rx:    610 MB/s   445498 calls/s
# udp tx:    610 MB/s    10350 calls/s  10350 msg/s
# udp rx:    622 MB/s   454054 calls/s
# udp tx:    622 MB/s    10550 calls/s  10550 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__->