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:   1049 MB/s    17792 calls/s  17792 msg/s
# tcp rx:   1061 MB/s   140119 calls/s
# tcp tx:    966 MB/s    16387 calls/s  16387 msg/s
# tcp rx:    968 MB/s   130487 calls/s
# tcp tx:   1058 MB/s    17948 calls/s  17948 msg/s
# tcp rx:   1058 MB/s   131810 calls/s
# tcp tx:   1072 MB/s    18191 calls/s  18191 msg/s
# udp gso - over veth touching data
# udp rx:   1192 MB/s   849417 calls/s
# udp tx:   1228 MB/s    20830 calls/s  20830 msg/s
# udp rx:   1237 MB/s   881271 calls/s
# udp tx:   1240 MB/s    21046 calls/s  21046 msg/s
# udp rx:   1261 MB/s   898447 calls/s
# udp tx:   1264 MB/s    21443 calls/s  21443 msg/s
# udp rx:   1235 MB/s   880407 calls/s
# udp tx:   1238 MB/s    21000 calls/s  21000 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1313 MB/s   935971 calls/s
# udp tx:   1348 MB/s    22869 calls/s  22869 msg/s
# udp rx:   1201 MB/s   855576 calls/s
# udp tx:   1199 MB/s    20339 calls/s  20339 msg/s
# udp rx:   1216 MB/s   866847 calls/s
# udp tx:   1214 MB/s    20603 calls/s  20603 msg/s
# udp rx:   1237 MB/s   881464 calls/s
# udp tx:   1233 MB/s    20927 calls/s  20927 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1172 MB/s    19887 calls/s  19887 msg/s
# tcp rx:   1172 MB/s   139140 calls/s
# tcp tx:   1130 MB/s    19176 calls/s  19176 msg/s
# tcp rx:   1130 MB/s   138715 calls/s
# tcp tx:   1157 MB/s    19627 calls/s  19627 msg/s
# tcp rx:   1158 MB/s   142014 calls/s
# tcp tx:   1180 MB/s    20020 calls/s  20020 msg/s
# udp gso - over veth touching data
# udp rx:    566 MB/s   413219 calls/s
# udp tx:    586 MB/s     9943 calls/s   9943 msg/s
# udp rx:   1124 MB/s   820349 calls/s
# udp tx:   1146 MB/s    19440 calls/s  19440 msg/s
# udp rx:   1216 MB/s   887110 calls/s
# udp tx:   1215 MB/s    20620 calls/s  20620 msg/s
# udp rx:   1092 MB/s   796640 calls/s
# udp tx:   1091 MB/s    18514 calls/s  18514 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1210 MB/s   882795 calls/s
# udp tx:   1243 MB/s    21086 calls/s  21086 msg/s
# udp rx:   1271 MB/s   927478 calls/s
# udp tx:   1278 MB/s    21686 calls/s  21686 msg/s
# udp rx:   1229 MB/s   896442 calls/s
# udp tx:   1230 MB/s    20868 calls/s  20868 msg/s
# udp rx:   1269 MB/s   925656 calls/s
# udp tx:   1272 MB/s    21580 calls/s  21580 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__->