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:   1892 MB/s    32094 calls/s  32094 msg/s
# tcp rx:   1894 MB/s    70779 calls/s
# tcp tx:   1635 MB/s    27744 calls/s  27744 msg/s
# tcp rx:   1638 MB/s    66548 calls/s
# tcp tx:   1750 MB/s    29689 calls/s  29689 msg/s
# tcp rx:   1751 MB/s    71312 calls/s
# tcp tx:   1727 MB/s    29292 calls/s  29292 msg/s
# udp gso - over veth touching data
# udp rx:   1125 MB/s   802043 calls/s
# udp tx:   1156 MB/s    19621 calls/s  19621 msg/s
# udp rx:   1197 MB/s   852695 calls/s
# udp tx:   1197 MB/s    20318 calls/s  20318 msg/s
# udp rx:   1202 MB/s   856502 calls/s
# udp tx:   1203 MB/s    20408 calls/s  20408 msg/s
# udp rx:   1197 MB/s   852687 calls/s
# udp tx:   1197 MB/s    20305 calls/s  20305 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1679 MB/s    28483 calls/s
# udp tx:   1726 MB/s    29281 calls/s  29281 msg/s
# udp rx:   1825 MB/s    30962 calls/s
# udp tx:   1824 MB/s    30937 calls/s  30937 msg/s
# udp rx:   1255 MB/s    21292 calls/s
# udp tx:   1234 MB/s    20942 calls/s  20942 msg/s
# udp rx:   1591 MB/s    27000 calls/s
# udp tx:   1608 MB/s    27278 calls/s  27278 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1700 MB/s    28848 calls/s  28848 msg/s
# tcp rx:   1702 MB/s    69913 calls/s
# tcp tx:   1683 MB/s    28552 calls/s  28552 msg/s
# tcp rx:   1685 MB/s    73703 calls/s
# tcp tx:   1724 MB/s    29248 calls/s  29248 msg/s
# tcp rx:   1726 MB/s    71217 calls/s
# tcp tx:   1588 MB/s    26942 calls/s  26942 msg/s
# udp gso - over veth touching data
# udp rx:    598 MB/s   436293 calls/s
# udp tx:    613 MB/s    10401 calls/s  10401 msg/s
# udp rx:    618 MB/s   450744 calls/s
# udp tx:    618 MB/s    10485 calls/s  10485 msg/s
# udp rx:    602 MB/s   439218 calls/s
# udp tx:    601 MB/s    10206 calls/s  10206 msg/s
# udp rx:    616 MB/s   449452 calls/s
# udp tx:    617 MB/s    10472 calls/s  10472 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1664 MB/s    28225 calls/s
# udp tx:   1714 MB/s    29073 calls/s  29073 msg/s
# udp rx:   1767 MB/s    29975 calls/s
# udp tx:   1768 MB/s    29988 calls/s  29988 msg/s
# udp rx:   1736 MB/s    29456 calls/s
# udp tx:   1729 MB/s    29334 calls/s  29334 msg/s
# udp rx:   1341 MB/s    22750 calls/s
# udp tx:   1765 MB/s    29942 calls/s  29942 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__->