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:   1128 MB/s    19141 calls/s  19141 msg/s
# tcp rx:   1143 MB/s   139024 calls/s
# tcp tx:   1070 MB/s    18157 calls/s  18157 msg/s
# tcp rx:   1077 MB/s   127918 calls/s
# tcp tx:   1081 MB/s    18343 calls/s  18343 msg/s
# tcp rx:   1084 MB/s   126384 calls/s
# tcp tx:   1094 MB/s    18560 calls/s  18560 msg/s
# udp gso - over veth touching data
# udp rx:    839 MB/s   597669 calls/s
# udp tx:    857 MB/s    14539 calls/s  14539 msg/s
# udp rx:    655 MB/s   466918 calls/s
# udp tx:    656 MB/s    11143 calls/s  11143 msg/s
# udp rx:    662 MB/s   472182 calls/s
# udp tx:    663 MB/s    11255 calls/s  11255 msg/s
# udp rx:    725 MB/s   516607 calls/s
# udp tx:    724 MB/s    12288 calls/s  12288 msg/s
# udp gso and gro - over veth touching data
# udp rx:    727 MB/s   518378 calls/s
# udp tx:    748 MB/s    12688 calls/s  12688 msg/s
# udp rx:    742 MB/s   529142 calls/s
# udp tx:    743 MB/s    12610 calls/s  12610 msg/s
# udp rx:    731 MB/s   521217 calls/s
# udp tx:    733 MB/s    12445 calls/s  12445 msg/s
# udp rx:    750 MB/s   534837 calls/s
# udp tx:    752 MB/s    12758 calls/s  12758 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1088 MB/s    18467 calls/s  18467 msg/s
# tcp rx:   1162 MB/s   137849 calls/s
# tcp tx:   1147 MB/s    19464 calls/s  19464 msg/s
# tcp rx:   1248 MB/s    94463 calls/s
# tcp tx:    803 MB/s    13635 calls/s  13635 msg/s
# tcp rx:    718 MB/s    84140 calls/s
# tcp tx:    696 MB/s    11820 calls/s  11820 msg/s
# udp gso - over veth touching data
# udp rx:   1241 MB/s   905570 calls/s
# udp tx:   1275 MB/s    21637 calls/s  21637 msg/s
# udp rx:   1270 MB/s   926252 calls/s
# udp tx:   1270 MB/s    21546 calls/s  21546 msg/s
# udp rx:   1262 MB/s   921090 calls/s
# udp tx:   1262 MB/s    21410 calls/s  21410 msg/s
# udp rx:   1218 MB/s   888986 calls/s
# udp tx:   1218 MB/s    20675 calls/s  20675 msg/s
# udp gso and gro - over veth touching data
# udp rx:    602 MB/s   439519 calls/s
# udp tx:    620 MB/s    10529 calls/s  10529 msg/s
# udp rx:    612 MB/s   446925 calls/s
# udp tx:    613 MB/s    10405 calls/s  10405 msg/s
# udp rx:    625 MB/s   456190 calls/s
# udp tx:    626 MB/s    10622 calls/s  10622 msg/s
# udp rx:    614 MB/s   448142 calls/s
# udp tx:    615 MB/s    10436 calls/s  10436 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__->