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:      9 MB/s     2284 calls/s
# tcp tx:      9 MB/s      168 calls/s    168 msg/s
# tcp rx:      9 MB/s     2059 calls/s
# tcp tx:      9 MB/s      156 calls/s    156 msg/s
# tcp rx:      9 MB/s     2247 calls/s
# tcp tx:      9 MB/s      164 calls/s    164 msg/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6694 calls/s
# udp tx:     12 MB/s      208 calls/s    208 msg/s
# udp rx:     11 MB/s     8240 calls/s
# udp tx:     11 MB/s      190 calls/s    190 msg/s
# udp rx:     10 MB/s     7712 calls/s
# udp tx:     11 MB/s      190 calls/s    190 msg/s
# udp rx:     11 MB/s     8072 calls/s
# udp gso and gro - over veth touching data
# udp rx:      9 MB/s     6560 calls/s
# udp tx:     12 MB/s      217 calls/s    217 msg/s
# udp rx:     11 MB/s     8274 calls/s
# udp tx:     11 MB/s      195 calls/s    195 msg/s
# udp rx:     11 MB/s     8148 calls/s
# udp tx:     11 MB/s      192 calls/s    192 msg/s
# udp rx:     10 MB/s     7820 calls/s
# ipv6
# tcp - over veth touching data
# tcp rx:      9 MB/s     2275 calls/s
# tcp tx:      9 MB/s      169 calls/s    169 msg/s
# tcp rx:      9 MB/s     2122 calls/s
# tcp tx:      9 MB/s      162 calls/s    162 msg/s
# tcp rx:      9 MB/s     2123 calls/s
# tcp tx:      9 MB/s      167 calls/s    167 msg/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6931 calls/s
# udp tx:     12 MB/s      208 calls/s    208 msg/s
# udp rx:     12 MB/s     9073 calls/s
# udp tx:     12 MB/s      206 calls/s    206 msg/s
# udp rx:     10 MB/s     7858 calls/s
# udp tx:     11 MB/s      187 calls/s    187 msg/s
# udp rx:     11 MB/s     8052 calls/s
# udp gso and gro - over veth touching data
# udp rx:      8 MB/s     6200 calls/s
# udp tx:     12 MB/s      206 calls/s    206 msg/s
# udp rx:     11 MB/s     8366 calls/s
# udp tx:     11 MB/s      191 calls/s    191 msg/s
# udp rx:     11 MB/s     8275 calls/s
# udp tx:     11 MB/s      187 calls/s    187 msg/s
# udp rx:     10 MB/s     7834 calls/s
# udp tx:     11 MB/s      187 calls/s    187 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__->