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:   1053 MB/s    17861 calls/s  17861 msg/s
# tcp rx:   1053 MB/s   132021 calls/s
# tcp tx:   1067 MB/s    18110 calls/s  18110 msg/s
# tcp rx:   1094 MB/s   127059 calls/s
# tcp tx:   1032 MB/s    17516 calls/s  17516 msg/s
# tcp rx:   1030 MB/s   125162 calls/s
# tcp tx:   1004 MB/s    17040 calls/s  17040 msg/s
# udp gso - over veth touching data
# udp rx:   1302 MB/s   927884 calls/s
# udp tx:   1340 MB/s    22740 calls/s  22740 msg/s
# udp rx:   1232 MB/s   877618 calls/s
# udp tx:   1236 MB/s    20968 calls/s  20968 msg/s
# udp rx:   1332 MB/s   949176 calls/s
# udp tx:   1336 MB/s    22673 calls/s  22673 msg/s
# udp rx:   1346 MB/s   959303 calls/s
# udp tx:   1351 MB/s    22915 calls/s  22915 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1278 MB/s   910471 calls/s
# udp tx:   1312 MB/s    22260 calls/s  22260 msg/s
# udp rx:   1331 MB/s   948338 calls/s
# udp tx:   1335 MB/s    22652 calls/s  22652 msg/s
# udp rx:   1340 MB/s   954606 calls/s
# udp tx:   1336 MB/s    22676 calls/s  22676 msg/s
# udp rx:   1317 MB/s   938187 calls/s
# udp tx:   1316 MB/s    22328 calls/s  22328 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    987 MB/s    16744 calls/s  16744 msg/s
# tcp rx:   1018 MB/s   125267 calls/s
# tcp tx:    940 MB/s    15944 calls/s  15944 msg/s
# tcp rx:    932 MB/s   112500 calls/s
# tcp tx:    967 MB/s    16402 calls/s  16402 msg/s
# tcp rx:    964 MB/s   115543 calls/s
# tcp tx:    936 MB/s    15889 calls/s  15889 msg/s
# udp gso - over veth touching data
# udp rx:    597 MB/s   435508 calls/s
# udp tx:    616 MB/s    10457 calls/s  10457 msg/s
# udp rx:    649 MB/s   473597 calls/s
# udp tx:    649 MB/s    11019 calls/s  11019 msg/s
# udp rx:    647 MB/s   472069 calls/s
# udp tx:    645 MB/s    10949 calls/s  10949 msg/s
# udp rx:    638 MB/s   465622 calls/s
# udp tx:    639 MB/s    10844 calls/s  10844 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1141 MB/s   832164 calls/s
# udp tx:   1175 MB/s    19945 calls/s  19945 msg/s
# udp rx:   1194 MB/s   871003 calls/s
# udp tx:   1193 MB/s    20236 calls/s  20236 msg/s
# udp rx:   1185 MB/s   864268 calls/s
# udp tx:   1184 MB/s    20090 calls/s  20090 msg/s
# udp rx:   1190 MB/s   868262 calls/s
# udp tx:   1189 MB/s    20176 calls/s  20176 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__->