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:   1060 MB/s    17980 calls/s  17980 msg/s
# tcp rx:   1063 MB/s   133838 calls/s
# tcp tx:   1121 MB/s    19029 calls/s  19029 msg/s
# tcp rx:   1122 MB/s   124093 calls/s
# tcp tx:   1055 MB/s    17894 calls/s  17894 msg/s
# tcp rx:   1056 MB/s   130153 calls/s
# tcp tx:    990 MB/s    16792 calls/s  16792 msg/s
# udp gso - over veth touching data
# udp rx:   1214 MB/s   864961 calls/s
# udp tx:   1249 MB/s    21198 calls/s  21198 msg/s
# udp rx:   1334 MB/s   950374 calls/s
# udp tx:   1337 MB/s    22680 calls/s  22680 msg/s
# udp rx:   1319 MB/s   940178 calls/s
# udp tx:   1321 MB/s    22417 calls/s  22417 msg/s
# udp rx:   1332 MB/s   949390 calls/s
# udp tx:   1333 MB/s    22625 calls/s  22625 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1231 MB/s   877486 calls/s
# udp tx:   1267 MB/s    21492 calls/s  21492 msg/s
# udp rx:   1203 MB/s   857272 calls/s
# udp tx:   1205 MB/s    20441 calls/s  20441 msg/s
# udp rx:   1162 MB/s   828219 calls/s
# udp tx:   1166 MB/s    19779 calls/s  19779 msg/s
# udp rx:   1285 MB/s   915381 calls/s
# udp tx:   1287 MB/s    21831 calls/s  21831 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1155 MB/s    19596 calls/s  19596 msg/s
# tcp rx:   1181 MB/s   140544 calls/s
# tcp tx:   1076 MB/s    18263 calls/s  18263 msg/s
# tcp rx:   1084 MB/s   128594 calls/s
# tcp tx:   1038 MB/s    17616 calls/s  17616 msg/s
# tcp rx:   1037 MB/s   128016 calls/s
# tcp tx:   1056 MB/s    17925 calls/s  17925 msg/s
# udp gso - over veth touching data
# udp rx:    635 MB/s   463494 calls/s
# udp tx:    658 MB/s    11171 calls/s  11171 msg/s
# udp rx:    673 MB/s   490900 calls/s
# udp tx:    671 MB/s    11391 calls/s  11391 msg/s
# udp rx:    683 MB/s   498471 calls/s
# udp tx:    685 MB/s    11619 calls/s  11619 msg/s
# udp rx:    673 MB/s   491433 calls/s
# udp tx:    671 MB/s    11385 calls/s  11385 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1161 MB/s   846916 calls/s
# udp tx:   1195 MB/s    20280 calls/s  20280 msg/s
# udp rx:   1281 MB/s   934434 calls/s
# udp tx:   1280 MB/s    21719 calls/s  21719 msg/s
# udp rx:   1289 MB/s   940687 calls/s
# udp tx:   1288 MB/s    21860 calls/s  21860 msg/s
# udp rx:   1282 MB/s   935448 calls/s
# udp tx:   1281 MB/s    21727 calls/s  21727 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__->