Home
last modified time | relevance | path

Searched refs:tc_period (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h133 uint64_t tc_period; member
194 uint64_t tc_period; member
H A Drte_sched.c57 uint64_t tc_period; member
111 uint64_t tc_period; member
364 if (params->tc_period == 0) { in pipe_profile_check()
430 if (params->tc_period == 0) { in subport_profile_check()
622 p->tc_period, in rte_sched_port_log_pipe_profile()
664 p->tc_period, in rte_sched_port_log_subport_profile()
716 dst->tc_period = rte_sched_time_ms_to_bytes(src->tc_period, in rte_sched_pipe_profile_convert()
771 dst->tc_period = rte_sched_time_ms_to_bytes(src->tc_period, rate); in rte_sched_subport_profile_convert()
1346 / (double) sp->tc_period; in rte_sched_pipe_config()
1349 / (double) params->tc_period; in rte_sched_pipe_config()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_sched.c33 .tc_period = 40,
48 .tc_period = 10,
/f-stack/dpdk/examples/qos_sched/
H A Dinit.c186 .tc_period = 40,
203 .tc_period = 10,
H A Dcfg_file.c73 pipe_params[j].tc_period = (uint64_t)atoi(entry); in cfg_load_pipe()
174 subport_profile[i].tc_period = (uint64_t)atoi(entry); in cfg_load_subport_profile()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst255 <tc_period>
264 <tc_period>
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst768 …| 2 | tc_period | Bytes | Time between two consecutive updates for the all TCs of the …
774 …| | | | current TC during each enforcement period tc_period. …
793 …| | | tc_time = tc_period; …
802 …| | | tc_time = time + tc_period; …
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c2126 pp->tc_period = PIPE_TC_PERIOD; in pipe_profile_build()
2445 sp->tc_period = SUBPORT_TC_PERIOD; in subport_profile_build()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c429 if (parser_read_uint64(&subport_profile.tc_period, tokens[18]) != 0) { in cmd_tmgr_subport_profile()
481 if (parser_read_uint64(&p.tc_period, tokens[18]) != 0) { in cmd_tmgr_pipe_profile()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst663 * sched: Removed ``tb_rate``, ``tc_rate``, ``tc_period`` and ``tb_size``