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:    646 MB/s    10962 calls/s  10962 msg/s
# tcp rx:    646 MB/s    79594 calls/s
# tcp tx:    624 MB/s    10586 calls/s  10586 msg/s
# tcp rx:    625 MB/s    79618 calls/s
# tcp tx:    697 MB/s    11825 calls/s  11825 msg/s
# tcp rx:    697 MB/s    82473 calls/s
# tcp tx:    697 MB/s    11828 calls/s  11828 msg/s
# udp gso - over veth touching data
# udp rx:    694 MB/s   494917 calls/s
# udp tx:    719 MB/s    12205 calls/s  12205 msg/s
# udp rx:    703 MB/s   500992 calls/s
# udp tx:    706 MB/s    11984 calls/s  11984 msg/s
# udp rx:   1026 MB/s   731321 calls/s
# udp tx:   1050 MB/s    17823 calls/s  17823 msg/s
# udp rx:   1294 MB/s   922454 calls/s
# udp tx:   1297 MB/s    22013 calls/s  22013 msg/s
# udp gso and gro - over veth touching data
# udp rx:    693 MB/s   494330 calls/s
# udp tx:    715 MB/s    12129 calls/s  12129 msg/s
# udp rx:    658 MB/s   469304 calls/s
# udp tx:    658 MB/s    11170 calls/s  11170 msg/s
# udp rx:    614 MB/s   438058 calls/s
# udp tx:    621 MB/s    10537 calls/s  10537 msg/s
# udp rx:    683 MB/s   486665 calls/s
# udp tx:    686 MB/s    11637 calls/s  11637 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    820 MB/s    13916 calls/s  13916 msg/s
# tcp rx:    821 MB/s    92254 calls/s
# tcp tx:    849 MB/s    14406 calls/s  14406 msg/s
# tcp rx:    850 MB/s    94785 calls/s
# tcp tx:    868 MB/s    14730 calls/s  14730 msg/s
# tcp rx:    869 MB/s    96919 calls/s
# tcp tx:    862 MB/s    14624 calls/s  14624 msg/s
# udp gso - over veth touching data
# udp rx:    583 MB/s   425835 calls/s
# udp tx:    598 MB/s    10148 calls/s  10148 msg/s
# udp rx:    598 MB/s   436291 calls/s
# udp tx:    597 MB/s    10141 calls/s  10141 msg/s
# udp rx:    601 MB/s   438996 calls/s
# udp tx:    601 MB/s    10205 calls/s  10205 msg/s
# udp rx:    600 MB/s   438268 calls/s
# udp tx:    600 MB/s    10185 calls/s  10185 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1101 MB/s   803275 calls/s
# udp tx:   1131 MB/s    19196 calls/s  19196 msg/s
# udp rx:   1230 MB/s   897501 calls/s
# udp tx:   1237 MB/s    20990 calls/s  20990 msg/s
# udp rx:   1259 MB/s   918417 calls/s
# udp tx:   1262 MB/s    21408 calls/s  21408 msg/s
# udp rx:   1253 MB/s   914378 calls/s
# udp tx:   1258 MB/s    21351 calls/s  21351 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__->