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:    810 MB/s    13744 calls/s  13744 msg/s
# tcp rx:    813 MB/s    90430 calls/s
# tcp tx:    793 MB/s    13455 calls/s  13455 msg/s
# tcp rx:    794 MB/s    87504 calls/s
# tcp tx:    780 MB/s    13239 calls/s  13239 msg/s
# tcp rx:    781 MB/s    86759 calls/s
# tcp tx:    776 MB/s    13168 calls/s  13168 msg/s
# udp gso - over veth touching data
# udp rx:    637 MB/s   454330 calls/s
# udp tx:    656 MB/s    11132 calls/s  11132 msg/s
# udp rx:    659 MB/s   469848 calls/s
# udp tx:    658 MB/s    11176 calls/s  11176 msg/s
# udp rx:    661 MB/s   470876 calls/s
# udp tx:    660 MB/s    11199 calls/s  11199 msg/s
# udp rx:    660 MB/s   470586 calls/s
# udp tx:    660 MB/s    11197 calls/s  11197 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1215 MB/s   865523 calls/s
# udp tx:   1250 MB/s    21216 calls/s  21216 msg/s
# udp rx:   1120 MB/s   798114 calls/s
# udp tx:   1128 MB/s    19145 calls/s  19145 msg/s
# udp rx:   1202 MB/s   856364 calls/s
# udp tx:   1199 MB/s    20348 calls/s  20348 msg/s
# udp rx:   1226 MB/s   873539 calls/s
# udp tx:   1226 MB/s    20809 calls/s  20809 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1126 MB/s    19107 calls/s  19107 msg/s
# tcp rx:   1126 MB/s   139713 calls/s
# tcp tx:   1202 MB/s    20390 calls/s  20390 msg/s
# tcp rx:   1202 MB/s   118362 calls/s
# tcp tx:   1095 MB/s    18574 calls/s  18574 msg/s
# tcp rx:   1109 MB/s   127645 calls/s
# tcp tx:   1108 MB/s    18797 calls/s  18797 msg/s
# udp gso - over veth touching data
# udp rx:   1202 MB/s   877182 calls/s
# udp tx:   1238 MB/s    21006 calls/s  21006 msg/s
# udp rx:   1269 MB/s   926080 calls/s
# udp tx:   1268 MB/s    21520 calls/s  21520 msg/s
# udp rx:   1263 MB/s   921709 calls/s
# udp tx:   1262 MB/s    21421 calls/s  21421 msg/s
# udp rx:   1265 MB/s   923257 calls/s
# udp tx:   1275 MB/s    21641 calls/s  21641 msg/s
# udp gso and gro - over veth touching data
# udp rx:    631 MB/s   460227 calls/s
# udp tx:    653 MB/s    11079 calls/s  11079 msg/s
# udp rx:    653 MB/s   476833 calls/s
# udp tx:    658 MB/s    11175 calls/s  11175 msg/s
# udp rx:    662 MB/s   483070 calls/s
# udp tx:    668 MB/s    11339 calls/s  11339 msg/s
# udp rx:    653 MB/s   476570 calls/s
# udp tx:    657 MB/s    11158 calls/s  11158 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__->