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
# timeout set to 4800
# selftests: net: udpgro_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:     12 MB/s      220 calls/s    220 msg/s
# tcp rx:     13 MB/s      442 calls/s
# tcp tx:     12 MB/s      210 calls/s    210 msg/s
# tcp rx:     12 MB/s      420 calls/s
# tcp tx:     11 MB/s      200 calls/s    200 msg/s
# tcp rx:     11 MB/s      400 calls/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6938 calls/s
# udp tx:     11 MB/s      198 calls/s    198 msg/s
# udp rx:     10 MB/s     7702 calls/s
# udp tx:     10 MB/s      186 calls/s    186 msg/s
# udp rx:     10 MB/s     7670 calls/s
# udp tx:     10 MB/s      184 calls/s    184 msg/s
# udp rx:     10 MB/s     7812 calls/s
# udp tx:     10 MB/s      181 calls/s    181 msg/s
# udp gso and gro - over veth touching data
# udp rx:     13 MB/s      222 calls/s
# udp tx:     15 MB/s      255 calls/s    255 msg/s
# udp rx:     13 MB/s      224 calls/s
# udp tx:     13 MB/s      225 calls/s    225 msg/s
# udp rx:     13 MB/s      229 calls/s
# udp tx:     13 MB/s      227 calls/s    227 msg/s
# udp rx:     13 MB/s      231 calls/s
# ipv6
# tcp - over veth touching data
# tcp tx:     13 MB/s      226 calls/s    226 msg/s
# tcp rx:     13 MB/s      457 calls/s
# tcp tx:     12 MB/s      208 calls/s    208 msg/s
# tcp rx:     12 MB/s      417 calls/s
# tcp tx:     12 MB/s      208 calls/s    208 msg/s
# tcp rx:     12 MB/s      416 calls/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6888 calls/s
# udp tx:     11 MB/s      195 calls/s    195 msg/s
# udp rx:     10 MB/s     7740 calls/s
# udp tx:     10 MB/s      184 calls/s    184 msg/s
# udp rx:     10 MB/s     7525 calls/s
# udp tx:     10 MB/s      175 calls/s    175 msg/s
# udp rx:     10 MB/s     7920 calls/s
# udp gso and gro - over veth touching data
# udp rx:     11 MB/s      193 calls/s
# udp tx:     14 MB/s      242 calls/s    242 msg/s
# udp rx:     12 MB/s      218 calls/s
# udp tx:     12 MB/s      218 calls/s    218 msg/s
# udp rx:     12 MB/s      216 calls/s
# udp tx:     12 MB/s      208 calls/s    208 msg/s
# udp rx:     12 MB/s      211 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__->