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:    925 MB/s    15700 calls/s  15700 msg/s
# tcp rx:    925 MB/s   121567 calls/s
# tcp tx:    643 MB/s    10908 calls/s  10908 msg/s
# tcp rx:    643 MB/s   114153 calls/s
# tcp tx:    642 MB/s    10905 calls/s  10905 msg/s
# tcp rx:    643 MB/s   114276 calls/s
# tcp tx:    699 MB/s    11861 calls/s  11861 msg/s
# udp gso - over veth touching data
# udp rx:    913 MB/s   650539 calls/s
# udp tx:    962 MB/s    16320 calls/s  16320 msg/s
# udp rx:   1018 MB/s   725658 calls/s
# udp tx:   1007 MB/s    17095 calls/s  17095 msg/s
# udp rx:   1071 MB/s   763050 calls/s
# udp tx:   1071 MB/s    18168 calls/s  18168 msg/s
# udp rx:   1173 MB/s   835653 calls/s
# udp tx:   1177 MB/s    19964 calls/s  19964 msg/s
# udp gso and gro - over veth touching data
# udp rx:    997 MB/s   710521 calls/s
# udp tx:   1044 MB/s    17721 calls/s  17721 msg/s
# udp rx:   1012 MB/s   721149 calls/s
# udp tx:   1012 MB/s    17178 calls/s  17178 msg/s
# udp rx:    952 MB/s   678748 calls/s
# udp tx:    951 MB/s    16135 calls/s  16135 msg/s
# udp rx:    898 MB/s   639991 calls/s
# udp tx:    901 MB/s    15282 calls/s  15282 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    789 MB/s    13395 calls/s  13395 msg/s
# tcp rx:    789 MB/s   118427 calls/s
# tcp tx:    772 MB/s    13097 calls/s  13097 msg/s
# tcp rx:    772 MB/s   117925 calls/s
# tcp tx:    891 MB/s    15112 calls/s  15112 msg/s
# tcp rx:    891 MB/s   118433 calls/s
# tcp tx:    946 MB/s    16059 calls/s  16059 msg/s
# udp gso - over veth touching data
# udp rx:   1150 MB/s   839086 calls/s
# udp tx:   1198 MB/s    20323 calls/s  20323 msg/s
# udp rx:   1122 MB/s   818333 calls/s
# udp tx:   1109 MB/s    18813 calls/s  18813 msg/s
# udp rx:    945 MB/s   689600 calls/s
# udp tx:    946 MB/s    16049 calls/s  16049 msg/s
# udp rx:    902 MB/s   658044 calls/s
# udp tx:    901 MB/s    15292 calls/s  15292 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1078 MB/s   786480 calls/s
# udp tx:   1106 MB/s    18760 calls/s  18760 msg/s
# udp rx:   1126 MB/s   821749 calls/s
# udp tx:   1127 MB/s    19115 calls/s  19115 msg/s
# udp rx:   1148 MB/s   837858 calls/s
# udp tx:   1163 MB/s    19726 calls/s  19726 msg/s
# udp rx:   1028 MB/s   750179 calls/s
# udp tx:   1019 MB/s    17289 calls/s  17289 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__->