Home
last modified time | relevance | path

Searched refs:pipes (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/doc/guides/nics/
H A Dsoftnic.rst76 #. ``tm_qsize0``: size of scheduler queue 0 (traffic class 0) of the pipes/subscribers.
79 #. ``tm_qsize1``: size of scheduler queue 1 (traffic class 1) of the pipes/subscribers.
82 #. ``tm_qsize2``: size of scheduler queue 2 (traffic class 2) of the pipes/subscribers.
85 #. ``tm_qsize3``: size of scheduler queue 3 (traffic class 3) of the pipes/subscribers.
88 #. ``tm_qsize4``: size of scheduler queue 4 (traffic class 4) of the pipes/subscribers.
91 #. ``tm_qsize5``: size of scheduler queue 5 (traffic class 5) of the pipes/subscribers.
94 #. ``tm_qsize6``: size of scheduler queue 6 (traffic class 6) of the pipes/subscribers.
97 #. ``tm_qsize7``: size of scheduler queue 7 (traffic class 7) of the pipes/subscribers.
100 #. ``tm_qsize8``: size of scheduler queue 8 (traffic class 8) of the pipes/subscribers.
103 #. ``tm_qsize9``: size of scheduler queue 9 (traffic class 9) of the pipes/subscribers.
[all …]
/f-stack/dpdk/examples/qos_sched/
H A Dprofile.cfg9 ; * 4K pipes per subport 0 (pipes 0 .. 4095) with identical configuration:
26 number of pipes per subport = 4096
51 pipe 0-4095 = 0 ; These pipes are configured with pipe profile 0
H A Dprofile_ov.cfg11 number of pipes per subport = 32
35 pipe 0-31 = 0 ; These pipes are configured with pipe profile 0
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst684 …| | | the subports and pipes of that port. Not feasible. …
930 more bandwidth is allocated for traffic class X at the level of subport member pipes than
940 as demand for traffic class X is completely satisfied for all member pipes.
942 for all subport member pipes exceeds the limit configured at the subport level.
960 … | This approach is not fair amongst subport member pipes, as pipes that |
966 …| 2 | Scale down all pipes | All pipes within the subport have their bandwidth limit for TC…
970 …| | | pipes (that is, pipes configured with low bandwidth) can poten…
980 …| | | the high-demand pipes. This way, the high-demand pipes are tru…
990 …t the upper limit for pipe best effort TC is set to 100% of pipe rate for all subport member pipes.
998 the same value is used by all the subport member pipes throughout the current enforcement period.
[all …]
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c2442 __m128i pipes = _mm_load_si128((__m128i *)subport->grinder_base_bmp_pos); in grinder_pipe_exists() local
2443 __m128i res = _mm_cmpeq_epi32(pipes, index); in grinder_pipe_exists()
2445 pipes = _mm_load_si128((__m128i *)(subport->grinder_base_bmp_pos + 4)); in grinder_pipe_exists()
2446 pipes = _mm_cmpeq_epi32(pipes, index); in grinder_pipe_exists()
2447 res = _mm_or_si128(res, pipes); in grinder_pipe_exists()
2460 uint32x4_t index, pipes; in grinder_pipe_exists() local
2464 pipes = vld1q_u32(pos); in grinder_pipe_exists()
2465 if (!vminvq_u32(veorq_u32(pipes, index))) in grinder_pipe_exists()
2468 pipes = vld1q_u32(pos + 4); in grinder_pipe_exists()
2469 if (!vminvq_u32(veorq_u32(pipes, index))) in grinder_pipe_exists()
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-vfs-iov_iter.m4198 dnl # bvecs and pipes in the iov_iter structure. As long as the
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dqos_scheduler.rst136 number of pipes per subport = 4096
161 pipe 0-4095 = 0; These pipes are configured with pipe profile 0
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY174 + support for pipes
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst131 traffic classes, and subport level configuration of pipes and queues
H A Drelease_19_11.rst480 * sched: The pipe nodes configuration parameters such as number of pipes,
/f-stack/freebsd/netpfil/ipfw/
H A Ddummynet.txt307 Because traditional dummynet pipes actually configure both a
427 After pipes, all flowset are wrote in the buffer. The struct contains
541 usually set accordly. If the first action is a request of listing of pipes
/f-stack/dpdk/doc/guides/contributing/
H A Ddocumentation.rst520 .. table:: Sample configuration for QOS pipes.
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG97 cli: Named pipes support, by @bimbashrestha
/f-stack/freebsd/contrib/zlib/
H A DChangeLog1269 - work around buggy fclose on pipes for HP/UX
1378 - allow skipping .gz extra-field on pipes
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsdm845.dtsi3368 qcom,apps-ch-pipes = <0x780000>;