Home
last modified time | relevance | path

Searched refs:subport_id (Results 1 – 14 of 14) sorted by relevance

/dpdk/examples/qos_sched/
H A Dstats.c26 subport_id >= port_params.n_subports_per_port || in qavg_q()
34 for (i = 0; i < subport_id; i++) in qavg_q()
78 for (i = 0; i < subport_id; i++) in qavg_tcpipe()
127 subport_id >= port_params.n_subports_per_port || in qavg_pipe()
133 for (i = 0; i < subport_id; i++) in qavg_pipe()
174 subport_id >= port_params.n_subports_per_port || in qavg_tcsubport()
180 for (i = 0; i < subport_id; i++) in qavg_tcsubport()
244 subport_id >= port_params.n_subports_per_port) in qavg_subport()
249 for (i = 0; i < subport_id; i++) in qavg_subport()
335 subport_id >= port_params.n_subports_per_port || in pipe_stat()
[all …]
H A Dmain.h171 int subport_stat(uint16_t port_id, uint32_t subport_id);
172 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);
178 int qavg_tcsubport(uint16_t port_id, uint32_t subport_id, uint8_t tc);
179 int qavg_subport(uint16_t port_id, uint32_t subport_id);
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c87 for (subport_id = 0; subport_id < n_subports; subport_id++) { in softnic_tmgr_port_create()
94 subport_id, in softnic_tmgr_port_create()
111 subport_id, in softnic_tmgr_port_create()
301 subport_id = 0; in tm_node_subport_id()
309 subport_id++; in tm_node_subport_id()
3257 for (subport_id = 0; subport_id < n_subports_per_port; subport_id++) { in read_port_stats()
3263 subport_id, in read_port_stats()
3310 subport_id, in read_subport_stats()
3372 subport_id, in read_pipe_stats()
3431 subport_id, in read_tc_stats()
[all …]
H A Drte_eth_softnic_cli.c521 uint32_t subport_id) in subport_node_id() argument
527 return n_queues + n_tc + n_pipes + subport_id; in subport_node_id()
533 uint32_t subport_id, in pipe_node_id() argument
543 subport_id * n_pps; in pipe_node_id()
549 uint32_t subport_id, in tc_node_id() argument
558 (pipe_id + subport_id * n_pps) * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in tc_node_id()
564 uint32_t subport_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
4010 softnic_parser_read_uint32(&subport_id, tokens[2]) || in parse_table_action_tm()
[all …]
H A Drte_eth_softnic_thread.c1156 uint32_t subport_id = action->tm.subport_id; in action_check() local
1159 if (subport_id >= n_subports_per_port || in action_check()
/dpdk/examples/ip_pipeline/
H A Dtmgr.c257 uint32_t subport_id, in tmgr_subport_config() argument
269 (subport_id >= port->n_subports_per_port) || in tmgr_subport_config()
276 subport_id, in tmgr_subport_config()
285 uint32_t subport_id, in tmgr_pipe_config() argument
299 (subport_id >= port->n_subports_per_port) || in tmgr_pipe_config()
312 subport_id, in tmgr_pipe_config()
H A Dtmgr.h64 uint32_t subport_id,
69 uint32_t subport_id,
H A Dcli.c605 uint32_t subport_id, subport_profile_id; in cmd_tmgr_subport() local
616 if (parser_read_uint32(&subport_id, tokens[3]) != 0) { in cmd_tmgr_subport()
626 status = tmgr_subport_config(name, subport_id, subport_profile_id); in cmd_tmgr_subport()
645 uint32_t subport_id, pipe_id_first, pipe_id_last, pipe_profile_id; in cmd_tmgr_subport_pipe() local
656 if (parser_read_uint32(&subport_id, tokens[3]) != 0) { in cmd_tmgr_subport_pipe()
696 status = tmgr_pipe_config(name, subport_id, pipe_id_first, in cmd_tmgr_subport_pipe()
3299 uint32_t subport_id, pipe_id; in parse_table_action_tm() local
3304 parser_read_uint32(&subport_id, tokens[2]) || in parse_table_action_tm()
3309 a->tm.subport_id = subport_id; in parse_table_action_tm()
4957 a->tm.subport_id, in table_rule_show()
H A Dthread.c1130 uint32_t subport_id = action->tm.subport_id; in action_check() local
1133 if ((subport_id >= n_subports_per_port) || in action_check()
/dpdk/lib/sched/
H A Drte_sched.h352 uint32_t subport_id,
399 uint32_t subport_id,
419 uint32_t subport_id,
460 uint32_t subport_id,
H A Drte_sched.c243 uint32_t subport_id; member
1170 uint32_t subport_id, in rte_sched_subport_config() argument
1364 uint32_t subport_id, in rte_sched_pipe_config() argument
1488 uint32_t subport_id, in rte_sched_subport_pipe_profile_add() argument
2890 uint32_t subport_id = port->subport_id; in rte_sched_port_dequeue() local
2906 subport_id++; in rte_sched_port_dequeue()
2909 subport_id = 0; in rte_sched_port_dequeue()
2911 port->subport_id = subport_id; in rte_sched_port_dequeue()
2917 subport_id++; in rte_sched_port_dequeue()
2922 subport_id = 0; in rte_sched_port_dequeue()
[all …]
/dpdk/lib/pipeline/
H A Drte_table_action.h353 uint32_t subport_id; member
H A Drte_table_action.c368 if ((p->subport_id >= cfg->n_subports_per_port) || in tm_apply_check()
388 data->queue_id = p->subport_id << in tm_apply()
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst281 subport <subport_id>
287 subport <subport_id>
473 [tm subport <subport_id> pipe <pipe_id>]