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:   1163 MB/s    19730 calls/s  19730 msg/s
# tcp rx:   1164 MB/s   142478 calls/s
# tcp tx:   1064 MB/s    18055 calls/s  18055 msg/s
# tcp rx:   1065 MB/s   133715 calls/s
# tcp tx:    974 MB/s    16530 calls/s  16530 msg/s
# tcp rx:    975 MB/s   132448 calls/s
# tcp tx:    972 MB/s    16493 calls/s  16493 msg/s
# udp gso - over veth touching data
# udp rx:   1139 MB/s   811392 calls/s
# udp tx:   1169 MB/s    19836 calls/s  19836 msg/s
# udp rx:   1296 MB/s   923315 calls/s
# udp tx:   1297 MB/s    22003 calls/s  22003 msg/s
# udp rx:   1296 MB/s   923731 calls/s
# udp tx:   1297 MB/s    22003 calls/s  22003 msg/s
# udp rx:   1295 MB/s   923076 calls/s
# udp tx:   1296 MB/s    21993 calls/s  21993 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1104 MB/s   787111 calls/s
# udp tx:   1139 MB/s    19333 calls/s  19333 msg/s
# udp rx:   1258 MB/s   896164 calls/s
# udp tx:   1260 MB/s    21385 calls/s  21385 msg/s
# udp rx:   1149 MB/s   818729 calls/s
# udp tx:   1144 MB/s    19403 calls/s  19403 msg/s
# udp rx:    699 MB/s   498532 calls/s
# udp tx:    696 MB/s    11808 calls/s  11808 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    671 MB/s    11388 calls/s  11388 msg/s
# tcp rx:    674 MB/s    88023 calls/s
# tcp tx:    690 MB/s    11719 calls/s  11719 msg/s
# tcp rx:    691 MB/s    84328 calls/s
# tcp tx:    678 MB/s    11505 calls/s  11505 msg/s
# tcp rx:    679 MB/s    84674 calls/s
# tcp tx:    704 MB/s    11947 calls/s  11947 msg/s
# udp gso - over veth touching data
# udp rx:    657 MB/s   479703 calls/s
# udp tx:    675 MB/s    11461 calls/s  11461 msg/s
# udp rx:    652 MB/s   475709 calls/s
# udp tx:    652 MB/s    11067 calls/s  11067 msg/s
# udp rx:    709 MB/s   517335 calls/s
# udp tx:    710 MB/s    12058 calls/s  12058 msg/s
# udp rx:    706 MB/s   515599 calls/s
# udp tx:    707 MB/s    11998 calls/s  11998 msg/s
# udp gso and gro - over veth touching data
# udp rx:    656 MB/s   478902 calls/s
# udp tx:    671 MB/s    11387 calls/s  11387 msg/s
# udp rx:    699 MB/s   510059 calls/s
# udp tx:    699 MB/s    11859 calls/s  11859 msg/s
# udp rx:    710 MB/s   518135 calls/s
# udp tx:    710 MB/s    12059 calls/s  12059 msg/s
# udp rx:    710 MB/s   518195 calls/s
# udp tx:    727 MB/s    12341 calls/s  12341 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__->