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:   1078 MB/s    18292 calls/s  18292 msg/s
# tcp rx:   1079 MB/s   136067 calls/s
# tcp tx:   1008 MB/s    17108 calls/s  17108 msg/s
# tcp rx:   1015 MB/s   128344 calls/s
# tcp tx:    962 MB/s    16333 calls/s  16333 msg/s
# tcp rx:    985 MB/s   125930 calls/s
# tcp tx:   1067 MB/s    18105 calls/s  18105 msg/s
# udp gso - over veth touching data
# udp rx:   1249 MB/s   890301 calls/s
# udp tx:   1284 MB/s    21789 calls/s  21789 msg/s
# udp rx:   1288 MB/s   917537 calls/s
# udp tx:   1290 MB/s    21894 calls/s  21894 msg/s
# udp rx:   1279 MB/s   911304 calls/s
# udp tx:   1281 MB/s    21743 calls/s  21743 msg/s
# udp rx:   1303 MB/s   928777 calls/s
# udp tx:   1305 MB/s    22150 calls/s  22150 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1225 MB/s   872729 calls/s
# udp tx:   1259 MB/s    21357 calls/s  21357 msg/s
# udp rx:   1274 MB/s   907861 calls/s
# udp tx:   1274 MB/s    21608 calls/s  21608 msg/s
# udp rx:   1272 MB/s   906582 calls/s
# udp tx:   1273 MB/s    21591 calls/s  21591 msg/s
# udp rx:   1267 MB/s   903198 calls/s
# udp tx:   1267 MB/s    21490 calls/s  21490 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    758 MB/s    12871 calls/s  12871 msg/s
# tcp rx:    759 MB/s    89998 calls/s
# tcp tx:    685 MB/s    11619 calls/s  11619 msg/s
# tcp rx:    685 MB/s    86622 calls/s
# tcp tx:    675 MB/s    11459 calls/s  11459 msg/s
# tcp rx:    675 MB/s    86259 calls/s
# tcp tx:    663 MB/s    11254 calls/s  11254 msg/s
# udp gso - over veth touching data
# udp rx:   1047 MB/s   763608 calls/s
# udp tx:   1080 MB/s    18323 calls/s  18323 msg/s
# udp rx:   1068 MB/s   779002 calls/s
# udp tx:   1057 MB/s    17928 calls/s  17928 msg/s
# udp rx:    611 MB/s   445925 calls/s
# udp tx:    609 MB/s    10338 calls/s  10338 msg/s
# udp rx:    750 MB/s   547055 calls/s
# udp tx:    771 MB/s    13083 calls/s  13083 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1225 MB/s   893878 calls/s
# udp tx:   1259 MB/s    21369 calls/s  21369 msg/s
# udp rx:   1248 MB/s   910312 calls/s
# udp tx:   1241 MB/s    21063 calls/s  21063 msg/s
# udp rx:   1227 MB/s   895534 calls/s
# udp tx:   1234 MB/s    20931 calls/s  20931 msg/s
# udp rx:   1248 MB/s   910856 calls/s
# udp tx:   1248 MB/s    21176 calls/s  21176 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__->