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:   1144 MB/s    19408 calls/s  19408 msg/s
# tcp rx:   1144 MB/s   136870 calls/s
# tcp tx:   1149 MB/s    19504 calls/s  19504 msg/s
# tcp rx:   1151 MB/s   143618 calls/s
# tcp tx:   1086 MB/s    18436 calls/s  18436 msg/s
# tcp rx:   1093 MB/s   133380 calls/s
# tcp tx:   1053 MB/s    17876 calls/s  17876 msg/s
# udp gso - over veth touching data
# udp rx:    687 MB/s   489928 calls/s
# udp tx:    713 MB/s    12107 calls/s  12107 msg/s
# udp rx:    753 MB/s   536796 calls/s
# udp tx:    753 MB/s    12786 calls/s  12786 msg/s
# udp rx:    753 MB/s   536996 calls/s
# udp tx:    755 MB/s    12807 calls/s  12807 msg/s
# udp rx:    750 MB/s   534284 calls/s
# udp tx:    750 MB/s    12725 calls/s  12725 msg/s
# udp gso and gro - over veth touching data
# udp rx:    665 MB/s   473780 calls/s
# udp tx:    684 MB/s    11618 calls/s  11618 msg/s
# udp rx:    706 MB/s   503533 calls/s
# udp tx:    707 MB/s    12005 calls/s  12005 msg/s
# udp rx:    718 MB/s   511628 calls/s
# udp tx:    718 MB/s    12181 calls/s  12181 msg/s
# udp rx:    729 MB/s   519528 calls/s
# udp tx:    730 MB/s    12390 calls/s  12390 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    763 MB/s    12942 calls/s  12942 msg/s
# tcp rx:    763 MB/s    87771 calls/s
# tcp tx:    793 MB/s    13464 calls/s  13464 msg/s
# tcp rx:    794 MB/s    91974 calls/s
# tcp tx:    832 MB/s    14115 calls/s  14115 msg/s
# tcp rx:    833 MB/s    95173 calls/s
# tcp tx:    844 MB/s    14325 calls/s  14325 msg/s
# udp gso - over veth touching data
# udp rx:   1151 MB/s   839656 calls/s
# udp tx:   1186 MB/s    20116 calls/s  20116 msg/s
# udp rx:   1187 MB/s   865925 calls/s
# udp tx:   1191 MB/s    20210 calls/s  20210 msg/s
# udp rx:   1240 MB/s   904391 calls/s
# udp tx:   1243 MB/s    21086 calls/s  21086 msg/s
# udp rx:   1242 MB/s   905814 calls/s
# udp tx:   1244 MB/s    21115 calls/s  21115 msg/s
# udp gso and gro - over veth touching data
# udp rx:    563 MB/s   411174 calls/s
# udp tx:    582 MB/s     9876 calls/s   9876 msg/s
# udp rx:    602 MB/s   439559 calls/s
# udp tx:    602 MB/s    10212 calls/s  10212 msg/s
# udp rx:    582 MB/s   424596 calls/s
# udp tx:    581 MB/s     9867 calls/s   9867 msg/s
# udp rx:    591 MB/s   431202 calls/s
# udp tx:    591 MB/s    10024 calls/s  10024 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__->