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      461 calls/s
# tcp tx:     13 MB/s      228 calls/s    228 msg/s
# tcp rx:     13 MB/s      450 calls/s
# tcp tx:     13 MB/s      225 calls/s    225 msg/s
# tcp rx:     12 MB/s      440 calls/s
# tcp tx:     12 MB/s      220 calls/s    220 msg/s
# udp gso - over veth touching data
# udp rx:      7 MB/s     5492 calls/s
# udp tx:     11 MB/s      189 calls/s    189 msg/s
# udp rx:     10 MB/s     7200 calls/s
# udp tx:     10 MB/s      182 calls/s    182 msg/s
# udp rx:     11 MB/s     8526 calls/s
# udp tx:     11 MB/s      200 calls/s    200 msg/s
# udp rx:     11 MB/s     8374 calls/s
# udp gso and gro - over veth touching data
# udp rx:     10 MB/s      186 calls/s
# udp tx:     14 MB/s      253 calls/s    253 msg/s
# udp rx:     14 MB/s      242 calls/s
# udp tx:     14 MB/s      247 calls/s    247 msg/s
# udp rx:     14 MB/s      242 calls/s
# udp tx:     14 MB/s      242 calls/s    242 msg/s
# udp rx:     14 MB/s      248 calls/s
# ipv6
# tcp - over veth touching data
# tcp tx:     12 MB/s      218 calls/s    218 msg/s
# tcp rx:     12 MB/s      437 calls/s
# tcp tx:     12 MB/s      212 calls/s    212 msg/s
# tcp rx:     12 MB/s      424 calls/s
# tcp rx:     12 MB/s      432 calls/s
# tcp tx:     12 MB/s      216 calls/s    216 msg/s
# udp gso - over veth touching data
# udp rx:      7 MB/s     5286 calls/s
# udp tx:     10 MB/s      185 calls/s    185 msg/s
# udp rx:     10 MB/s     7826 calls/s
# udp tx:     11 MB/s      188 calls/s    188 msg/s
# udp rx:     10 MB/s     7450 calls/s
# udp tx:     10 MB/s      174 calls/s    174 msg/s
# udp rx:     11 MB/s     8159 calls/s
# udp gso and gro - over veth touching data
# udp rx:     11 MB/s      193 calls/s
# udp tx:     14 MB/s      244 calls/s    244 msg/s
# udp rx:     13 MB/s      235 calls/s
# udp tx:     14 MB/s      240 calls/s    240 msg/s
# udp rx:     14 MB/s      242 calls/s
# udp tx:     14 MB/s      238 calls/s    238 msg/s
# udp rx:     14 MB/s      241 calls/s
# udp tx:     14 MB/s      242 calls/s    242 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__->