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:   1135 MB/s    19251 calls/s  19251 msg/s
# tcp rx:   1136 MB/s   140693 calls/s
# tcp tx:   1167 MB/s    19798 calls/s  19798 msg/s
# tcp rx:   1168 MB/s   142187 calls/s
# tcp tx:   1103 MB/s    18719 calls/s  18719 msg/s
# tcp rx:   1104 MB/s   133126 calls/s
# tcp tx:   1030 MB/s    17478 calls/s  17478 msg/s
# udp gso - over veth touching data
# udp rx:   1159 MB/s   826201 calls/s
# udp tx:   1189 MB/s    20169 calls/s  20169 msg/s
# udp rx:   1223 MB/s   871512 calls/s
# udp tx:   1231 MB/s    20879 calls/s  20879 msg/s
# udp rx:   1329 MB/s   947006 calls/s
# udp tx:   1332 MB/s    22605 calls/s  22605 msg/s
# udp rx:   1294 MB/s   922106 calls/s
# udp tx:   1293 MB/s    21942 calls/s  21942 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1216 MB/s   866566 calls/s
# udp tx:   1258 MB/s    21338 calls/s  21338 msg/s
# udp rx:   1236 MB/s   881167 calls/s
# udp tx:   1239 MB/s    21028 calls/s  21028 msg/s
# udp rx:   1242 MB/s   885343 calls/s
# udp tx:   1242 MB/s    21067 calls/s  21067 msg/s
# udp rx:   1291 MB/s   920229 calls/s
# udp tx:   1294 MB/s    21953 calls/s  21953 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    663 MB/s    11247 calls/s  11247 msg/s
# tcp rx:    663 MB/s    80207 calls/s
# tcp tx:   1025 MB/s    17394 calls/s  17394 msg/s
# tcp rx:   1024 MB/s   122392 calls/s
# tcp tx:    861 MB/s    14611 calls/s  14611 msg/s
# tcp rx:    876 MB/s    89276 calls/s
# tcp tx:   1037 MB/s    17603 calls/s  17603 msg/s
# udp gso - over veth touching data
# udp rx:   1092 MB/s   796425 calls/s
# udp tx:   1123 MB/s    19055 calls/s  19055 msg/s
# udp rx:   1240 MB/s   904603 calls/s
# udp tx:   1240 MB/s    21038 calls/s  21038 msg/s
# udp rx:   1254 MB/s   914879 calls/s
# udp tx:   1255 MB/s    21292 calls/s  21292 msg/s
# udp rx:   1247 MB/s   910074 calls/s
# udp tx:   1256 MB/s    21311 calls/s  21311 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1218 MB/s   888534 calls/s
# udp tx:   1254 MB/s    21273 calls/s  21273 msg/s
# udp rx:   1265 MB/s   922723 calls/s
# udp tx:   1275 MB/s    21634 calls/s  21634 msg/s
# udp rx:   1272 MB/s   927869 calls/s
# udp tx:   1275 MB/s    21630 calls/s  21630 msg/s
# udp rx:   1269 MB/s   925938 calls/s
# udp tx:   1271 MB/s    21564 calls/s  21564 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__->