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:   1403 MB/s    23799 calls/s  23799 msg/s
# tcp rx:   1404 MB/s    56991 calls/s
# tcp tx:   1645 MB/s    27916 calls/s  27916 msg/s
# tcp rx:   1647 MB/s    68734 calls/s
# tcp tx:   1650 MB/s    27988 calls/s  27988 msg/s
# tcp rx:   1651 MB/s    65977 calls/s
# tcp tx:   1701 MB/s    28860 calls/s  28860 msg/s
# udp gso - over veth touching data
# udp rx:    563 MB/s   401114 calls/s
# udp tx:    579 MB/s     9829 calls/s   9829 msg/s
# udp rx:    565 MB/s   402637 calls/s
# udp tx:    567 MB/s     9626 calls/s   9626 msg/s
# udp rx:    627 MB/s   447224 calls/s
# udp tx:    627 MB/s    10640 calls/s  10640 msg/s
# udp rx:    629 MB/s   448592 calls/s
# udp tx:    629 MB/s    10671 calls/s  10671 msg/s
# udp gso and gro - over veth touching data
# udp rx:    884 MB/s    15008 calls/s
# udp tx:    910 MB/s    15444 calls/s  15444 msg/s
# udp rx:    982 MB/s    16672 calls/s
# udp tx:    983 MB/s    16675 calls/s  16675 msg/s
# udp rx:    950 MB/s    16129 calls/s
# udp tx:    945 MB/s    16029 calls/s  16029 msg/s
# udp rx:    944 MB/s    16024 calls/s
# udp tx:    948 MB/s    16093 calls/s  16093 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1321 MB/s    22419 calls/s  22419 msg/s
# tcp rx:   1322 MB/s    59159 calls/s
# tcp tx:   1341 MB/s    22756 calls/s  22756 msg/s
# tcp rx:   1343 MB/s    59695 calls/s
# tcp tx:   1300 MB/s    22050 calls/s  22050 msg/s
# tcp rx:   1301 MB/s    57918 calls/s
# tcp tx:   1355 MB/s    22995 calls/s  22995 msg/s
# udp gso - over veth touching data
# udp rx:    979 MB/s   714140 calls/s
# udp tx:   1014 MB/s    17207 calls/s  17207 msg/s
# udp rx:   1141 MB/s   832394 calls/s
# udp tx:   1141 MB/s    19360 calls/s  19360 msg/s
# udp rx:   1165 MB/s   849931 calls/s
# udp tx:   1163 MB/s    19741 calls/s  19741 msg/s
# udp rx:   1156 MB/s   843293 calls/s
# udp tx:   1155 MB/s    19597 calls/s  19597 msg/s
# udp gso and gro - over veth touching data
# udp rx:    828 MB/s    14053 calls/s
# udp tx:    848 MB/s    14392 calls/s  14392 msg/s
# udp rx:    908 MB/s    15409 calls/s
# udp tx:    919 MB/s    15591 calls/s  15591 msg/s
# udp rx:    956 MB/s    16221 calls/s
# udp tx:    959 MB/s    16282 calls/s  16282 msg/s
# udp rx:    958 MB/s    16252 calls/s
# udp tx:    959 MB/s    16272 calls/s  16272 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__->