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:   1477 MB/s    25057 calls/s  25057 msg/s
# tcp rx:   1479 MB/s    63440 calls/s
# tcp tx:   1540 MB/s    26133 calls/s  26133 msg/s
# tcp rx:   1544 MB/s    63240 calls/s
# tcp tx:   1352 MB/s    22945 calls/s  22945 msg/s
# tcp rx:   1352 MB/s    53244 calls/s
# tcp tx:   1440 MB/s    24427 calls/s  24427 msg/s
# udp gso - over veth touching data
# udp rx:   1116 MB/s   794986 calls/s
# udp tx:   1165 MB/s    19764 calls/s  19764 msg/s
# udp rx:   1212 MB/s   863606 calls/s
# udp tx:   1209 MB/s    20510 calls/s  20510 msg/s
# udp rx:   1181 MB/s   841769 calls/s
# udp tx:   1181 MB/s    20040 calls/s  20040 msg/s
# udp rx:   1182 MB/s   842660 calls/s
# udp tx:   1181 MB/s    20047 calls/s  20047 msg/s
# udp gso and gro - over veth touching data
# udp rx:    979 MB/s    16613 calls/s
# udp tx:   1016 MB/s    17238 calls/s  17238 msg/s
# udp rx:   1031 MB/s    17492 calls/s
# udp tx:   1033 MB/s    17532 calls/s  17532 msg/s
# udp rx:   1049 MB/s    17802 calls/s
# udp tx:   1051 MB/s    17840 calls/s  17840 msg/s
# udp rx:    901 MB/s    15297 calls/s
# udp tx:    909 MB/s    15426 calls/s  15426 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1225 MB/s    20787 calls/s  20787 msg/s
# tcp rx:   1228 MB/s    49935 calls/s
# tcp tx:   1135 MB/s    19260 calls/s  19260 msg/s
# tcp rx:   1137 MB/s    47765 calls/s
# tcp tx:   1432 MB/s    24296 calls/s  24296 msg/s
# tcp rx:   1435 MB/s    54054 calls/s
# tcp tx:   1460 MB/s    24767 calls/s  24767 msg/s
# udp gso - over veth touching data
# udp rx:    613 MB/s   447793 calls/s
# udp tx:    633 MB/s    10745 calls/s  10745 msg/s
# udp rx:    649 MB/s   473457 calls/s
# udp tx:    652 MB/s    11068 calls/s  11068 msg/s
# udp rx:    648 MB/s   472748 calls/s
# udp tx:    667 MB/s    11324 calls/s  11324 msg/s
# udp rx:    539 MB/s   393143 calls/s
# udp tx:   1334 MB/s    22636 calls/s  22636 msg/s
# udp gso and gro - over veth touching data
# udp rx:    838 MB/s    14222 calls/s
# udp tx:    867 MB/s    14717 calls/s  14717 msg/s
# udp rx:    877 MB/s    14884 calls/s
# udp tx:    879 MB/s    14917 calls/s  14917 msg/s
# udp rx:    884 MB/s    14995 calls/s
# udp tx:    887 MB/s    15059 calls/s  15059 msg/s
# udp rx:    917 MB/s    15553 calls/s
# udp tx:    934 MB/s    15857 calls/s  15857 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__->