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:    761 MB/s    12912 calls/s  12912 msg/s
# tcp rx:    761 MB/s    90505 calls/s
# tcp tx:    761 MB/s    12911 calls/s  12911 msg/s
# tcp rx:    761 MB/s    89311 calls/s
# tcp tx:    736 MB/s    12495 calls/s  12495 msg/s
# tcp rx:    737 MB/s    88316 calls/s
# tcp tx:    730 MB/s    12390 calls/s  12390 msg/s
# udp gso - over veth touching data
# udp rx:    619 MB/s   440985 calls/s
# udp tx:    639 MB/s    10845 calls/s  10845 msg/s
# udp rx:    676 MB/s   481996 calls/s
# udp tx:    676 MB/s    11478 calls/s  11478 msg/s
# udp rx:    695 MB/s   495343 calls/s
# udp tx:    711 MB/s    12073 calls/s  12073 msg/s
# udp rx:    663 MB/s   472891 calls/s
# udp tx:    664 MB/s    11262 calls/s  11262 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1155 MB/s   823443 calls/s
# udp tx:   1176 MB/s    19960 calls/s  19960 msg/s
# udp rx:   1028 MB/s   732871 calls/s
# udp tx:   1024 MB/s    17368 calls/s  17368 msg/s
# udp rx:    639 MB/s   455369 calls/s
# udp tx:    633 MB/s    10751 calls/s  10751 msg/s
# udp rx:    658 MB/s   468845 calls/s
# udp tx:    663 MB/s    11246 calls/s  11246 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1128 MB/s    19139 calls/s  19139 msg/s
# tcp rx:   1128 MB/s   140195 calls/s
# tcp tx:   1105 MB/s    18754 calls/s  18754 msg/s
# tcp rx:   1105 MB/s   136834 calls/s
# tcp tx:   1076 MB/s    18256 calls/s  18256 msg/s
# tcp rx:   1077 MB/s   136056 calls/s
# tcp tx:   1040 MB/s    17650 calls/s  17650 msg/s
# udp gso - over veth touching data
# udp rx:   1216 MB/s   887098 calls/s
# udp tx:   1257 MB/s    21324 calls/s  21324 msg/s
# udp rx:   1256 MB/s   916499 calls/s
# udp tx:   1259 MB/s    21358 calls/s  21358 msg/s
# udp rx:   1287 MB/s   938752 calls/s
# udp tx:   1290 MB/s    21887 calls/s  21887 msg/s
# udp rx:   1267 MB/s   924401 calls/s
# udp tx:   1268 MB/s    21521 calls/s  21521 msg/s
# udp gso and gro - over veth touching data
# udp rx:    665 MB/s   485201 calls/s
# udp tx:    685 MB/s    11621 calls/s  11621 msg/s
# udp rx:    697 MB/s   508510 calls/s
# udp tx:    695 MB/s    11793 calls/s  11793 msg/s
# udp rx:   1034 MB/s   754624 calls/s
# udp tx:   1051 MB/s    17826 calls/s  17826 msg/s
# udp rx:   1158 MB/s   844760 calls/s
# udp tx:   1164 MB/s    19746 calls/s  19746 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__->