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:   1107 MB/s    18776 calls/s  18776 msg/s
# tcp rx:   1107 MB/s   138505 calls/s
# tcp tx:   1228 MB/s    20835 calls/s  20835 msg/s
# tcp rx:   1229 MB/s   113631 calls/s
# tcp tx:   1033 MB/s    17535 calls/s  17535 msg/s
# tcp rx:   1035 MB/s   130128 calls/s
# tcp tx:   1064 MB/s    18059 calls/s  18059 msg/s
# udp gso - over veth touching data
# udp rx:   1152 MB/s   820745 calls/s
# udp tx:   1188 MB/s    20165 calls/s  20165 msg/s
# udp rx:   1308 MB/s   931946 calls/s
# udp tx:   1307 MB/s    22183 calls/s  22183 msg/s
# udp rx:   1302 MB/s   927948 calls/s
# udp tx:   1301 MB/s    22076 calls/s  22076 msg/s
# udp rx:   1225 MB/s   873158 calls/s
# udp tx:   1225 MB/s    20777 calls/s  20777 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1248 MB/s   889101 calls/s
# udp tx:   1283 MB/s    21761 calls/s  21761 msg/s
# udp rx:   1281 MB/s   912668 calls/s
# udp tx:   1281 MB/s    21732 calls/s  21732 msg/s
# udp rx:   1299 MB/s   925385 calls/s
# udp tx:   1298 MB/s    22016 calls/s  22016 msg/s
# udp rx:   1276 MB/s   909634 calls/s
# udp tx:   1274 MB/s    21608 calls/s  21608 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:   1146 MB/s    19437 calls/s  19437 msg/s
# tcp rx:   1146 MB/s   141011 calls/s
# tcp tx:    993 MB/s    16845 calls/s  16845 msg/s
# tcp rx:    994 MB/s   116093 calls/s
# tcp tx:    842 MB/s    14290 calls/s  14290 msg/s
# tcp rx:    843 MB/s    93537 calls/s
# tcp tx:    844 MB/s    14324 calls/s  14324 msg/s
# udp gso - over veth touching data
# udp rx:   1186 MB/s   864988 calls/s
# udp tx:   1222 MB/s    20740 calls/s  20740 msg/s
# udp rx:   1255 MB/s   915425 calls/s
# udp tx:   1267 MB/s    21501 calls/s  21501 msg/s
# udp rx:   1266 MB/s   924021 calls/s
# udp tx:   1266 MB/s    21483 calls/s  21483 msg/s
# udp rx:   1286 MB/s   937971 calls/s
# udp tx:   1285 MB/s    21803 calls/s  21803 msg/s
# udp gso and gro - over veth touching data
# udp rx:    671 MB/s   490083 calls/s
# udp tx:    693 MB/s    11758 calls/s  11758 msg/s
# udp rx:    673 MB/s   491444 calls/s
# udp tx:    674 MB/s    11439 calls/s  11439 msg/s
# udp rx:   1087 MB/s   793337 calls/s
# udp tx:   1108 MB/s    18806 calls/s  18806 msg/s
# udp rx:   1268 MB/s   925299 calls/s
# udp tx:   1270 MB/s    21555 calls/s  21555 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__->