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:   1126 MB/s    19109 calls/s  19109 msg/s
# tcp rx:   1126 MB/s   139520 calls/s
# tcp tx:   1135 MB/s    19259 calls/s  19259 msg/s
# tcp rx:   1135 MB/s   140278 calls/s
# tcp tx:   1137 MB/s    19297 calls/s  19297 msg/s
# tcp rx:   1138 MB/s   137810 calls/s
# tcp tx:   1124 MB/s    19077 calls/s  19077 msg/s
# udp gso - over veth touching data
# udp rx:   1284 MB/s   914878 calls/s
# udp tx:   1325 MB/s    22476 calls/s  22476 msg/s
# udp rx:   1310 MB/s   933290 calls/s
# udp tx:   1309 MB/s    22205 calls/s  22205 msg/s
# udp rx:   1325 MB/s   944178 calls/s
# udp tx:   1325 MB/s    22481 calls/s  22481 msg/s
# udp rx:   1312 MB/s   934809 calls/s
# udp tx:   1311 MB/s    22236 calls/s  22236 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1203 MB/s   857556 calls/s
# udp tx:   1247 MB/s    21153 calls/s  21153 msg/s
# udp rx:   1318 MB/s   939248 calls/s
# udp tx:   1322 MB/s    22433 calls/s  22433 msg/s
# udp rx:   1302 MB/s   927786 calls/s
# udp tx:   1305 MB/s    22135 calls/s  22135 msg/s
# udp rx:   1224 MB/s   872349 calls/s
# udp tx:   1224 MB/s    20776 calls/s  20776 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    910 MB/s    15450 calls/s  15450 msg/s
# tcp rx:    911 MB/s   106425 calls/s
# tcp tx:   1036 MB/s    17582 calls/s  17582 msg/s
# tcp rx:   1037 MB/s   130180 calls/s
# tcp tx:   1045 MB/s    17738 calls/s  17738 msg/s
# tcp rx:   1047 MB/s   128669 calls/s
# tcp tx:   1088 MB/s    18457 calls/s  18457 msg/s
# udp gso - over veth touching data
# udp rx:   1133 MB/s   826375 calls/s
# udp tx:   1164 MB/s    19754 calls/s  19754 msg/s
# udp rx:   1273 MB/s   928610 calls/s
# udp tx:   1276 MB/s    21655 calls/s  21655 msg/s
# udp rx:   1267 MB/s   924549 calls/s
# udp tx:   1269 MB/s    21538 calls/s  21538 msg/s
# udp rx:   1268 MB/s   925268 calls/s
# udp tx:   1270 MB/s    21551 calls/s  21551 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1195 MB/s   871865 calls/s
# udp tx:   1227 MB/s    20813 calls/s  20813 msg/s
# udp rx:   1268 MB/s   924768 calls/s
# udp tx:   1281 MB/s    21730 calls/s  21730 msg/s
# udp rx:   1281 MB/s   934884 calls/s
# udp tx:   1286 MB/s    21816 calls/s  21816 msg/s
# udp rx:   1293 MB/s   943020 calls/s
# udp tx:   1294 MB/s    21964 calls/s  21964 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__->