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 tx:     13 MB/s      235 calls/s    235 msg/s
# tcp rx:     13 MB/s      477 calls/s
# tcp rx:     13 MB/s      466 calls/s
# tcp tx:     13 MB/s      233 calls/s    233 msg/s
# tcp rx:     14 MB/s      477 calls/s
# tcp tx:     14 MB/s      239 calls/s    239 msg/s
# udp gso - over veth touching data
# udp rx:      9 MB/s     6476 calls/s
# udp tx:     12 MB/s      219 calls/s    219 msg/s
# udp rx:     12 MB/s     8736 calls/s
# udp tx:     12 MB/s      209 calls/s    209 msg/s
# udp rx:     12 MB/s     8980 calls/s
# udp tx:     12 MB/s      213 calls/s    213 msg/s
# udp rx:     12 MB/s     8828 calls/s
# udp gso and gro - over veth touching data
# udp rx:     11 MB/s      193 calls/s
# udp tx:     16 MB/s      278 calls/s    278 msg/s
# udp rx:     15 MB/s      256 calls/s
# udp tx:     15 MB/s      255 calls/s    255 msg/s
# udp rx:     15 MB/s      264 calls/s
# udp tx:     15 MB/s      266 calls/s    266 msg/s
# udp rx:     15 MB/s      268 calls/s
# ipv6
# tcp - over veth touching data
# tcp rx:     14 MB/s      502 calls/s
# tcp tx:     14 MB/s      249 calls/s    249 msg/s
# tcp rx:     14 MB/s      480 calls/s
# tcp tx:     14 MB/s      240 calls/s    240 msg/s
# tcp rx:     14 MB/s      489 calls/s
# tcp tx:     14 MB/s      244 calls/s    244 msg/s
# udp gso - over veth touching data
# udp rx:      8 MB/s     6243 calls/s
# udp tx:     12 MB/s      213 calls/s    213 msg/s
# udp rx:     11 MB/s     8452 calls/s
# udp tx:     11 MB/s      197 calls/s    197 msg/s
# udp rx:     11 MB/s     8619 calls/s
# udp tx:     12 MB/s      204 calls/s    204 msg/s
# udp rx:     11 MB/s     8651 calls/s
# udp gso and gro - over veth touching data
# udp rx:     11 MB/s      189 calls/s
# udp tx:     15 MB/s      264 calls/s    264 msg/s
# udp rx:     14 MB/s      250 calls/s
# udp tx:     14 MB/s      251 calls/s    251 msg/s
# udp rx:     14 MB/s      251 calls/s
# udp tx:     14 MB/s      251 calls/s    251 msg/s
# udp rx:     14 MB/s      250 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__->