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:    872 MB/s    14793 calls/s  14793 msg/s
# tcp rx:    872 MB/s   102471 calls/s
# tcp tx:    812 MB/s    13775 calls/s  13775 msg/s
# tcp rx:    812 MB/s    93605 calls/s
# tcp tx:    801 MB/s    13593 calls/s  13593 msg/s
# tcp rx:    802 MB/s    92604 calls/s
# tcp tx:    795 MB/s    13494 calls/s  13494 msg/s
# udp gso - over veth touching data
# udp rx:    644 MB/s   458930 calls/s
# udp tx:    664 MB/s    11271 calls/s  11271 msg/s
# udp rx:    660 MB/s   470844 calls/s
# udp tx:    660 MB/s    11208 calls/s  11208 msg/s
# udp rx:    657 MB/s   468413 calls/s
# udp tx:    657 MB/s    11145 calls/s  11145 msg/s
# udp rx:    660 MB/s   470715 calls/s
# udp tx:    661 MB/s    11213 calls/s  11213 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1049 MB/s   747843 calls/s
# udp tx:   1080 MB/s    18333 calls/s  18333 msg/s
# udp rx:   1201 MB/s   856051 calls/s
# udp tx:   1217 MB/s    20653 calls/s  20653 msg/s
# udp rx:   1310 MB/s   933640 calls/s
# udp tx:   1311 MB/s    22237 calls/s  22237 msg/s
# udp rx:   1309 MB/s   932847 calls/s
# udp tx:   1309 MB/s    22214 calls/s  22214 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1067 MB/s    18100 calls/s  18100 msg/s
# tcp rx:   1067 MB/s   140963 calls/s
# tcp tx:   1113 MB/s    18880 calls/s  18880 msg/s
# tcp rx:   1114 MB/s   138691 calls/s
# tcp tx:   1096 MB/s    18589 calls/s  18589 msg/s
# tcp rx:   1097 MB/s   129179 calls/s
# tcp tx:   1086 MB/s    18425 calls/s  18425 msg/s
# udp gso - over veth touching data
# udp rx:   1039 MB/s   758229 calls/s
# udp tx:   1077 MB/s    18267 calls/s  18267 msg/s
# udp rx:   1259 MB/s   918586 calls/s
# udp tx:   1258 MB/s    21351 calls/s  21351 msg/s
# udp rx:   1277 MB/s   931634 calls/s
# udp tx:   1276 MB/s    21656 calls/s  21656 msg/s
# udp rx:   1271 MB/s   927436 calls/s
# udp tx:   1270 MB/s    21552 calls/s  21552 msg/s
# udp gso and gro - over veth touching data
# udp rx:    651 MB/s   474988 calls/s
# udp tx:    676 MB/s    11478 calls/s  11478 msg/s
# udp rx:    685 MB/s   500118 calls/s
# udp tx:    689 MB/s    11692 calls/s  11692 msg/s
# udp rx:    687 MB/s   501560 calls/s
# udp tx:    690 MB/s    11718 calls/s  11718 msg/s
# udp rx:    687 MB/s   501691 calls/s
# udp tx:    691 MB/s    11726 calls/s  11726 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__->