Home
last modified time | relevance | path

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

/f-stack/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.h168 int subport_stat(uint16_t port_id, uint32_t subport_id);
169 int pipe_stat(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id);
170 int qavg_q(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id,
172 int qavg_tcpipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id,
174 int qavg_pipe(uint16_t port_id, uint32_t subport_id, uint32_t pipe_id);
175 int qavg_tcsubport(uint16_t port_id, uint32_t subport_id, uint8_t tc);
176 int qavg_subport(uint16_t port_id, uint32_t subport_id);
/f-stack/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()
3275 for (subport_id = 0; subport_id < n_subports_per_port; subport_id++) { in read_port_stats()
3281 subport_id, in read_port_stats()
3328 subport_id, in read_subport_stats()
3390 subport_id, in read_pipe_stats()
3449 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.c1160 uint32_t subport_id = action->tm.subport_id; in action_check() local
1163 if (subport_id >= n_subports_per_port || in action_check()
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h323 uint32_t subport_id,
370 uint32_t subport_id,
390 uint32_t subport_id,
431 uint32_t subport_id,
H A Drte_sched.c240 uint32_t subport_id; member
1083 uint32_t subport_id, in rte_sched_subport_config() argument
1292 uint32_t subport_id, in rte_sched_pipe_config() argument
1413 uint32_t subport_id, in rte_sched_subport_pipe_profile_add() argument
2931 uint32_t subport_id = port->subport_id; in rte_sched_port_dequeue() local
2947 subport_id++; in rte_sched_port_dequeue()
2950 subport_id = 0; in rte_sched_port_dequeue()
2952 port->subport_id = subport_id; in rte_sched_port_dequeue()
2958 subport_id++; in rte_sched_port_dequeue()
2963 subport_id = 0; in rte_sched_port_dequeue()
[all …]
/f-stack/dpdk/examples/ip_pipeline/
H A Dtmgr.c251 uint32_t subport_id, in tmgr_subport_config() argument
263 (subport_id >= port->n_subports_per_port) || in tmgr_subport_config()
270 subport_id, in tmgr_subport_config()
279 uint32_t subport_id, in tmgr_pipe_config() argument
293 (subport_id >= port->n_subports_per_port) || in tmgr_pipe_config()
306 subport_id, in tmgr_pipe_config()
H A Dtmgr.h64 uint32_t subport_id,
69 uint32_t subport_id,
H A Dcli.c607 uint32_t subport_id, subport_profile_id; in cmd_tmgr_subport() local
618 if (parser_read_uint32(&subport_id, tokens[3]) != 0) { in cmd_tmgr_subport()
628 status = tmgr_subport_config(name, subport_id, subport_profile_id); in cmd_tmgr_subport()
647 uint32_t subport_id, pipe_id_first, pipe_id_last, pipe_profile_id; in cmd_tmgr_subport_pipe() local
658 if (parser_read_uint32(&subport_id, tokens[3]) != 0) { in cmd_tmgr_subport_pipe()
698 status = tmgr_pipe_config(name, subport_id, pipe_id_first, in cmd_tmgr_subport_pipe()
3301 uint32_t subport_id, pipe_id; in parse_table_action_tm() local
3306 parser_read_uint32(&subport_id, tokens[2]) || in parse_table_action_tm()
3311 a->tm.subport_id = subport_id; in parse_table_action_tm()
4966 a->tm.subport_id, in table_rule_show()
H A Dthread.c1132 uint32_t subport_id = action->tm.subport_id; in action_check() local
1135 if ((subport_id >= n_subports_per_port) || in action_check()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h353 uint32_t subport_id; member
H A Drte_table_action.c370 if ((p->subport_id >= cfg->n_subports_per_port) || in tm_apply_check()
390 data->queue_id = p->subport_id << in tm_apply()
/f-stack/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>]