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 rx:     10 MB/s     2264 calls/s
# tcp tx:     11 MB/s      187 calls/s    187 msg/s
# tcp rx:     10 MB/s     2140 calls/s
# tcp tx:     10 MB/s      181 calls/s    181 msg/s
# tcp rx:     10 MB/s     2183 calls/s
# tcp tx:     10 MB/s      185 calls/s    185 msg/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6896 calls/s
# udp tx:     13 MB/s      225 calls/s    225 msg/s
# udp rx:     12 MB/s     8752 calls/s
# udp tx:     12 MB/s      212 calls/s    212 msg/s
# udp rx:     12 MB/s     9056 calls/s
# udp tx:     12 MB/s      216 calls/s    216 msg/s
# udp rx:     12 MB/s     9156 calls/s
# udp gso and gro - over veth touching data
# udp rx:      8 MB/s     6182 calls/s
# udp tx:     13 MB/s      227 calls/s    227 msg/s
# udp rx:     12 MB/s     9130 calls/s
# udp tx:     12 MB/s      217 calls/s    217 msg/s
# udp rx:     12 MB/s     8996 calls/s
# udp tx:     12 MB/s      212 calls/s    212 msg/s
# udp rx:     12 MB/s     9040 calls/s
# ipv6
# tcp - over veth touching data
# tcp rx:     10 MB/s     2139 calls/s
# tcp tx:     10 MB/s      184 calls/s    184 msg/s
# tcp rx:     10 MB/s     1977 calls/s
# tcp tx:     10 MB/s      175 calls/s    175 msg/s
# tcp rx:     10 MB/s     1995 calls/s
# tcp tx:     10 MB/s      174 calls/s    174 msg/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6587 calls/s
# udp tx:     12 MB/s      217 calls/s    217 msg/s
# udp rx:     12 MB/s     8772 calls/s
# udp tx:     12 MB/s      206 calls/s    206 msg/s
# udp rx:     12 MB/s     9073 calls/s
# udp tx:     12 MB/s      207 calls/s    207 msg/s
# udp rx:     12 MB/s     8823 calls/s
# udp gso and gro - over veth touching data
# udp rx:      8 MB/s     6415 calls/s
# udp tx:     12 MB/s      216 calls/s    216 msg/s
# udp rx:     12 MB/s     8772 calls/s
# udp tx:     11 MB/s      202 calls/s    202 msg/s
# udp rx:     12 MB/s     8772 calls/s
# udp tx:     11 MB/s      203 calls/s    203 msg/s
# udp rx:     11 MB/s     8471 calls/s
# udp tx:     11 MB/s      200 calls/s    200 msg/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__->