make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:   1093 MB/s    18546 calls/s  18546 msg/s
# tcp rx:   1094 MB/s   138928 calls/s
# tcp tx:   1041 MB/s    17672 calls/s  17672 msg/s
# tcp rx:   1043 MB/s   138490 calls/s
# tcp tx:   1129 MB/s    19151 calls/s  19151 msg/s
# tcp rx:   1130 MB/s   139902 calls/s
# tcp tx:   1182 MB/s    20051 calls/s  20051 msg/s
# udp gso - over veth touching data
# udp rx:   1161 MB/s   827519 calls/s
# udp tx:   1183 MB/s    20074 calls/s  20074 msg/s
# udp rx:    669 MB/s   476919 calls/s
# udp tx:    669 MB/s    11347 calls/s  11347 msg/s
# udp rx:    672 MB/s   478702 calls/s
# udp tx:    671 MB/s    11384 calls/s  11384 msg/s
# udp rx:    670 MB/s   477335 calls/s
# udp tx:    670 MB/s    11367 calls/s  11367 msg/s
# udp gso and gro - over veth touching data
# udp rx:    625 MB/s   445410 calls/s
# udp tx:    644 MB/s    10939 calls/s  10939 msg/s
# udp rx:    659 MB/s   470053 calls/s
# udp tx:    662 MB/s    11229 calls/s  11229 msg/s
# udp rx:    659 MB/s   470087 calls/s
# udp tx:    661 MB/s    11224 calls/s  11224 msg/s
# udp rx:    660 MB/s   470643 calls/s
# udp tx:    662 MB/s    11235 calls/s  11235 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    740 MB/s    12555 calls/s  12555 msg/s
# tcp rx:    740 MB/s    89771 calls/s
# tcp tx:    744 MB/s    12630 calls/s  12630 msg/s
# tcp rx:    745 MB/s    89368 calls/s
# tcp tx:    737 MB/s    12514 calls/s  12514 msg/s
# tcp rx:    738 MB/s    88705 calls/s
# tcp tx:    727 MB/s    12345 calls/s  12345 msg/s
# udp gso - over veth touching data
# udp rx:   1224 MB/s   892999 calls/s
# udp tx:   1266 MB/s    21473 calls/s  21473 msg/s
# udp rx:   1273 MB/s   928756 calls/s
# udp tx:   1273 MB/s    21591 calls/s  21591 msg/s
# udp rx:   1282 MB/s   935674 calls/s
# udp tx:   1283 MB/s    21769 calls/s  21769 msg/s
# udp rx:   1262 MB/s   920535 calls/s
# udp tx:   1263 MB/s    21423 calls/s  21423 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1216 MB/s   887378 calls/s
# udp tx:   1255 MB/s    21296 calls/s  21296 msg/s
# udp rx:   1240 MB/s   904523 calls/s
# udp tx:   1240 MB/s    21032 calls/s  21032 msg/s
# udp rx:   1260 MB/s   919484 calls/s
# udp tx:   1260 MB/s    21381 calls/s  21381 msg/s
# udp rx:   1260 MB/s   919218 calls/s
# udp tx:   1260 MB/s    21371 calls/s  21371 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__->