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:     13 MB/s      462 calls/s
# tcp tx:     13 MB/s      229 calls/s    229 msg/s
# tcp rx:     12 MB/s      432 calls/s
# tcp tx:     12 MB/s      216 calls/s    216 msg/s
# tcp rx:     13 MB/s      452 calls/s
# tcp tx:     13 MB/s      226 calls/s    226 msg/s
# udp gso - over veth touching data
# udp rx:      8 MB/s     5930 calls/s
# udp tx:     12 MB/s      205 calls/s    205 msg/s
# udp rx:     11 MB/s     8274 calls/s
# udp tx:     11 MB/s      194 calls/s    194 msg/s
# udp rx:     11 MB/s     8340 calls/s
# udp tx:     12 MB/s      204 calls/s    204 msg/s
# udp rx:     11 MB/s     8460 calls/s
# udp gso and gro - over veth touching data
# udp rx:     10 MB/s      180 calls/s
# udp tx:     14 MB/s      249 calls/s    249 msg/s
# udp rx:     14 MB/s      242 calls/s
# udp tx:     14 MB/s      243 calls/s    243 msg/s
# udp rx:     13 MB/s      230 calls/s
# udp tx:     13 MB/s      228 calls/s    228 msg/s
# udp rx:     14 MB/s      240 calls/s
# ipv6
# tcp - over veth touching data
# tcp rx:     13 MB/s      457 calls/s
# tcp tx:     13 MB/s      227 calls/s    227 msg/s
# tcp rx:     12 MB/s      431 calls/s
# tcp tx:     12 MB/s      217 calls/s    217 msg/s
# tcp rx:     12 MB/s      435 calls/s
# tcp tx:     12 MB/s      216 calls/s    216 msg/s
# udp gso - over veth touching data
# udp rx:      7 MB/s     5598 calls/s
# udp tx:     11 MB/s      188 calls/s    188 msg/s
# udp rx:     11 MB/s     8084 calls/s
# udp tx:     10 MB/s      186 calls/s    186 msg/s
# udp rx:     10 MB/s     7826 calls/s
# udp tx:     10 MB/s      185 calls/s    185 msg/s
# udp rx:     10 MB/s     8022 calls/s
# udp gso and gro - over veth touching data
# udp rx:      9 MB/s      155 calls/s
# udp tx:     14 MB/s      238 calls/s    238 msg/s
# udp rx:     13 MB/s      229 calls/s
# udp tx:     13 MB/s      235 calls/s    235 msg/s
# udp rx:     14 MB/s      238 calls/s
# udp tx:     13 MB/s      227 calls/s    227 msg/s
# udp rx:     13 MB/s      227 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__->