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:   1649 MB/s    27983 calls/s  27983 msg/s
# tcp rx:   1651 MB/s    70535 calls/s
# tcp tx:   1661 MB/s    28180 calls/s  28180 msg/s
# tcp rx:   1663 MB/s    74448 calls/s
# tcp tx:   1661 MB/s    28172 calls/s  28172 msg/s
# tcp rx:   1662 MB/s    74630 calls/s
# tcp tx:   1682 MB/s    28543 calls/s  28543 msg/s
# udp gso - over veth touching data
# udp rx:   1177 MB/s   839084 calls/s
# udp tx:   1204 MB/s    20433 calls/s  20433 msg/s
# udp rx:   1202 MB/s   856805 calls/s
# udp tx:   1204 MB/s    20427 calls/s  20427 msg/s
# udp rx:   1181 MB/s   841813 calls/s
# udp tx:   1181 MB/s    20047 calls/s  20047 msg/s
# udp rx:   1159 MB/s   826117 calls/s
# udp tx:   1161 MB/s    19695 calls/s  19695 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1641 MB/s    27356 calls/s
# udp tx:   1695 MB/s    28756 calls/s  28756 msg/s
# udp rx:   1611 MB/s    26742 calls/s
# udp tx:   1604 MB/s    27217 calls/s  27217 msg/s
# udp rx:   1810 MB/s    30598 calls/s
# udp tx:   1814 MB/s    30769 calls/s  30769 msg/s
# udp rx:   1822 MB/s    30912 calls/s
# udp tx:   1819 MB/s    30866 calls/s  30866 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1767 MB/s    29979 calls/s  29979 msg/s
# tcp rx:   1770 MB/s    72244 calls/s
# tcp tx:   1700 MB/s    28841 calls/s  28841 msg/s
# tcp rx:   1702 MB/s    74092 calls/s
# tcp tx:   1795 MB/s    30449 calls/s  30449 msg/s
# tcp rx:   1797 MB/s    73291 calls/s
# tcp tx:   1858 MB/s    31518 calls/s  31518 msg/s
# udp gso - over veth touching data
# udp rx:    563 MB/s   410961 calls/s
# udp tx:    576 MB/s     9776 calls/s   9776 msg/s
# udp rx:    563 MB/s   410948 calls/s
# udp tx:    576 MB/s     9772 calls/s   9772 msg/s
# udp rx:    605 MB/s   441640 calls/s
# udp tx:    604 MB/s    10260 calls/s  10260 msg/s
# udp rx:    606 MB/s   442599 calls/s
# udp tx:    605 MB/s    10278 calls/s  10278 msg/s
# udp gso and gro - over veth touching data
# udp rx:    988 MB/s    16763 calls/s
# udp tx:   1014 MB/s    17205 calls/s  17205 msg/s
# udp rx:   1500 MB/s    25448 calls/s
# udp tx:   1536 MB/s    26064 calls/s  26064 msg/s
# udp rx:   1677 MB/s    28450 calls/s
# udp tx:   1679 MB/s    28488 calls/s  28488 msg/s
# udp rx:   1623 MB/s    27530 calls/s
# udp tx:   1623 MB/s    27536 calls/s  27536 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__->