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:   1012 MB/s    17170 calls/s  17170 msg/s
# tcp rx:   1013 MB/s   143852 calls/s
# tcp tx:   1115 MB/s    18916 calls/s  18916 msg/s
# tcp rx:   1116 MB/s   137990 calls/s
# tcp tx:   1095 MB/s    18572 calls/s  18572 msg/s
# tcp rx:   1096 MB/s   137603 calls/s
# tcp tx:   1118 MB/s    18971 calls/s  18971 msg/s
# udp gso - over veth touching data
# udp rx:   1220 MB/s   869523 calls/s
# udp tx:   1259 MB/s    21363 calls/s  21363 msg/s
# udp rx:   1177 MB/s   838776 calls/s
# udp tx:   1177 MB/s    19969 calls/s  19969 msg/s
# udp rx:   1258 MB/s   896246 calls/s
# udp tx:   1266 MB/s    21486 calls/s  21486 msg/s
# udp rx:   1315 MB/s   937030 calls/s
# udp tx:   1314 MB/s    22298 calls/s  22298 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1095 MB/s   780074 calls/s
# udp tx:   1132 MB/s    19210 calls/s  19210 msg/s
# udp rx:   1270 MB/s   905260 calls/s
# udp tx:   1269 MB/s    21540 calls/s  21540 msg/s
# udp rx:   1335 MB/s   951031 calls/s
# udp tx:   1333 MB/s    22625 calls/s  22625 msg/s
# udp rx:   1318 MB/s   939333 calls/s
# udp tx:   1318 MB/s    22355 calls/s  22355 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    773 MB/s    13125 calls/s  13125 msg/s
# tcp rx:    773 MB/s    89717 calls/s
# tcp tx:    754 MB/s    12802 calls/s  12802 msg/s
# tcp rx:    755 MB/s    88338 calls/s
# tcp tx:    784 MB/s    13306 calls/s  13306 msg/s
# tcp rx:    785 MB/s    89675 calls/s
# tcp tx:    815 MB/s    13832 calls/s  13832 msg/s
# udp gso - over veth touching data
# udp rx:    684 MB/s   498937 calls/s
# udp tx:    704 MB/s    11943 calls/s  11943 msg/s
# udp rx:    715 MB/s   521903 calls/s
# udp tx:    715 MB/s    12127 calls/s  12127 msg/s
# udp rx:    712 MB/s   519807 calls/s
# udp tx:    712 MB/s    12084 calls/s  12084 msg/s
# udp rx:    712 MB/s   519791 calls/s
# udp tx:    734 MB/s    12455 calls/s  12455 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1171 MB/s   854228 calls/s
# udp tx:   1212 MB/s    20561 calls/s  20561 msg/s
# udp rx:   1277 MB/s   931985 calls/s
# udp tx:   1277 MB/s    21659 calls/s  21659 msg/s
# udp rx:   1259 MB/s   918599 calls/s
# udp tx:   1258 MB/s    21352 calls/s  21352 msg/s
# udp rx:   1274 MB/s   929456 calls/s
# udp tx:   1273 MB/s    21602 calls/s  21602 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__->