Home
last modified time | relevance | path

Searched refs:tc_queue_id (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_table_action.h200 uint32_t tc_queue_id; member
H A Drte_table_action.c2642 data->tc_queue = entry->tc_queue_id; in rte_table_action_dscp_table_update()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c5807 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local
5828 softnic_parser_read_uint32(&tc_queue_id, tokens[1]) || in load_dscp_table()
5829 tc_queue_id >= RTE_TABLE_ACTION_TC_QUEUE_MAX || in load_dscp_table()
5859 dscp_table->entry[dscp].tc_queue_id = tc_queue_id; in load_dscp_table()
H A Drte_eth_softnic_tm.c3229 uint32_t tc_queue_id) in tm_port_queue_id() argument
3240 port_pipe_id * RTE_SCHED_QUEUES_PER_PIPE + pipe_tc_id + tc_queue_id; in tm_port_queue_id()
/dpdk/examples/ip_pipeline/
H A Dcli.c5638 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local
5659 parser_read_uint32(&tc_queue_id, tokens[1]) || in load_dscp_table()
5660 (tc_queue_id >= RTE_TABLE_ACTION_TC_QUEUE_MAX) || in load_dscp_table()
5690 dscp_table->entry[dscp].tc_queue_id = tc_queue_id; in load_dscp_table()
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst544 - File line format = <tc_id> <tc_queue_id> <color>, with <color> as: g | y | r