make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_bench.sh TESST_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:    655 MB/s    11112 calls/s  11112 msg/s
# tcp rx:    660 MB/s    82471 calls/s
# tcp tx:    667 MB/s    11323 calls/s  11323 msg/s
# tcp rx:    668 MB/s    81452 calls/s
# tcp tx:    677 MB/s    11483 calls/s  11483 msg/s
# tcp rx:    677 MB/s    82201 calls/s
# tcp tx:    675 MB/s    11463 calls/s  11463 msg/s
# udp gso - over veth touching data
# udp rx:    670 MB/s   477649 calls/s
# udp tx:    686 MB/s    11641 calls/s  11641 msg/s
# udp rx:    700 MB/s   498776 calls/s
# udp tx:    699 MB/s    11865 calls/s  11865 msg/s
# udp rx:    706 MB/s   502972 calls/s
# udp tx:    705 MB/s    11965 calls/s  11965 msg/s
# udp rx:    682 MB/s   485981 calls/s
# udp tx:    681 MB/s    11559 calls/s  11559 msg/s
# udp gso and gro - over veth touching data
# udp rx:    699 MB/s   498468 calls/s
# udp tx:    716 MB/s    12152 calls/s  12152 msg/s
# udp rx:    709 MB/s   505080 calls/s
# udp tx:    710 MB/s    12059 calls/s  12059 msg/s
# udp rx:    719 MB/s   512627 calls/s
# udp tx:    722 MB/s    12253 calls/s  12253 msg/s
# udp rx:    716 MB/s   510748 calls/s
# udp tx:    719 MB/s    12201 calls/s  12201 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    853 MB/s    14474 calls/s  14474 msg/s
# tcp rx:    853 MB/s   146612 calls/s
# tcp tx:    817 MB/s    13866 calls/s  13866 msg/s
# tcp rx:    823 MB/s   127587 calls/s
# tcp tx:    808 MB/s    13721 calls/s  13721 msg/s
# tcp rx:    808 MB/s   135937 calls/s
# tcp tx:    832 MB/s    14119 calls/s  14119 msg/s
# udp gso - over veth touching data
# udp rx:   1168 MB/s   852431 calls/s
# udp tx:   1194 MB/s    20257 calls/s  20257 msg/s
# udp rx:   1222 MB/s   891602 calls/s
# udp tx:   1221 MB/s    20725 calls/s  20725 msg/s
# udp rx:   1214 MB/s   885845 calls/s
# udp tx:   1213 MB/s    20583 calls/s  20583 msg/s
# udp rx:   1209 MB/s   882055 calls/s
# udp tx:   1208 MB/s    20491 calls/s  20491 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1143 MB/s   834308 calls/s
# udp tx:   1169 MB/s    19833 calls/s  19833 msg/s
# udp rx:   1227 MB/s   895237 calls/s
# udp tx:   1225 MB/s    20787 calls/s  20787 msg/s
# udp rx:   1212 MB/s   884009 calls/s
# udp tx:   1211 MB/s    20549 calls/s  20549 msg/s
# udp rx:   1221 MB/s   890991 calls/s
# udp tx:   1221 MB/s    20714 calls/s  20714 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__->