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:    748 MB/s    12688 calls/s  12688 msg/s
# tcp rx:    759 MB/s    89180 calls/s
# tcp tx:    968 MB/s    16421 calls/s  16421 msg/s
# tcp rx:    975 MB/s   129220 calls/s
# tcp tx:    955 MB/s    16207 calls/s  16207 msg/s
# tcp rx:    950 MB/s   131144 calls/s
# tcp tx:   1084 MB/s    18397 calls/s  18397 msg/s
# udp gso - over veth touching data
# udp rx:    653 MB/s   465438 calls/s
# udp tx:    675 MB/s    11463 calls/s  11463 msg/s
# udp rx:    690 MB/s   491864 calls/s
# udp tx:    690 MB/s    11713 calls/s  11713 msg/s
# udp rx:    687 MB/s   489916 calls/s
# udp tx:    688 MB/s    11681 calls/s  11681 msg/s
# udp rx:    687 MB/s   489939 calls/s
# udp tx:    689 MB/s    11690 calls/s  11690 msg/s
# udp gso and gro - over veth touching data
# udp rx:    650 MB/s   463268 calls/s
# udp tx:    672 MB/s    11412 calls/s  11412 msg/s
# udp rx:    658 MB/s   469250 calls/s
# udp tx:    658 MB/s    11167 calls/s  11167 msg/s
# udp rx:    661 MB/s   470867 calls/s
# udp tx:    661 MB/s    11211 calls/s  11211 msg/s
# udp rx:    664 MB/s   473177 calls/s
# udp tx:    663 MB/s    11253 calls/s  11253 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    735 MB/s    12476 calls/s  12476 msg/s
# tcp rx:    735 MB/s    87242 calls/s
# tcp tx:    730 MB/s    12390 calls/s  12390 msg/s
# tcp rx:    731 MB/s    85801 calls/s
# tcp tx:    717 MB/s    12166 calls/s  12166 msg/s
# tcp rx:    717 MB/s    85243 calls/s
# tcp tx:    716 MB/s    12146 calls/s  12146 msg/s
# udp gso - over veth touching data
# udp rx:   1158 MB/s   845248 calls/s
# udp tx:   1200 MB/s    20364 calls/s  20364 msg/s
# udp rx:   1219 MB/s   889434 calls/s
# udp tx:   1216 MB/s    20631 calls/s  20631 msg/s
# udp rx:   1227 MB/s   895507 calls/s
# udp tx:   1233 MB/s    20924 calls/s  20924 msg/s
# udp rx:   1207 MB/s   880336 calls/s
# udp tx:   1208 MB/s    20499 calls/s  20499 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1203 MB/s   877782 calls/s
# udp tx:   1240 MB/s    21035 calls/s  21035 msg/s
# udp rx:   1248 MB/s   910183 calls/s
# udp tx:   1251 MB/s    21220 calls/s  21220 msg/s
# udp rx:   1264 MB/s   922428 calls/s
# udp tx:   1265 MB/s    21461 calls/s  21461 msg/s
# udp rx:   1276 MB/s   931101 calls/s
# udp tx:   1277 MB/s    21673 calls/s  21673 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__->