make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_bench.sh TTEST_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:   1147 MB/s    19456 calls/s  19456 msg/s
# tcp rx:   1147 MB/s   140284 calls/s
# tcp tx:   1178 MB/s    19986 calls/s  19986 msg/s
# tcp rx:   1179 MB/s   130734 calls/s
# tcp tx:   1038 MB/s    17620 calls/s  17620 msg/s
# tcp rx:   1039 MB/s   130252 calls/s
# tcp tx:   1039 MB/s    17625 calls/s  17625 msg/s
# udp gso - over veth touching data
# udp rx:   1226 MB/s   873566 calls/s
# udp tx:   1264 MB/s    21441 calls/s  21441 msg/s
# udp rx:   1342 MB/s   956663 calls/s
# udp tx:   1344 MB/s    22796 calls/s  22796 msg/s
# udp rx:   1334 MB/s   950384 calls/s
# udp tx:   1333 MB/s    22617 calls/s  22617 msg/s
# udp rx:   1334 MB/s   950604 calls/s
# udp tx:   1334 MB/s    22629 calls/s  22629 msg/s
# udp gso and gro - over veth touching data
# udp rx:   1227 MB/s   874340 calls/s
# udp tx:   1268 MB/s    21517 calls/s  21517 msg/s
# udp rx:   1340 MB/s   954818 calls/s
# udp tx:   1341 MB/s    22758 calls/s  22758 msg/s
# udp rx:   1340 MB/s   955077 calls/s
# udp tx:   1339 MB/s    22713 calls/s  22713 msg/s
# udp rx:   1325 MB/s   943927 calls/s
# udp tx:   1325 MB/s    22484 calls/s  22484 msg/s
# ipv6
# tcp - over veth touching data
# tcp tx:    691 MB/s    11730 calls/s  11730 msg/s
# tcp rx:    694 MB/s    83648 calls/s
# tcp tx:    737 MB/s    12514 calls/s  12514 msg/s
# tcp rx:    738 MB/s    85089 calls/s
# tcp tx:    813 MB/s    13794 calls/s  13794 msg/s
# tcp rx:    813 MB/s    90144 calls/s
# tcp tx:    702 MB/s    11917 calls/s  11917 msg/s
# udp gso - over veth touching data
# udp rx:    599 MB/s   437006 calls/s
# udp tx:    617 MB/s    10469 calls/s  10469 msg/s
# udp rx:    625 MB/s   456175 calls/s
# udp tx:    630 MB/s    10694 calls/s  10694 msg/s
# udp rx:    626 MB/s   456551 calls/s
# udp tx:    630 MB/s    10691 calls/s  10691 msg/s
# udp rx:    627 MB/s   457297 calls/s
# udp tx:    630 MB/s    10689 calls/s  10689 msg/s
# udp gso and gro - over veth touching data
# udp rx:    577 MB/s   420892 calls/s
# udp tx:    599 MB/s    10163 calls/s  10163 msg/s
# udp rx:    936 MB/s   683023 calls/s
# udp tx:    964 MB/s    16357 calls/s  16357 msg/s
# udp rx:   1243 MB/s   906671 calls/s
# udp tx:   1248 MB/s    21172 calls/s  21172 msg/s
# udp rx:   1266 MB/s   923959 calls/s
# udp tx:   1269 MB/s    21534 calls/s  21534 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__->