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:   1102 MB/s    18694 calls/s  18694 msg/s
# tcp rx:   1104 MB/s   139168 calls/s
# tcp tx:   1110 MB/s    18842 calls/s  18842 msg/s
# tcp rx:   1111 MB/s   145470 calls/s
# tcp tx:   1122 MB/s    19036 calls/s  19036 msg/s
# tcp rx:   1123 MB/s   140943 calls/s
# tcp tx:   1087 MB/s    18439 calls/s  18439 msg/s
# udp gso - over veth touching data
# udp rx:   1175 MB/s   837025 calls/s
# udp tx:   1204 MB/s    20427 calls/s  20427 msg/s
# udp rx:   1248 MB/s   889357 calls/s
# udp tx:   1247 MB/s    21156 calls/s  21156 msg/s
# udp rx:   1218 MB/s   868296 calls/s
# udp tx:   1218 MB/s    20663 calls/s  20663 msg/s
# udp rx:   1267 MB/s   903107 calls/s
# udp tx:   1266 MB/s    21484 calls/s  21484 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1290 MB/s   919344 calls/s
# udp tx:   1318 MB/s    22358 calls/s  22358 msg/s
# udp rx:   1297 MB/s   924188 calls/s
# udp tx:   1296 MB/s    21991 calls/s  21991 msg/s
# udp rx:   1287 MB/s   916859 calls/s
# udp tx:   1285 MB/s    21811 calls/s  21811 msg/s
# udp rx:   1331 MB/s   948418 calls/s
# udp tx:   1339 MB/s    22717 calls/s  22717 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    731 MB/s    12409 calls/s  12409 msg/s
# tcp rx:    732 MB/s    89292 calls/s
# tcp tx:    741 MB/s    12570 calls/s  12570 msg/s
# tcp rx:    742 MB/s    84164 calls/s
# tcp tx:    699 MB/s    11865 calls/s  11865 msg/s
# tcp rx:    700 MB/s    84517 calls/s
# tcp tx:    737 MB/s    12502 calls/s  12502 msg/s
# udp gso - over veth touching data
# udp rx:    612 MB/s   446686 calls/s
# udp tx:    636 MB/s    10795 calls/s  10795 msg/s
# udp rx:    664 MB/s   484786 calls/s
# udp tx:    666 MB/s    11312 calls/s  11312 msg/s
# udp rx:    672 MB/s   490453 calls/s
# udp tx:    673 MB/s    11421 calls/s  11421 msg/s
# udp rx:    673 MB/s   491094 calls/s
# udp tx:    675 MB/s    11449 calls/s  11449 msg/s
# udp gso and gro - over veth touching data
# udp rx:    605 MB/s   441837 calls/s
# udp tx:    625 MB/s    10606 calls/s  10606 msg/s
# udp rx:    615 MB/s   449238 calls/s
# udp tx:    618 MB/s    10482 calls/s  10482 msg/s
# udp rx:    614 MB/s   448038 calls/s
# udp tx:    614 MB/s    10415 calls/s  10415 msg/s
# udp rx:    631 MB/s   460883 calls/s
# udp tx:    631 MB/s    10714 calls/s  10714 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__->