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:   1029 MB/s    17459 calls/s  17459 msg/s
# tcp rx:   1030 MB/s   132790 calls/s
# tcp tx:   1114 MB/s    18908 calls/s  18908 msg/s
# tcp rx:   1116 MB/s   137127 calls/s
# tcp tx:   1147 MB/s    19454 calls/s  19454 msg/s
# tcp rx:   1148 MB/s   139485 calls/s
# tcp tx:   1161 MB/s    19695 calls/s  19695 msg/s
# udp gso - over veth touching data
# udp rx:   1250 MB/s   891064 calls/s
# udp tx:   1276 MB/s    21648 calls/s  21648 msg/s
# udp rx:   1299 MB/s   925874 calls/s
# udp tx:   1301 MB/s    22075 calls/s  22075 msg/s
# udp rx:   1306 MB/s   930666 calls/s
# udp tx:   1308 MB/s    22189 calls/s  22189 msg/s
# udp rx:   1309 MB/s   932773 calls/s
# udp tx:   1310 MB/s    22232 calls/s  22232 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1259 MB/s   897372 calls/s
# udp tx:   1285 MB/s    21804 calls/s  21804 msg/s
# udp rx:   1235 MB/s   880108 calls/s
# udp tx:   1233 MB/s    20925 calls/s  20925 msg/s
# udp rx:   1279 MB/s   911294 calls/s
# udp tx:   1279 MB/s    21706 calls/s  21706 msg/s
# udp rx:   1281 MB/s   912742 calls/s
# udp tx:   1280 MB/s    21714 calls/s  21714 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1069 MB/s    18138 calls/s  18138 msg/s
# tcp rx:   1070 MB/s   144139 calls/s
# tcp tx:    968 MB/s    16434 calls/s  16434 msg/s
# tcp rx:    970 MB/s   141754 calls/s
# tcp tx:   1060 MB/s    17980 calls/s  17980 msg/s
# tcp rx:   1061 MB/s   142454 calls/s
# tcp tx:   1129 MB/s    19156 calls/s  19156 msg/s
# udp gso - over veth touching data
# udp rx:    638 MB/s   465582 calls/s
# udp tx:    655 MB/s    11123 calls/s  11123 msg/s
# udp rx:    652 MB/s   476186 calls/s
# udp tx:    654 MB/s    11101 calls/s  11101 msg/s
# udp rx:    651 MB/s   475475 calls/s
# udp tx:    653 MB/s    11082 calls/s  11082 msg/s
# udp rx:    650 MB/s   474551 calls/s
# udp tx:    653 MB/s    11079 calls/s  11079 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1098 MB/s   801415 calls/s
# udp tx:   1123 MB/s    19060 calls/s  19060 msg/s
# udp rx:   1245 MB/s   908290 calls/s
# udp tx:   1245 MB/s    21126 calls/s  21126 msg/s
# udp rx:   1233 MB/s   899519 calls/s
# udp tx:   1232 MB/s    20909 calls/s  20909 msg/s
# udp rx:   1129 MB/s   823811 calls/s
# udp tx:   1129 MB/s    19155 calls/s  19155 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__->