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:    861 MB/s    14606 calls/s  14606 msg/s
# tcp rx:    861 MB/s   156607 calls/s
# tcp tx:    847 MB/s    14375 calls/s  14375 msg/s
# tcp rx:    859 MB/s   141584 calls/s
# tcp tx:    826 MB/s    14015 calls/s  14015 msg/s
# tcp rx:    827 MB/s   144013 calls/s
# tcp tx:    772 MB/s    13104 calls/s  13104 msg/s
# udp gso - over veth touching data
# udp rx:   1144 MB/s   815145 calls/s
# udp tx:   1175 MB/s    19943 calls/s  19943 msg/s
# udp rx:    974 MB/s   693970 calls/s
# udp tx:    960 MB/s    16284 calls/s  16284 msg/s
# udp rx:    660 MB/s   470681 calls/s
# udp tx:    660 MB/s    11197 calls/s  11197 msg/s
# udp rx:    661 MB/s   471100 calls/s
# udp tx:    660 MB/s    11210 calls/s  11210 msg/s
# udp gso and gro - over veth touching data
# udp rx:    653 MB/s   465660 calls/s
# udp tx:    672 MB/s    11403 calls/s  11403 msg/s
# udp rx:   1048 MB/s   746767 calls/s
# udp tx:   1068 MB/s    18128 calls/s  18128 msg/s
# udp rx:   1222 MB/s   870965 calls/s
# udp tx:   1224 MB/s    20764 calls/s  20764 msg/s
# udp rx:   1228 MB/s   875378 calls/s
# udp tx:   1232 MB/s    20897 calls/s  20897 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    618 MB/s    10496 calls/s  10496 msg/s
# tcp rx:    619 MB/s    80756 calls/s
# tcp tx:    640 MB/s    10868 calls/s  10868 msg/s
# tcp rx:    641 MB/s    80904 calls/s
# tcp tx:    653 MB/s    11082 calls/s  11082 msg/s
# tcp rx:    653 MB/s    81049 calls/s
# tcp tx:    633 MB/s    10744 calls/s  10744 msg/s
# udp gso - over veth touching data
# udp rx:    603 MB/s   440216 calls/s
# udp tx:    623 MB/s    10579 calls/s  10579 msg/s
# udp rx:    648 MB/s   472742 calls/s
# udp tx:    648 MB/s    10998 calls/s  10998 msg/s
# udp rx:    618 MB/s   451298 calls/s
# udp tx:    617 MB/s    10471 calls/s  10471 msg/s
# udp rx:    629 MB/s   459298 calls/s
# udp tx:    629 MB/s    10684 calls/s  10684 msg/s
# udp gso and gro - over veth touching data
# udp rx:    614 MB/s   448269 calls/s
# udp tx:    632 MB/s    10731 calls/s  10731 msg/s
# udp rx:    637 MB/s   465027 calls/s
# udp tx:    636 MB/s    10796 calls/s  10796 msg/s
# udp rx:    616 MB/s   449962 calls/s
# udp tx:    617 MB/s    10470 calls/s  10470 msg/s
# udp rx:    646 MB/s   471230 calls/s
# udp tx:    645 MB/s    10949 calls/s  10949 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__->