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      198 calls/s    198 msg/s
# tcp rx:     11 MB/s     2350 calls/s
# tcp tx:     11 MB/s      198 calls/s    198 msg/s
# tcp rx:     11 MB/s     2331 calls/s
# tcp tx:     11 MB/s      196 calls/s    196 msg/s
# tcp rx:     11 MB/s     2331 calls/s
# tcp rx:     11 MB/s     2352 calls/s
# tcp tx:     11 MB/s      199 calls/s    199 msg/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6896 calls/s
# udp tx:     13 MB/s      234 calls/s    234 msg/s
# udp rx:     13 MB/s     9366 calls/s
# udp tx:     13 MB/s      223 calls/s    223 msg/s
# udp rx:     13 MB/s     9726 calls/s
# udp tx:     13 MB/s      231 calls/s    231 msg/s
# udp rx:     13 MB/s     9468 calls/s
# udp gso and gro - over veth touching data
# udp rx:      9 MB/s     6686 calls/s
# udp tx:     13 MB/s      235 calls/s    235 msg/s
# udp rx:     13 MB/s     9324 calls/s
# udp tx:     13 MB/s      223 calls/s    223 msg/s
# udp rx:     13 MB/s     9474 calls/s
# udp tx:     13 MB/s      228 calls/s    228 msg/s
# udp rx:     13 MB/s     9636 calls/s
# ipv6
# tcp - over veth touching data
# tcp rx:     11 MB/s     2323 calls/s
# tcp tx:     11 MB/s      195 calls/s    195 msg/s
# tcp rx:     11 MB/s     2252 calls/s
# tcp tx:     11 MB/s      191 calls/s    191 msg/s
# tcp rx:     11 MB/s     2289 calls/s
# tcp tx:     11 MB/s      194 calls/s    194 msg/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6716 calls/s
# udp tx:     13 MB/s      228 calls/s    228 msg/s
# udp rx:     12 MB/s     9347 calls/s
# udp tx:     12 MB/s      217 calls/s    217 msg/s
# udp rx:     12 MB/s     9433 calls/s
# udp tx:     12 MB/s      220 calls/s    220 msg/s
# udp rx:     13 MB/s     9514 calls/s
# udp gso and gro - over veth touching data
# udp rx:      9 MB/s     7197 calls/s
# udp tx:     13 MB/s      226 calls/s    226 msg/s
# udp rx:     12 MB/s     9366 calls/s
# udp tx:     12 MB/s      216 calls/s    216 msg/s
# udp rx:     12 MB/s     9355 calls/s
# udp tx:     12 MB/s      216 calls/s    216 msg/s
# udp rx:     12 MB/s     9272 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__->