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:    837 MB/s    14197 calls/s  14197 msg/s
# tcp rx:    840 MB/s    92824 calls/s
# tcp tx:    769 MB/s    13053 calls/s  13053 msg/s
# tcp rx:    769 MB/s    87011 calls/s
# tcp tx:    769 MB/s    13048 calls/s  13048 msg/s
# tcp rx:    770 MB/s    87689 calls/s
# tcp tx:    765 MB/s    12981 calls/s  12981 msg/s
# udp gso - over veth touching data
# udp rx:   1170 MB/s   833656 calls/s
# udp tx:   1213 MB/s    20587 calls/s  20587 msg/s
# udp rx:    743 MB/s   529833 calls/s
# udp tx:    742 MB/s    12587 calls/s  12587 msg/s
# udp rx:    679 MB/s   483888 calls/s
# udp tx:    678 MB/s    11512 calls/s  11512 msg/s
# udp rx:    640 MB/s   455907 calls/s
# udp tx:    639 MB/s    10840 calls/s  10840 msg/s
# udp gso and gro - over veth touching data
# udp rx:    599 MB/s   426945 calls/s
# udp tx:    621 MB/s    10545 calls/s  10545 msg/s
# udp rx:    666 MB/s   474731 calls/s
# udp tx:    665 MB/s    11290 calls/s  11290 msg/s
# udp rx:    667 MB/s   475553 calls/s
# udp tx:    667 MB/s    11315 calls/s  11315 msg/s
# udp rx:    666 MB/s   474850 calls/s
# udp tx:    665 MB/s    11295 calls/s  11295 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1191 MB/s    20201 calls/s  20201 msg/s
# tcp rx:   1192 MB/s   129329 calls/s
# tcp tx:   1105 MB/s    18745 calls/s  18745 msg/s
# tcp rx:   1106 MB/s   127320 calls/s
# tcp tx:   1054 MB/s    17879 calls/s  17879 msg/s
# tcp rx:   1055 MB/s   126591 calls/s
# tcp tx:   1125 MB/s    19091 calls/s  19091 msg/s
# udp gso - over veth touching data
# udp rx:   1201 MB/s   876008 calls/s
# udp tx:   1239 MB/s    21021 calls/s  21021 msg/s
# udp rx:   1255 MB/s   915700 calls/s
# udp tx:   1250 MB/s    21206 calls/s  21206 msg/s
# udp rx:   1115 MB/s   813828 calls/s
# udp tx:   1116 MB/s    18944 calls/s  18944 msg/s
# udp rx:   1183 MB/s   862962 calls/s
# udp tx:   1183 MB/s    20075 calls/s  20075 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1105 MB/s   806177 calls/s
# udp tx:   1139 MB/s    19329 calls/s  19329 msg/s
# udp rx:   1206 MB/s   879765 calls/s
# udp tx:   1204 MB/s    20432 calls/s  20432 msg/s
# udp rx:   1223 MB/s   892154 calls/s
# udp tx:   1223 MB/s    20759 calls/s  20759 msg/s
# udp rx:   1253 MB/s   913920 calls/s
# udp tx:   1252 MB/s    21245 calls/s  21245 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__->