Searched refs:tc_period (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.h | 133 uint64_t tc_period; member 194 uint64_t tc_period; member
|
| H A D | rte_sched.c | 57 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 D | test_sched.c | 33 .tc_period = 40, 48 .tc_period = 10,
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | init.c | 186 .tc_period = 40, 203 .tc_period = 10,
|
| H A D | cfg_file.c | 73 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 D | ip_pipeline.rst | 255 <tc_period> 264 <tc_period>
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 768 …| 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 D | rte_eth_softnic_tm.c | 2126 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 D | cli.c | 429 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 D | release_20_11.rst | 663 * sched: Removed ``tb_rate``, ``tc_rate``, ``tc_period`` and ``tb_size``
|