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:   1217 MB/s    20646 calls/s  20646 msg/s
# tcp rx:   1218 MB/s   114868 calls/s
# tcp tx:   1069 MB/s    18139 calls/s  18139 msg/s
# tcp rx:   1070 MB/s   130770 calls/s
# tcp tx:   1072 MB/s    18186 calls/s  18186 msg/s
# tcp rx:   1073 MB/s   130877 calls/s
# tcp tx:   1077 MB/s    18273 calls/s  18273 msg/s
# udp gso - over veth touching data
# udp rx:    612 MB/s   436511 calls/s
# udp tx:    634 MB/s    10761 calls/s  10761 msg/s
# udp rx:    674 MB/s   480457 calls/s
# udp tx:    673 MB/s    11425 calls/s  11425 msg/s
# udp rx:    629 MB/s   448310 calls/s
# udp tx:    628 MB/s    10664 calls/s  10664 msg/s
# udp rx:    633 MB/s   451088 calls/s
# udp tx:    633 MB/s    10738 calls/s  10738 msg/s
# udp gso and gro - over veth touching data
# udp rx:    681 MB/s   485506 calls/s
# udp tx:    704 MB/s    11950 calls/s  11950 msg/s
# udp rx:    689 MB/s   491381 calls/s
# udp tx:    694 MB/s    11775 calls/s  11775 msg/s
# udp rx:    682 MB/s   485824 calls/s
# udp tx:    685 MB/s    11620 calls/s  11620 msg/s
# udp rx:    688 MB/s   490430 calls/s
# udp tx:    692 MB/s    11747 calls/s  11747 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    719 MB/s    12210 calls/s  12210 msg/s
# tcp rx:    720 MB/s    80854 calls/s
# tcp tx:    715 MB/s    12132 calls/s  12132 msg/s
# tcp rx:    715 MB/s    85667 calls/s
# tcp tx:    716 MB/s    12156 calls/s  12156 msg/s
# tcp rx:    717 MB/s    85673 calls/s
# tcp tx:    715 MB/s    12131 calls/s  12131 msg/s
# udp gso - over veth touching data
# udp rx:    591 MB/s   431469 calls/s
# udp tx:    608 MB/s    10327 calls/s  10327 msg/s
# udp rx:    633 MB/s   461857 calls/s
# udp tx:    632 MB/s    10731 calls/s  10731 msg/s
# udp rx:    632 MB/s   460984 calls/s
# udp tx:    631 MB/s    10713 calls/s  10713 msg/s
# udp rx:    631 MB/s   460410 calls/s
# udp tx:    630 MB/s    10697 calls/s  10697 msg/s
# udp gso and gro - over veth touching data
# udp rx:    671 MB/s   489537 calls/s
# udp tx:    690 MB/s    11712 calls/s  11712 msg/s
# udp rx:    686 MB/s   500997 calls/s
# udp tx:    690 MB/s    11708 calls/s  11708 msg/s
# udp rx:    691 MB/s   504295 calls/s
# udp tx:    694 MB/s    11779 calls/s  11779 msg/s
# udp rx:    685 MB/s   499831 calls/s
# udp tx:    687 MB/s    11662 calls/s  11662 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__->