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:    860 MB/s    14599 calls/s  14599 msg/s
# tcp rx:    861 MB/s   147060 calls/s
# tcp tx:    806 MB/s    13681 calls/s  13681 msg/s
# tcp rx:    807 MB/s   143449 calls/s
# tcp tx:    826 MB/s    14024 calls/s  14024 msg/s
# tcp rx:    827 MB/s   150504 calls/s
# tcp tx:    856 MB/s    14529 calls/s  14529 msg/s
# udp gso - over veth touching data
# udp rx:   1213 MB/s   864242 calls/s
# udp tx:   1240 MB/s    21041 calls/s  21041 msg/s
# udp rx:   1272 MB/s   906350 calls/s
# udp tx:   1274 MB/s    21620 calls/s  21620 msg/s
# udp rx:   1276 MB/s   909186 calls/s
# udp tx:   1278 MB/s    21682 calls/s  21682 msg/s
# udp rx:   1276 MB/s   909560 calls/s
# udp tx:   1279 MB/s    21694 calls/s  21694 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1187 MB/s   845567 calls/s
# udp tx:   1213 MB/s    20574 calls/s  20574 msg/s
# udp rx:   1215 MB/s   866209 calls/s
# udp tx:   1215 MB/s    20621 calls/s  20621 msg/s
# udp rx:   1246 MB/s   888148 calls/s
# udp tx:   1244 MB/s    21115 calls/s  21115 msg/s
# udp rx:   1283 MB/s   914568 calls/s
# udp tx:   1284 MB/s    21789 calls/s  21789 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    849 MB/s    14412 calls/s  14412 msg/s
# tcp rx:    850 MB/s   145552 calls/s
# tcp tx:    841 MB/s    14269 calls/s  14269 msg/s
# tcp rx:    842 MB/s   136923 calls/s
# tcp tx:    834 MB/s    14148 calls/s  14148 msg/s
# tcp rx:    834 MB/s   149998 calls/s
# tcp tx:    832 MB/s    14121 calls/s  14121 msg/s
# udp gso - over veth touching data
# udp rx:    653 MB/s   476358 calls/s
# udp tx:    672 MB/s    11411 calls/s  11411 msg/s
# udp rx:    690 MB/s   503741 calls/s
# udp tx:    690 MB/s    11708 calls/s  11708 msg/s
# udp rx:    689 MB/s   502987 calls/s
# udp tx:    689 MB/s    11695 calls/s  11695 msg/s
# udp rx:    691 MB/s   503998 calls/s
# udp tx:    690 MB/s    11713 calls/s  11713 msg/s
# udp gso and gro - over veth touching data
# udp rx:    575 MB/s   419486 calls/s
# udp tx:    587 MB/s     9960 calls/s   9960 msg/s
# udp rx:    620 MB/s   452584 calls/s
# udp tx:    620 MB/s    10526 calls/s  10526 msg/s
# udp rx:    624 MB/s   455664 calls/s
# udp tx:    623 MB/s    10579 calls/s  10579 msg/s
# udp rx:    581 MB/s   424316 calls/s
# udp tx:    581 MB/s     9860 calls/s   9860 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__->