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:    859 MB/s    14586 calls/s  14586 msg/s
# tcp rx:    860 MB/s   116742 calls/s
# tcp tx:   1006 MB/s    17076 calls/s  17076 msg/s
# tcp rx:   1007 MB/s   126064 calls/s
# tcp tx:   1010 MB/s    17132 calls/s  17132 msg/s
# tcp rx:   1010 MB/s   127878 calls/s
# tcp tx:   1007 MB/s    17093 calls/s  17093 msg/s
# udp gso - over veth touching data
# udp rx:   1101 MB/s   784971 calls/s
# udp tx:   1128 MB/s    19132 calls/s  19132 msg/s
# udp rx:   1275 MB/s   908434 calls/s
# udp tx:   1274 MB/s    21624 calls/s  21624 msg/s
# udp rx:   1261 MB/s   898310 calls/s
# udp tx:   1260 MB/s    21382 calls/s  21382 msg/s
# udp rx:   1259 MB/s   897226 calls/s
# udp tx:   1259 MB/s    21359 calls/s  21359 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1182 MB/s   842245 calls/s
# udp tx:   1208 MB/s    20495 calls/s  20495 msg/s
# udp rx:   1120 MB/s   798477 calls/s
# udp tx:   1120 MB/s    19006 calls/s  19006 msg/s
# udp rx:   1211 MB/s   863246 calls/s
# udp tx:   1213 MB/s    20575 calls/s  20575 msg/s
# udp rx:   1311 MB/s   934199 calls/s
# udp tx:   1317 MB/s    22347 calls/s  22347 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1076 MB/s    18263 calls/s  18263 msg/s
# tcp rx:   1077 MB/s   130619 calls/s
# tcp tx:   1030 MB/s    17483 calls/s  17483 msg/s
# tcp rx:   1031 MB/s   119520 calls/s
# tcp tx:   1058 MB/s    17960 calls/s  17960 msg/s
# tcp rx:   1060 MB/s   126236 calls/s
# tcp tx:   1018 MB/s    17270 calls/s  17270 msg/s
# udp gso - over veth touching data
# udp rx:   1260 MB/s   918944 calls/s
# udp tx:   1288 MB/s    21855 calls/s  21855 msg/s
# udp rx:   1289 MB/s   940690 calls/s
# udp tx:   1288 MB/s    21852 calls/s  21852 msg/s
# udp rx:   1285 MB/s   937515 calls/s
# udp tx:   1284 MB/s    21792 calls/s  21792 msg/s
# udp rx:   1283 MB/s   936425 calls/s
# udp tx:   1275 MB/s    21626 calls/s  21626 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1178 MB/s   859833 calls/s
# udp tx:   1208 MB/s    20493 calls/s  20493 msg/s
# udp rx:   1202 MB/s   877105 calls/s
# udp tx:   1210 MB/s    20532 calls/s  20532 msg/s
# udp rx:   1260 MB/s   919334 calls/s
# udp tx:   1263 MB/s    21429 calls/s  21429 msg/s
# udp rx:   1262 MB/s   920894 calls/s
# udp tx:   1264 MB/s    21455 calls/s  21455 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__->