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      452 calls/s
# tcp tx:     13 MB/s      224 calls/s    224 msg/s
# tcp tx:     12 MB/s      216 calls/s    216 msg/s
# tcp rx:     12 MB/s      434 calls/s
# tcp tx:     12 MB/s      215 calls/s    215 msg/s
# tcp rx:     12 MB/s      428 calls/s
# udp gso - over veth touching data
# udp rx:      7 MB/s     5132 calls/s
# udp tx:     12 MB/s      208 calls/s    208 msg/s
# udp rx:     11 MB/s     8400 calls/s
# udp tx:     11 MB/s      201 calls/s    201 msg/s
# udp rx:     12 MB/s     8660 calls/s
# udp tx:     12 MB/s      205 calls/s    205 msg/s
# udp rx:     12 MB/s     8728 calls/s
# udp gso and gro - over veth touching data
# udp rx:      9 MB/s      166 calls/s
# udp tx:     14 MB/s      248 calls/s    248 msg/s
# udp rx:     14 MB/s      242 calls/s
# udp tx:     14 MB/s      250 calls/s    250 msg/s
# udp rx:     14 MB/s      252 calls/s
# udp tx:     14 MB/s      248 calls/s    248 msg/s
# udp rx:     14 MB/s      251 calls/s
# ipv6
# tcp - over veth touching data
# tcp rx:     13 MB/s      460 calls/s
# tcp tx:     13 MB/s      228 calls/s    228 msg/s
# tcp rx:     13 MB/s      451 calls/s
# tcp tx:     13 MB/s      225 calls/s    225 msg/s
# tcp tx:     12 MB/s      217 calls/s    217 msg/s
# tcp rx:     12 MB/s      435 calls/s
# udp gso - over veth touching data
# udp rx:      8 MB/s     5993 calls/s
# udp tx:     11 MB/s      201 calls/s    201 msg/s
# udp rx:     10 MB/s     7990 calls/s
# udp tx:     11 MB/s      187 calls/s    187 msg/s
# udp rx:     11 MB/s     8471 calls/s
# udp tx:     11 MB/s      192 calls/s    192 msg/s
# udp rx:     11 MB/s     8256 calls/s
# udp gso and gro - over veth touching data
# udp rx:      9 MB/s      162 calls/s
# udp tx:     14 MB/s      244 calls/s    244 msg/s
# udp rx:     14 MB/s      239 calls/s
# udp tx:     14 MB/s      238 calls/s    238 msg/s
# udp rx:     14 MB/s      240 calls/s
# udp tx:     14 MB/s      238 calls/s    238 msg/s
# udp rx:     14 MB/s      238 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__->