make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-3/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
TAP version 13
1..1
# overriding timeout to 7200
# selftests: net: udpgro_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:     11 MB/s      195 calls/s    195 msg/s
# tcp rx:     11 MB/s     2294 calls/s
# tcp rx:     10 MB/s     2167 calls/s
# tcp tx:     10 MB/s      183 calls/s    183 msg/s
# tcp rx:     11 MB/s     2224 calls/s
# tcp tx:     11 MB/s      188 calls/s    188 msg/s
# tcp rx:     10 MB/s     2165 calls/s
# tcp tx:     10 MB/s      185 calls/s    185 msg/s
# udp gso - over veth touching data
# udp rx:      8 MB/s     6190 calls/s
# udp tx:     13 MB/s      231 calls/s    231 msg/s
# udp rx:     13 MB/s     9450 calls/s
# udp tx:     13 MB/s      227 calls/s    227 msg/s
# udp rx:     13 MB/s     9568 calls/s
# udp tx:     13 MB/s      232 calls/s    232 msg/s
# udp rx:     13 MB/s     9786 calls/s
# udp gso and gro - over veth touching data
# udp rx:      7 MB/s     5678 calls/s
# udp tx:     12 MB/s      212 calls/s    212 msg/s
# udp rx:     12 MB/s     9072 calls/s
# udp tx:     12 MB/s      220 calls/s    220 msg/s
# udp rx:     12 MB/s     9240 calls/s
# udp tx:     13 MB/s      223 calls/s    223 msg/s
# udp rx:     13 MB/s     9810 calls/s
# ipv6
# tcp - over veth touching data
# tcp rx:     11 MB/s     2307 calls/s
# tcp tx:     11 MB/s      197 calls/s    197 msg/s
# tcp rx:     11 MB/s     2292 calls/s
# tcp tx:     11 MB/s      198 calls/s    198 msg/s
# tcp rx:     11 MB/s     2351 calls/s
# tcp tx:     11 MB/s      201 calls/s    201 msg/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6724 calls/s
# udp tx:     13 MB/s      231 calls/s    231 msg/s
# udp rx:     11 MB/s     8068 calls/s
# udp tx:      9 MB/s      163 calls/s    163 msg/s
# udp rx:     11 MB/s     8253 calls/s
# udp tx:     11 MB/s      199 calls/s    199 msg/s
# udp rx:     12 MB/s     8826 calls/s
# udp gso and gro - over veth touching data
# udp rx:      7 MB/s     5735 calls/s
# udp tx:     12 MB/s      210 calls/s    210 msg/s
# udp rx:     10 MB/s     7721 calls/s
# udp tx:      9 MB/s      168 calls/s    168 msg/s
# udp rx:      9 MB/s     7235 calls/s
# udp tx:      9 MB/s      165 calls/s    165 msg/s
# udp rx:      9 MB/s     6794 calls/s
ok 1 selftests: net: udpgro_bench.sh
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests'
xx__-> echo $?
0
xx__->