Home
last modified time | relevance | path

Searched refs:RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h89 #define RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE \ macro
95 #define RTE_SCHED_TRAFFIC_CLASS_BE (RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE - 1)
130 uint64_t tc_rate[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
164 uint16_t qsize[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
179 struct rte_red_params red_params[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE][RTE_COLORS];
191 uint64_t tc_rate[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
200 uint64_t n_pkts_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
203 uint64_t n_pkts_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
206 uint64_t n_bytes_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
209 uint64_t n_bytes_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
[all …]
H A Drte_sched.c75 uint64_t tc_credits[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
131 uint8_t tccache_qmask[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
132 uint32_t tccache_qindex[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
159 uint64_t tc_credits[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
184 uint16_t qsize[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
220 uint16_t pipe_queue[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
346 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) { in pipe_profile_check()
583 for (i = 1; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) in rte_sched_subport_config_qsize()
719 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) in rte_sched_pipe_profile_convert()
773 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) in rte_sched_subport_profile_convert()
[all …]
/f-stack/dpdk/examples/qos_sched/
H A Dstats.c28 tc >= RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE || in qavg_q()
73 tc >= RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE) in qavg_tcpipe()
175 tc >= RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE) in qavg_tcsubport()
288 uint32_t tc_ov[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]; in subport_stat()
309 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) { in subport_stat()
351 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) { in pipe_stat()
H A Dcfg_file.c247 struct rte_red_params red_params[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE][RTE_COLORS]; in cfg_load_subport()
253 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) { in cfg_load_subport()
397 for (j = 0; j < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; j++) { in cfg_load_subport()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c373 (n_queues_max * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE) in tm_level_get_max_nodes()
531 (uint32_t)RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE); in pmd_tm_capabilities_get()
631 RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE,
633 RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE,
833 RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE,
835 RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE,
1623 RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE) in node_add_check_pipe()
1868 if (priority >= RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE) in node_add_check()
2433 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) { in subport_profile_build()
2556 RTE_LEN2MASK(RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE, in hierarchy_commit_check()
[all …]
H A Drte_eth_softnic_cli.c512 uint32_t n_tc = n_spp * n_pps * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in root_node_id()
524 uint32_t n_tc = n_pipes * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in subport_node_id()
537 uint32_t n_tc = n_pipes * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in pipe_node_id()
558 (pipe_id + subport_id * n_pps) * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in tc_node_id()
581 uint32_t tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
585 uint32_t tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
586 uint32_t tc_valid[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
615 .n_sp_priorities = RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE, in tmgr_hierarchy_default()
620 (uint32_t *)calloc(RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE, in tmgr_hierarchy_default()
817 for (t = 0; t < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; t++) { in tmgr_hierarchy_default()
H A Drte_eth_softnic_internals.h46 uint16_t qsize[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE];
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c422 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) in cmd_tmgr_subport_profile()
475 for (i = 0; i < RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; i++) in cmd_tmgr_pipe_profile()