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:    637 MB/s    10820 calls/s  10820 msg/s
# tcp rx:    643 MB/s    85348 calls/s
# tcp tx:    687 MB/s    11657 calls/s  11657 msg/s
# tcp rx:    686 MB/s    84629 calls/s
# tcp tx:    691 MB/s    11726 calls/s  11726 msg/s
# tcp rx:    692 MB/s    83991 calls/s
# tcp tx:    693 MB/s    11757 calls/s  11757 msg/s
# udp gso - over veth touching data
# udp rx:    686 MB/s   488703 calls/s
# udp tx:    712 MB/s    12088 calls/s  12088 msg/s
# udp rx:   1222 MB/s   870841 calls/s
# udp tx:   1216 MB/s    20635 calls/s  20635 msg/s
# udp rx:   1277 MB/s   909804 calls/s
# udp tx:   1285 MB/s    21811 calls/s  21811 msg/s
# udp rx:   1257 MB/s   895960 calls/s
# udp tx:   1257 MB/s    21336 calls/s  21336 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1239 MB/s   883301 calls/s
# udp tx:   1271 MB/s    21570 calls/s  21570 msg/s
# udp rx:   1312 MB/s   934647 calls/s
# udp tx:   1313 MB/s    22278 calls/s  22278 msg/s
# udp rx:   1313 MB/s   935387 calls/s
# udp tx:   1310 MB/s    22232 calls/s  22232 msg/s
# udp rx:   1315 MB/s   937341 calls/s
# udp tx:   1314 MB/s    22289 calls/s  22289 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    631 MB/s    10719 calls/s  10719 msg/s
# tcp rx:    632 MB/s    80305 calls/s
# tcp tx:    645 MB/s    10947 calls/s  10947 msg/s
# tcp rx:    646 MB/s    80099 calls/s
# tcp tx:    644 MB/s    10933 calls/s  10933 msg/s
# tcp rx:    645 MB/s    79929 calls/s
# tcp tx:    662 MB/s    11233 calls/s  11233 msg/s
# udp gso - over veth touching data
# udp rx:    612 MB/s   446985 calls/s
# udp tx:    629 MB/s    10674 calls/s  10674 msg/s
# udp rx:    665 MB/s   485028 calls/s
# udp tx:    667 MB/s    11327 calls/s  11327 msg/s
# udp rx:    640 MB/s   467084 calls/s
# udp tx:    643 MB/s    10908 calls/s  10908 msg/s
# udp rx:    633 MB/s   461766 calls/s
# udp tx:    630 MB/s    10694 calls/s  10694 msg/s
# udp gso and gro - over veth touching data
# udp rx:    658 MB/s   480162 calls/s
# udp tx:    674 MB/s    11441 calls/s  11441 msg/s
# udp rx:    696 MB/s   507673 calls/s
# udp tx:    696 MB/s    11813 calls/s  11813 msg/s
# udp rx:    663 MB/s   484257 calls/s
# udp tx:    667 MB/s    11328 calls/s  11328 msg/s
# udp rx:    702 MB/s   512066 calls/s
# udp tx:    705 MB/s    11971 calls/s  11971 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__->