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:   1139 MB/s    19326 calls/s  19326 msg/s
# tcp rx:   1139 MB/s   142202 calls/s
# tcp tx:   1183 MB/s    20066 calls/s  20066 msg/s
# tcp rx:   1183 MB/s   139504 calls/s
# tcp tx:   1148 MB/s    19483 calls/s  19483 msg/s
# tcp rx:   1150 MB/s   140407 calls/s
# tcp tx:   1141 MB/s    19367 calls/s  19367 msg/s
# udp gso - over veth touching data
# udp rx:    706 MB/s   503598 calls/s
# udp tx:    729 MB/s    12380 calls/s  12380 msg/s
# udp rx:    712 MB/s   507589 calls/s
# udp tx:    710 MB/s    12053 calls/s  12053 msg/s
# udp rx:    731 MB/s   520962 calls/s
# udp tx:    733 MB/s    12438 calls/s  12438 msg/s
# udp rx:    734 MB/s   523025 calls/s
# udp tx:    732 MB/s    12425 calls/s  12425 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1189 MB/s   847668 calls/s
# udp tx:   1236 MB/s    20980 calls/s  20980 msg/s
# udp rx:   1313 MB/s   935826 calls/s
# udp tx:   1313 MB/s    22270 calls/s  22270 msg/s
# udp rx:   1309 MB/s   933074 calls/s
# udp tx:   1309 MB/s    22205 calls/s  22205 msg/s
# udp rx:   1311 MB/s   934181 calls/s
# udp tx:   1311 MB/s    22237 calls/s  22237 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    635 MB/s    10773 calls/s  10773 msg/s
# tcp rx:    635 MB/s    85223 calls/s
# tcp tx:    673 MB/s    11421 calls/s  11421 msg/s
# tcp rx:    673 MB/s    83398 calls/s
# tcp tx:    691 MB/s    11730 calls/s  11730 msg/s
# tcp rx:    692 MB/s    83799 calls/s
# tcp tx:    679 MB/s    11525 calls/s  11525 msg/s
# udp gso - over veth touching data
# udp rx:    563 MB/s   410835 calls/s
# udp tx:    579 MB/s     9822 calls/s   9822 msg/s
# udp rx:    584 MB/s   426079 calls/s
# udp tx:    583 MB/s     9899 calls/s   9899 msg/s
# udp rx:    592 MB/s   432209 calls/s
# udp tx:    592 MB/s    10051 calls/s  10051 msg/s
# udp rx:    575 MB/s   419524 calls/s
# udp tx:    574 MB/s     9736 calls/s   9736 msg/s
# udp gso and gro - over veth touching data
# udp rx:    690 MB/s   503395 calls/s
# udp tx:    713 MB/s    12098 calls/s  12098 msg/s
# udp rx:    715 MB/s   521534 calls/s
# udp tx:    714 MB/s    12115 calls/s  12115 msg/s
# udp rx:    714 MB/s   521300 calls/s
# udp tx:    715 MB/s    12128 calls/s  12128 msg/s
# udp rx:    712 MB/s   519343 calls/s
# udp tx:    711 MB/s    12065 calls/s  12065 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__->