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:    847 MB/s    14376 calls/s  14376 msg/s
# tcp rx:    848 MB/s   153791 calls/s
# tcp tx:    848 MB/s    14391 calls/s  14391 msg/s
# tcp rx:    849 MB/s   151736 calls/s
# tcp tx:    882 MB/s    14964 calls/s  14964 msg/s
# tcp rx:    887 MB/s   139284 calls/s
# tcp tx:    835 MB/s    14165 calls/s  14165 msg/s
# udp gso - over veth touching data
# udp rx:   1256 MB/s   895282 calls/s
# udp tx:   1281 MB/s    21736 calls/s  21736 msg/s
# udp rx:   1287 MB/s   917191 calls/s
# udp tx:   1288 MB/s    21852 calls/s  21852 msg/s
# udp rx:   1334 MB/s   950480 calls/s
# udp tx:   1334 MB/s    22633 calls/s  22633 msg/s
# udp rx:   1282 MB/s   913601 calls/s
# udp tx:   1282 MB/s    21756 calls/s  21756 msg/s
# udp gso and gro - over veth touching data
# udp rx:    686 MB/s   489072 calls/s
# udp tx:    705 MB/s    11960 calls/s  11960 msg/s
# udp rx:    688 MB/s   490158 calls/s
# udp tx:    685 MB/s    11628 calls/s  11628 msg/s
# udp rx:    677 MB/s   482751 calls/s
# udp tx:    677 MB/s    11496 calls/s  11496 msg/s
# udp rx:    685 MB/s   488330 calls/s
# udp tx:    685 MB/s    11620 calls/s  11620 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    638 MB/s    10836 calls/s  10836 msg/s
# tcp rx:    639 MB/s    81136 calls/s
# tcp tx:    663 MB/s    11247 calls/s  11247 msg/s
# tcp rx:    663 MB/s    80415 calls/s
# tcp tx:    664 MB/s    11274 calls/s  11274 msg/s
# tcp rx:    665 MB/s    80551 calls/s
# tcp tx:    666 MB/s    11297 calls/s  11297 msg/s
# udp gso - over veth touching data
# udp rx:    637 MB/s   464573 calls/s
# udp tx:    653 MB/s    11090 calls/s  11090 msg/s
# udp rx:    662 MB/s   483399 calls/s
# udp tx:    663 MB/s    11252 calls/s  11252 msg/s
# udp rx:    657 MB/s   479776 calls/s
# udp tx:    658 MB/s    11163 calls/s  11163 msg/s
# udp rx:    665 MB/s   485357 calls/s
# udp tx:    666 MB/s    11299 calls/s  11299 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1149 MB/s   838327 calls/s
# udp tx:   1185 MB/s    20102 calls/s  20102 msg/s
# udp rx:   1137 MB/s   829518 calls/s
# udp tx:   1132 MB/s    19216 calls/s  19216 msg/s
# udp rx:    664 MB/s   484784 calls/s
# udp tx:    664 MB/s    11273 calls/s  11273 msg/s
# udp rx:    666 MB/s   486283 calls/s
# udp tx:    666 MB/s    11298 calls/s  11298 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__->