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:    873 MB/s    14815 calls/s  14815 msg/s
# tcp rx:    873 MB/s    98125 calls/s
# tcp tx:    863 MB/s    14653 calls/s  14653 msg/s
# tcp rx:    867 MB/s    94742 calls/s
# tcp tx:    803 MB/s    13620 calls/s  13620 msg/s
# tcp rx:    802 MB/s    89645 calls/s
# tcp tx:    824 MB/s    13986 calls/s  13986 msg/s
# udp gso - over veth touching data
# udp rx:    568 MB/s   404878 calls/s
# udp tx:    588 MB/s     9988 calls/s   9988 msg/s
# udp rx:    610 MB/s   435110 calls/s
# udp tx:    614 MB/s    10422 calls/s  10422 msg/s
# udp rx:    614 MB/s   437836 calls/s
# udp tx:    619 MB/s    10515 calls/s  10515 msg/s
# udp rx:    620 MB/s   442109 calls/s
# udp tx:    622 MB/s    10557 calls/s  10557 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1232 MB/s   878026 calls/s
# udp tx:   1265 MB/s    21457 calls/s  21457 msg/s
# udp rx:   1311 MB/s   934219 calls/s
# udp tx:   1315 MB/s    22312 calls/s  22312 msg/s
# udp rx:   1154 MB/s   822202 calls/s
# udp tx:   1152 MB/s    19546 calls/s  19546 msg/s
# udp rx:   1259 MB/s   897371 calls/s
# udp tx:   1258 MB/s    21346 calls/s  21346 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    724 MB/s    12280 calls/s  12280 msg/s
# tcp rx:    724 MB/s    92351 calls/s
# tcp tx:   1113 MB/s    18880 calls/s  18880 msg/s
# tcp rx:   1115 MB/s   130825 calls/s
# tcp tx:   1115 MB/s    18913 calls/s  18913 msg/s
# tcp rx:   1114 MB/s   137827 calls/s
# tcp tx:   1101 MB/s    18684 calls/s  18684 msg/s
# udp gso - over veth touching data
# udp rx:   1164 MB/s   849509 calls/s
# udp tx:   1195 MB/s    20280 calls/s  20280 msg/s
# udp rx:   1198 MB/s   874244 calls/s
# udp tx:   1197 MB/s    20318 calls/s  20318 msg/s
# udp rx:   1169 MB/s   852965 calls/s
# udp tx:   1171 MB/s    19864 calls/s  19864 msg/s
# udp rx:   1223 MB/s   892262 calls/s
# udp tx:   1220 MB/s    20697 calls/s  20697 msg/s
# udp gso and gro - over veth touching data
# udp rx:    693 MB/s   506092 calls/s
# udp tx:    716 MB/s    12149 calls/s  12149 msg/s
# udp rx:    709 MB/s   517438 calls/s
# udp tx:    711 MB/s    12068 calls/s  12068 msg/s
# udp rx:    715 MB/s   521941 calls/s
# udp tx:    717 MB/s    12171 calls/s  12171 msg/s
# udp rx:    727 MB/s   530862 calls/s
# udp tx:    732 MB/s    12421 calls/s  12421 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__->