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:   1164 MB/s    19753 calls/s  19753 msg/s
# tcp rx:   1165 MB/s   141032 calls/s
# tcp tx:   1016 MB/s    17237 calls/s  17237 msg/s
# tcp rx:   1025 MB/s   134369 calls/s
# tcp tx:   1051 MB/s    17830 calls/s  17830 msg/s
# tcp rx:   1051 MB/s   126190 calls/s
# tcp tx:   1076 MB/s    18250 calls/s  18250 msg/s
# udp gso - over veth touching data
# udp rx:   1155 MB/s   823366 calls/s
# udp tx:   1186 MB/s    20130 calls/s  20130 msg/s
# udp rx:   1126 MB/s   802510 calls/s
# udp tx:   1127 MB/s    19124 calls/s  19124 msg/s
# udp rx:   1202 MB/s   856876 calls/s
# udp tx:   1201 MB/s    20373 calls/s  20373 msg/s
# udp rx:   1187 MB/s   846149 calls/s
# udp tx:   1188 MB/s    20162 calls/s  20162 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1171 MB/s   834810 calls/s
# udp tx:   1199 MB/s    20350 calls/s  20350 msg/s
# udp rx:   1298 MB/s   924872 calls/s
# udp tx:   1297 MB/s    22000 calls/s  22000 msg/s
# udp rx:   1300 MB/s   926606 calls/s
# udp tx:   1299 MB/s    22046 calls/s  22046 msg/s
# udp rx:   1246 MB/s   887700 calls/s
# udp tx:   1245 MB/s    21119 calls/s  21119 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    685 MB/s    11626 calls/s  11626 msg/s
# tcp rx:    687 MB/s    85630 calls/s
# tcp tx:    685 MB/s    11619 calls/s  11619 msg/s
# tcp rx:    684 MB/s    84147 calls/s
# tcp tx:    699 MB/s    11859 calls/s  11859 msg/s
# tcp rx:    699 MB/s    85168 calls/s
# tcp tx:    691 MB/s    11722 calls/s  11722 msg/s
# udp gso - over veth touching data
# udp rx:    618 MB/s   451311 calls/s
# udp tx:    634 MB/s    10770 calls/s  10770 msg/s
# udp rx:    687 MB/s   501499 calls/s
# udp tx:    686 MB/s    11651 calls/s  11651 msg/s
# udp rx:    688 MB/s   502204 calls/s
# udp tx:    688 MB/s    11672 calls/s  11672 msg/s
# udp rx:    688 MB/s   501815 calls/s
# udp tx:    687 MB/s    11662 calls/s  11662 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1035 MB/s   754888 calls/s
# udp tx:   1054 MB/s    17883 calls/s  17883 msg/s
# udp rx:   1070 MB/s   781023 calls/s
# udp tx:   1082 MB/s    18360 calls/s  18360 msg/s
# udp rx:   1263 MB/s   921142 calls/s
# udp tx:   1267 MB/s    21491 calls/s  21491 msg/s
# udp rx:   1290 MB/s   940867 calls/s
# udp tx:   1293 MB/s    21941 calls/s  21941 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__->