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:   1170 MB/s    19854 calls/s  19854 msg/s
# tcp rx:   1171 MB/s   138114 calls/s
# tcp tx:    805 MB/s    13660 calls/s  13660 msg/s
# tcp rx:    806 MB/s    86732 calls/s
# tcp tx:    941 MB/s    15976 calls/s  15976 msg/s
# tcp rx:    942 MB/s    86208 calls/s
# tcp tx:    945 MB/s    16031 calls/s  16031 msg/s
# udp gso - over veth touching data
# udp rx:   1305 MB/s   930174 calls/s
# udp tx:   1336 MB/s    22668 calls/s  22668 msg/s
# udp rx:   1337 MB/s   952954 calls/s
# udp tx:   1336 MB/s    22670 calls/s  22670 msg/s
# udp rx:   1343 MB/s   956954 calls/s
# udp tx:   1341 MB/s    22761 calls/s  22761 msg/s
# udp rx:   1335 MB/s   951358 calls/s
# udp tx:   1332 MB/s    22604 calls/s  22604 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1294 MB/s   922084 calls/s
# udp tx:   1330 MB/s    22567 calls/s  22567 msg/s
# udp rx:   1305 MB/s   930303 calls/s
# udp tx:   1305 MB/s    22134 calls/s  22134 msg/s
# udp rx:   1334 MB/s   950541 calls/s
# udp tx:   1332 MB/s    22602 calls/s  22602 msg/s
# udp rx:   1331 MB/s   948628 calls/s
# udp tx:   1330 MB/s    22566 calls/s  22566 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1121 MB/s    19021 calls/s  19021 msg/s
# tcp rx:   1122 MB/s   136518 calls/s
# tcp tx:   1101 MB/s    18674 calls/s  18674 msg/s
# tcp rx:   1102 MB/s   128715 calls/s
# tcp tx:   1090 MB/s    18495 calls/s  18495 msg/s
# tcp rx:   1091 MB/s   130536 calls/s
# tcp tx:   1094 MB/s    18566 calls/s  18566 msg/s
# udp gso - over veth touching data
# udp rx:   1254 MB/s   914717 calls/s
# udp tx:   1283 MB/s    21763 calls/s  21763 msg/s
# udp rx:   1259 MB/s   918800 calls/s
# udp tx:   1263 MB/s    21424 calls/s  21424 msg/s
# udp rx:   1232 MB/s   899054 calls/s
# udp tx:   1231 MB/s    20893 calls/s  20893 msg/s
# udp rx:   1270 MB/s   926637 calls/s
# udp tx:   1269 MB/s    21539 calls/s  21539 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1190 MB/s   868547 calls/s
# udp tx:   1223 MB/s    20759 calls/s  20759 msg/s
# udp rx:   1247 MB/s   909987 calls/s
# udp tx:   1246 MB/s    21137 calls/s  21137 msg/s
# udp rx:   1250 MB/s   912117 calls/s
# udp tx:   1250 MB/s    21204 calls/s  21204 msg/s
# udp rx:   1252 MB/s   913150 calls/s
# udp tx:   1250 MB/s    21217 calls/s  21217 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__->