Home
last modified time | relevance | path

Searched refs:pipe_id (Results 1 – 12 of 12) sorted by relevance

/dpdk/examples/qos_sched/
H A Dstats.c11 qavg_q(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id, uint8_t tc, in qavg_q() argument
27 pipe_id >= subport_params[subport_id].n_pipes_per_subport_enabled || in qavg_q()
38 queue_id += pipe_id * RTE_SCHED_QUEUES_PER_PIPE + tc; in qavg_q()
40 queue_id += pipe_id * RTE_SCHED_QUEUES_PER_PIPE + tc + q; in qavg_q()
57 qavg_tcpipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id, in qavg_tcpipe() argument
83 queue_id += pipe_id * RTE_SCHED_QUEUES_PER_PIPE + tc; in qavg_tcpipe()
113 qavg_pipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id) in qavg_pipe() argument
128 pipe_id >= subport_params[subport_id].n_pipes_per_subport_enabled) in qavg_pipe()
137 queue_id += pipe_id * RTE_SCHED_QUEUES_PER_PIPE; in qavg_pipe()
321 pipe_stat(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id) in pipe_stat() argument
[all …]
H A Dmain.h172 int pipe_stat(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id);
173 int qavg_q(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id,
175 int qavg_tcpipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id,
177 int qavg_pipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id);
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c90 uint32_t pipe_id; in softnic_tmgr_port_create() local
103 for (pipe_id = 0; pipe_id < n_pipes_per_subport; pipe_id++) { in softnic_tmgr_port_create()
112 pipe_id, in softnic_tmgr_port_create()
323 pipe_id = 0; in tm_node_pipe_id()
332 pipe_id++; in tm_node_pipe_id()
2253 pipe_id = 0; in pipe_profiles_generate()
2275 pipe_id++; in pipe_profiles_generate()
3373 pipe_id, in read_pipe_stats()
3432 pipe_id, in read_tc_stats()
3454 pipe_id, in read_tc_stats()
[all …]
H A Drte_eth_softnic_cli.c534 uint32_t pipe_id) in pipe_node_id() argument
542 pipe_id + in pipe_node_id()
550 uint32_t pipe_id, in tc_node_id() argument
558 (pipe_id + subport_id * n_pps) * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in tc_node_id()
565 uint32_t pipe_id, in queue_node_id() argument
570 (pipe_id + subport_id * n_pps) * RTE_SCHED_QUEUES_PER_PIPE; in queue_node_id()
4005 uint32_t subport_id, pipe_id; in parse_table_action_tm() local
4012 softnic_parser_read_uint32(&pipe_id, tokens[4])) in parse_table_action_tm()
4016 a->tm.pipe_id = pipe_id; in parse_table_action_tm()
H A Drte_eth_softnic_thread.c1157 uint32_t pipe_id = action->tm.pipe_id; in action_check() local
1160 pipe_id >= n_pipes_per_subport) in action_check()
/dpdk/lib/sched/
H A Drte_sched.h420 uint32_t pipe_id,
H A Drte_sched.c1365 uint32_t pipe_id, in rte_sched_pipe_config() argument
1394 if (pipe_id >= s->n_pipes_per_subport_enabled) { in rte_sched_pipe_config()
1410 p = s->pipe + pipe_id; in rte_sched_pipe_config()
/dpdk/lib/pipeline/
H A Drte_table_action.h356 uint32_t pipe_id; member
H A Drte_table_action.c369 (p->pipe_id >= cfg->n_pipes_per_subport)) in tm_apply_check()
390 p->pipe_id << 4; in tm_apply()
/dpdk/examples/ip_pipeline/
H A Dthread.c1131 uint32_t pipe_id = action->tm.pipe_id; in action_check() local
1134 (pipe_id >= n_pipes_per_subport)) in action_check()
H A Dcli.c3299 uint32_t subport_id, pipe_id; in parse_table_action_tm() local
3306 parser_read_uint32(&pipe_id, tokens[4])) in parse_table_action_tm()
3310 a->tm.pipe_id = pipe_id; in parse_table_action_tm()
4958 a->tm.pipe_id); in table_rule_show()
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst473 [tm subport <subport_id> pipe <pipe_id>]