| /f-stack/dpdk/examples/qos_sched/ |
| H A D | stats.c | 11 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 D | main.h | 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);
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 90 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() 2259 pipe_id = 0; in pipe_profiles_generate() 2281 pipe_id++; in pipe_profiles_generate() 3391 pipe_id, in read_pipe_stats() 3450 pipe_id, in read_tc_stats() 3472 pipe_id, in read_tc_stats() [all …]
|
| H A D | rte_eth_softnic_cli.c | 534 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 D | rte_eth_softnic_thread.c | 1161 uint32_t pipe_id = action->tm.pipe_id; in action_check() local 1164 pipe_id >= n_pipes_per_subport) in action_check()
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.h | 391 uint32_t pipe_id,
|
| H A D | rte_sched.c | 1293 uint32_t pipe_id, in rte_sched_pipe_config() argument 1322 if (pipe_id >= s->n_pipes_per_subport_enabled) { in rte_sched_pipe_config() 1340 p = s->pipe + pipe_id; in rte_sched_pipe_config()
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_table_action.h | 356 uint32_t pipe_id; member
|
| H A D | rte_table_action.c | 371 (p->pipe_id >= cfg->n_pipes_per_subport)) in tm_apply_check() 392 p->pipe_id << 4; in tm_apply()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 1133 uint32_t pipe_id = action->tm.pipe_id; in action_check() local 1136 (pipe_id >= n_pipes_per_subport)) in action_check()
|
| H A D | cli.c | 3301 uint32_t subport_id, pipe_id; in parse_table_action_tm() local 3308 parser_read_uint32(&pipe_id, tokens[4])) in parse_table_action_tm() 3312 a->tm.pipe_id = pipe_id; in parse_table_action_tm() 4967 a->tm.pipe_id); in table_rule_show()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 473 [tm subport <subport_id> pipe <pipe_id>]
|