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:   1148 MB/s    19486 calls/s  19486 msg/s
# tcp rx:   1149 MB/s   140223 calls/s
# tcp tx:   1074 MB/s    18222 calls/s  18222 msg/s
# tcp rx:   1074 MB/s   128906 calls/s
# tcp tx:   1077 MB/s    18282 calls/s  18282 msg/s
# tcp rx:   1078 MB/s   129037 calls/s
# tcp tx:   1096 MB/s    18595 calls/s  18595 msg/s
# udp gso - over veth touching data
# udp rx:   1228 MB/s   875216 calls/s
# udp tx:   1268 MB/s    21515 calls/s  21515 msg/s
# udp rx:   1255 MB/s   894415 calls/s
# udp tx:   1257 MB/s    21334 calls/s  21334 msg/s
# udp rx:   1267 MB/s   903231 calls/s
# udp tx:   1270 MB/s    21547 calls/s  21547 msg/s
# udp rx:    709 MB/s   505623 calls/s
# udp tx:    698 MB/s    11844 calls/s  11844 msg/s
# udp gso and gro - over veth touching data
# udp rx:    945 MB/s   673312 calls/s
# udp tx:    967 MB/s    16410 calls/s  16410 msg/s
# udp rx:    669 MB/s   476693 calls/s
# udp tx:    673 MB/s    11430 calls/s  11430 msg/s
# udp rx:    692 MB/s   493463 calls/s
# udp tx:    696 MB/s    11807 calls/s  11807 msg/s
# udp rx:    658 MB/s   469357 calls/s
# udp tx:    661 MB/s    11226 calls/s  11226 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    870 MB/s    14763 calls/s  14763 msg/s
# tcp rx:    871 MB/s   110895 calls/s
# tcp tx:    714 MB/s    12114 calls/s  12114 msg/s
# tcp rx:    714 MB/s    89128 calls/s
# tcp tx:    748 MB/s    12693 calls/s  12693 msg/s
# tcp rx:    749 MB/s    92580 calls/s
# tcp tx:    706 MB/s    11979 calls/s  11979 msg/s
# udp gso - over veth touching data
# udp rx:   1032 MB/s   753082 calls/s
# udp tx:   1051 MB/s    17826 calls/s  17826 msg/s
# udp rx:    688 MB/s   502206 calls/s
# udp tx:    687 MB/s    11664 calls/s  11664 msg/s
# udp rx:    672 MB/s   490307 calls/s
# udp tx:    672 MB/s    11407 calls/s  11407 msg/s
# udp rx:    685 MB/s   499712 calls/s
# udp tx:    684 MB/s    11618 calls/s  11618 msg/s
# udp gso and gro - over veth touching data
# udp rx:    634 MB/s   462578 calls/s
# udp tx:    653 MB/s    11083 calls/s  11083 msg/s
# udp rx:    657 MB/s   479572 calls/s
# udp tx:    661 MB/s    11225 calls/s  11225 msg/s
# udp rx:    650 MB/s   474744 calls/s
# udp tx:    655 MB/s    11121 calls/s  11121 msg/s
# udp rx:    652 MB/s   475900 calls/s
# udp tx:    657 MB/s    11145 calls/s  11145 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__->