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:   1060 MB/s    17991 calls/s  17991 msg/s
# tcp rx:   1063 MB/s   139921 calls/s
# tcp tx:    917 MB/s    15566 calls/s  15566 msg/s
# tcp rx:    919 MB/s   132955 calls/s
# tcp tx:    971 MB/s    16483 calls/s  16483 msg/s
# tcp rx:    972 MB/s   130226 calls/s
# tcp tx:    977 MB/s    16571 calls/s  16571 msg/s
# udp gso - over veth touching data
# udp rx:   1236 MB/s   880912 calls/s
# udp tx:   1266 MB/s    21487 calls/s  21487 msg/s
# udp rx:   1310 MB/s   933837 calls/s
# udp tx:   1309 MB/s    22215 calls/s  22215 msg/s
# udp rx:   1306 MB/s   930520 calls/s
# udp tx:   1305 MB/s    22144 calls/s  22144 msg/s
# udp rx:   1297 MB/s   924325 calls/s
# udp tx:   1296 MB/s    21983 calls/s  21983 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1203 MB/s   856958 calls/s
# udp tx:   1227 MB/s    20824 calls/s  20824 msg/s
# udp rx:   1284 MB/s   915322 calls/s
# udp tx:   1286 MB/s    21828 calls/s  21828 msg/s
# udp rx:   1285 MB/s   915472 calls/s
# udp tx:   1286 MB/s    21817 calls/s  21817 msg/s
# udp rx:   1282 MB/s   913287 calls/s
# udp tx:   1284 MB/s    21779 calls/s  21779 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1091 MB/s    18506 calls/s  18506 msg/s
# tcp rx:   1091 MB/s   141524 calls/s
# tcp tx:   1045 MB/s    17740 calls/s  17740 msg/s
# tcp rx:   1047 MB/s   131091 calls/s
# tcp tx:    939 MB/s    15929 calls/s  15929 msg/s
# tcp rx:    940 MB/s   129596 calls/s
# tcp tx:   1070 MB/s    18158 calls/s  18158 msg/s
# udp gso - over veth touching data
# udp rx:    854 MB/s   623515 calls/s
# udp tx:    869 MB/s    14743 calls/s  14743 msg/s
# udp rx:    648 MB/s   472996 calls/s
# udp tx:    646 MB/s    10972 calls/s  10972 msg/s
# udp rx:    575 MB/s   419380 calls/s
# udp tx:    574 MB/s     9747 calls/s   9747 msg/s
# udp rx:    574 MB/s   418755 calls/s
# udp tx:    572 MB/s     9716 calls/s   9716 msg/s
# udp gso and gro - over veth touching data
# udp rx:    598 MB/s   436600 calls/s
# udp tx:    613 MB/s    10400 calls/s  10400 msg/s
# udp rx:    617 MB/s   450619 calls/s
# udp tx:    619 MB/s    10502 calls/s  10502 msg/s
# udp rx:    621 MB/s   453490 calls/s
# udp tx:    623 MB/s    10578 calls/s  10578 msg/s
# udp rx:    617 MB/s   450690 calls/s
# udp tx:    619 MB/s    10502 calls/s  10502 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__->