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:    675 MB/s    11455 calls/s  11455 msg/s
# tcp rx:    676 MB/s    85312 calls/s
# tcp tx:    689 MB/s    11691 calls/s  11691 msg/s
# tcp rx:    689 MB/s    84095 calls/s
# tcp tx:    675 MB/s    11453 calls/s  11453 msg/s
# tcp rx:    676 MB/s    82629 calls/s
# tcp tx:    683 MB/s    11591 calls/s  11591 msg/s
# udp gso - over veth touching data
# udp rx:    691 MB/s   492426 calls/s
# udp tx:    715 MB/s    12139 calls/s  12139 msg/s
# udp rx:    731 MB/s   520960 calls/s
# udp tx:    730 MB/s    12395 calls/s  12395 msg/s
# udp rx:    721 MB/s   514166 calls/s
# udp tx:    721 MB/s    12233 calls/s  12233 msg/s
# udp rx:    737 MB/s   525397 calls/s
# udp tx:    737 MB/s    12516 calls/s  12516 msg/s
# udp gso and gro - over veth touching data
# udp rx:    582 MB/s   415144 calls/s
# udp tx:    594 MB/s    10082 calls/s  10082 msg/s
# udp rx:    631 MB/s   449610 calls/s
# udp tx:    635 MB/s    10786 calls/s  10786 msg/s
# udp rx:    641 MB/s   456750 calls/s
# udp tx:    640 MB/s    10861 calls/s  10861 msg/s
# udp rx:    627 MB/s   446910 calls/s
# udp tx:    626 MB/s    10632 calls/s  10632 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1158 MB/s    19657 calls/s  19657 msg/s
# tcp rx:   1160 MB/s   140846 calls/s
# tcp tx:   1060 MB/s    17995 calls/s  17995 msg/s
# tcp rx:   1062 MB/s   139847 calls/s
# tcp tx:   1167 MB/s    19803 calls/s  19803 msg/s
# tcp rx:   1168 MB/s   138151 calls/s
# tcp tx:   1174 MB/s    19922 calls/s  19922 msg/s
# udp gso - over veth touching data
# udp rx:    672 MB/s   490511 calls/s
# udp tx:    693 MB/s    11764 calls/s  11764 msg/s
# udp rx:    704 MB/s   513929 calls/s
# udp tx:    704 MB/s    11942 calls/s  11942 msg/s
# udp rx:    698 MB/s   509286 calls/s
# udp tx:    697 MB/s    11833 calls/s  11833 msg/s
# udp rx:    697 MB/s   508717 calls/s
# udp tx:    697 MB/s    11822 calls/s  11822 msg/s
# udp gso and gro - over veth touching data
# udp rx:    591 MB/s   431061 calls/s
# udp tx:    608 MB/s    10329 calls/s  10329 msg/s
# udp rx:    605 MB/s   441598 calls/s
# udp tx:    606 MB/s    10288 calls/s  10288 msg/s
# udp rx:    604 MB/s   441031 calls/s
# udp tx:    605 MB/s    10272 calls/s  10272 msg/s
# udp rx:    605 MB/s   441272 calls/s
# udp tx:    606 MB/s    10281 calls/s  10281 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__->