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:   1177 MB/s    19965 calls/s  19965 msg/s
# tcp rx:   1177 MB/s   141825 calls/s
# tcp tx:   1137 MB/s    19300 calls/s  19300 msg/s
# tcp rx:   1143 MB/s   134351 calls/s
# tcp tx:    797 MB/s    13534 calls/s  13534 msg/s
# tcp rx:    800 MB/s    89785 calls/s
# tcp tx:    808 MB/s    13719 calls/s  13719 msg/s
# udp gso - over veth touching data
# udp rx:   1238 MB/s   881889 calls/s
# udp tx:   1265 MB/s    21470 calls/s  21470 msg/s
# udp rx:   1179 MB/s   840180 calls/s
# udp tx:   1194 MB/s    20259 calls/s  20259 msg/s
# udp rx:   1275 MB/s   908753 calls/s
# udp tx:   1278 MB/s    21681 calls/s  21681 msg/s
# udp rx:   1220 MB/s   869166 calls/s
# udp tx:   1222 MB/s    20731 calls/s  20731 msg/s
# udp gso and gro - over veth touching data
# udp rx:    697 MB/s   496912 calls/s
# udp tx:    719 MB/s    12201 calls/s  12201 msg/s
# udp rx:    732 MB/s   521646 calls/s
# udp tx:    731 MB/s    12409 calls/s  12409 msg/s
# udp rx:    732 MB/s   521972 calls/s
# udp tx:    732 MB/s    12419 calls/s  12419 msg/s
# udp rx:    733 MB/s   522380 calls/s
# udp tx:    732 MB/s    12428 calls/s  12428 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1116 MB/s    18938 calls/s  18938 msg/s
# tcp rx:   1125 MB/s   138788 calls/s
# tcp tx:   1152 MB/s    19545 calls/s  19545 msg/s
# tcp rx:   1155 MB/s   121633 calls/s
# tcp tx:   1099 MB/s    18641 calls/s  18641 msg/s
# tcp rx:   1100 MB/s   133988 calls/s
# tcp tx:   1084 MB/s    18396 calls/s  18396 msg/s
# udp gso - over veth touching data
# udp rx:   1256 MB/s   916470 calls/s
# udp tx:   1294 MB/s    21951 calls/s  21951 msg/s
# udp rx:   1263 MB/s   921322 calls/s
# udp tx:   1266 MB/s    21473 calls/s  21473 msg/s
# udp rx:   1312 MB/s   957033 calls/s
# udp tx:   1315 MB/s    22312 calls/s  22312 msg/s
# udp rx:   1312 MB/s   957107 calls/s
# udp tx:   1327 MB/s    22514 calls/s  22514 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1263 MB/s   921813 calls/s
# udp tx:   1296 MB/s    21996 calls/s  21996 msg/s
# udp rx:   1295 MB/s   944877 calls/s
# udp tx:   1294 MB/s    21952 calls/s  21952 msg/s
# udp rx:   1294 MB/s   943913 calls/s
# udp tx:   1293 MB/s    21938 calls/s  21938 msg/s
# udp rx:   1296 MB/s   945209 calls/s
# udp tx:   1295 MB/s    21973 calls/s  21973 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__->