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:    861 MB/s    14619 calls/s  14619 msg/s
# tcp rx:    862 MB/s    95831 calls/s
# tcp tx:    840 MB/s    14255 calls/s  14255 msg/s
# tcp rx:    840 MB/s    94828 calls/s
# tcp tx:    828 MB/s    14048 calls/s  14048 msg/s
# tcp rx:    829 MB/s    94825 calls/s
# tcp tx:    831 MB/s    14096 calls/s  14096 msg/s
# udp gso - over veth touching data
# udp rx:   1170 MB/s   833988 calls/s
# udp tx:   1208 MB/s    20497 calls/s  20497 msg/s
# udp rx:   1284 MB/s   914870 calls/s
# udp tx:   1287 MB/s    21839 calls/s  21839 msg/s
# udp rx:   1293 MB/s   921656 calls/s
# udp tx:   1297 MB/s    22001 calls/s  22001 msg/s
# udp rx:   1320 MB/s   940348 calls/s
# udp tx:   1322 MB/s    22438 calls/s  22438 msg/s
# udp gso and gro - over veth touching data
# udp rx:    674 MB/s   480472 calls/s
# udp tx:    694 MB/s    11786 calls/s  11786 msg/s
# udp rx:    732 MB/s   521524 calls/s
# udp tx:    731 MB/s    12408 calls/s  12408 msg/s
# udp rx:    726 MB/s   517842 calls/s
# udp tx:    726 MB/s    12324 calls/s  12324 msg/s
# udp rx:    726 MB/s   517382 calls/s
# udp tx:    726 MB/s    12315 calls/s  12315 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    701 MB/s    11897 calls/s  11897 msg/s
# tcp rx:    707 MB/s    84713 calls/s
# tcp tx:    705 MB/s    11962 calls/s  11962 msg/s
# tcp rx:    704 MB/s    82471 calls/s
# tcp tx:    685 MB/s    11626 calls/s  11626 msg/s
# tcp rx:    686 MB/s    81713 calls/s
# tcp tx:    797 MB/s    13532 calls/s  13532 msg/s
# udp gso - over veth touching data
# udp rx:   1178 MB/s   859414 calls/s
# udp tx:   1209 MB/s    20514 calls/s  20514 msg/s
# udp rx:   1243 MB/s   906776 calls/s
# udp tx:   1242 MB/s    21071 calls/s  21071 msg/s
# udp rx:   1256 MB/s   916424 calls/s
# udp tx:   1256 MB/s    21308 calls/s  21308 msg/s
# udp rx:   1256 MB/s   916218 calls/s
# udp tx:   1256 MB/s    21311 calls/s  21311 msg/s
# udp gso and gro - over veth touching data
# udp rx:    831 MB/s   606711 calls/s
# udp tx:    850 MB/s    14422 calls/s  14422 msg/s
# udp rx:    591 MB/s   431535 calls/s
# udp tx:    595 MB/s    10095 calls/s  10095 msg/s
# udp rx:    610 MB/s   445532 calls/s
# udp tx:    613 MB/s    10401 calls/s  10401 msg/s
# udp rx:    612 MB/s   446910 calls/s
# udp tx:    615 MB/s    10437 calls/s  10437 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__->