make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_bench.sh
# ipv4
# tcp - over veth touching data
# tcp tx:    995 MB/s    16883 calls/s  16883 msg/s
# tcp rx:   1001 MB/s   140717 calls/s
# tcp tx:   1062 MB/s    18025 calls/s  18025 msg/s
# tcp rx:   1127 MB/s   129150 calls/s
# tcp tx:    889 MB/s    15094 calls/s  15094 msg/s
# tcp rx:    866 MB/s   130841 calls/s
# tcp tx:    988 MB/s    16758 calls/s  16758 msg/s
# udp gso - over veth touching data
# udp rx:   1247 MB/s   888684 calls/s
# udp tx:   1280 MB/s    21723 calls/s  21723 msg/s
# udp rx:   1335 MB/s   951346 calls/s
# udp tx:   1337 MB/s    22686 calls/s  22686 msg/s
# udp rx:   1315 MB/s   937235 calls/s
# udp tx:   1320 MB/s    22404 calls/s  22404 msg/s
# udp rx:   1301 MB/s   927343 calls/s
# udp tx:   1305 MB/s    22143 calls/s  22143 msg/s
# udp gso and gro - over veth touching data
# udp rx:    647 MB/s   461233 calls/s
# udp tx:    668 MB/s    11334 calls/s  11334 msg/s
# udp rx:    669 MB/s   477119 calls/s
# udp tx:    673 MB/s    11425 calls/s  11425 msg/s
# udp rx:    664 MB/s   473644 calls/s
# udp tx:    666 MB/s    11311 calls/s  11311 msg/s
# udp rx:    665 MB/s   474209 calls/s
# udp tx:    668 MB/s    11338 calls/s  11338 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    900 MB/s    15277 calls/s  15277 msg/s
# tcp rx:    900 MB/s   108994 calls/s
# tcp tx:    655 MB/s    11113 calls/s  11113 msg/s
# tcp rx:    656 MB/s    79357 calls/s
# tcp tx:    816 MB/s    13856 calls/s  13856 msg/s
# tcp rx:    817 MB/s    94606 calls/s
# tcp tx:    954 MB/s    16196 calls/s  16196 msg/s
# udp gso - over veth touching data
# udp rx:    630 MB/s   459823 calls/s
# udp tx:    649 MB/s    11009 calls/s  11009 msg/s
# udp rx:    647 MB/s   472444 calls/s
# udp tx:    647 MB/s    10976 calls/s  10976 msg/s
# udp rx:    649 MB/s   473524 calls/s
# udp tx:    648 MB/s    11007 calls/s  11007 msg/s
# udp rx:    652 MB/s   475821 calls/s
# udp tx:    651 MB/s    11053 calls/s  11053 msg/s
# udp gso and gro - over veth touching data
# udp rx:    601 MB/s   438828 calls/s
# udp tx:    626 MB/s    10627 calls/s  10627 msg/s
# udp rx:    607 MB/s   443131 calls/s
# udp tx:    606 MB/s    10293 calls/s  10293 msg/s
# udp rx:    655 MB/s   478103 calls/s
# udp tx:    654 MB/s    11108 calls/s  11108 msg/s
# udp rx:    652 MB/s   476220 calls/s
# udp tx:    652 MB/s    11065 calls/s  11065 msg/s
ok 1 selftests: net: udpgro_bench.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->