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:   1692 MB/s    28703 calls/s  28703 msg/s
# tcp rx:   1693 MB/s    73453 calls/s
# tcp tx:   1543 MB/s    26172 calls/s  26172 msg/s
# tcp rx:   1545 MB/s    65659 calls/s
# tcp tx:   1666 MB/s    28271 calls/s  28271 msg/s
# tcp rx:   1668 MB/s    59509 calls/s
# tcp tx:   1747 MB/s    29631 calls/s  29631 msg/s
# udp gso - over veth touching data
# udp rx:    612 MB/s   436510 calls/s
# udp tx:    631 MB/s    10707 calls/s  10707 msg/s
# udp rx:    630 MB/s   449114 calls/s
# udp tx:    629 MB/s    10684 calls/s  10684 msg/s
# udp rx:    631 MB/s   449613 calls/s
# udp tx:    630 MB/s    10695 calls/s  10695 msg/s
# udp rx:    630 MB/s   448788 calls/s
# udp tx:    629 MB/s    10679 calls/s  10679 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1008 MB/s    17108 calls/s
# udp tx:   1037 MB/s    17602 calls/s  17602 msg/s
# udp rx:   1040 MB/s    17656 calls/s
# udp tx:   1043 MB/s    17705 calls/s  17705 msg/s
# udp rx:   1071 MB/s    18167 calls/s
# udp tx:   1071 MB/s    18178 calls/s  18178 msg/s
# udp rx:   1068 MB/s    18124 calls/s
# udp tx:   1069 MB/s    18139 calls/s  18139 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1717 MB/s    29123 calls/s  29123 msg/s
# tcp rx:   1718 MB/s    72326 calls/s
# tcp tx:   1754 MB/s    29755 calls/s  29755 msg/s
# tcp rx:   1756 MB/s    75030 calls/s
# tcp tx:   1710 MB/s    29018 calls/s  29018 msg/s
# tcp rx:   1712 MB/s    75249 calls/s
# tcp tx:   1674 MB/s    28399 calls/s  28399 msg/s
# udp gso - over veth touching data
# udp rx:    600 MB/s   437747 calls/s
# udp tx:    619 MB/s    10503 calls/s  10503 msg/s
# udp rx:    633 MB/s   461811 calls/s
# udp tx:    633 MB/s    10737 calls/s  10737 msg/s
# udp rx:    635 MB/s   463369 calls/s
# udp tx:    660 MB/s    11203 calls/s  11203 msg/s
# udp rx:    795 MB/s   580249 calls/s
# udp tx:   1277 MB/s    21659 calls/s  21659 msg/s
# udp gso and gro - over veth touching data
# udp rx:    933 MB/s    15839 calls/s
# udp tx:    959 MB/s    16280 calls/s  16280 msg/s
# udp rx:    940 MB/s    15950 calls/s
# udp tx:    939 MB/s    15941 calls/s  15941 msg/s
# udp rx:    960 MB/s    16288 calls/s
# udp tx:    959 MB/s    16272 calls/s  16272 msg/s
# udp rx:    976 MB/s    16562 calls/s
# udp tx:    974 MB/s    16536 calls/s  16536 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__->