Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h200 uint32_t tc_queue_id; member
H A Drte_table_action.c2644 data->tc_queue = entry->tc_queue_id; in rte_table_action_dscp_table_update()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c5811 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local
5832 softnic_parser_read_uint32(&tc_queue_id, tokens[1]) || in load_dscp_table()
5833 tc_queue_id >= RTE_TABLE_ACTION_TC_QUEUE_MAX || in load_dscp_table()
5863 dscp_table->entry[dscp].tc_queue_id = tc_queue_id; in load_dscp_table()
H A Drte_eth_softnic_tm.c3247 uint32_t tc_queue_id) in tm_port_queue_id() argument
3258 port_pipe_id * RTE_SCHED_QUEUES_PER_PIPE + pipe_tc_id + tc_queue_id; in tm_port_queue_id()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c5647 uint32_t tc_id, tc_queue_id, n_tokens = RTE_DIM(tokens); in load_dscp_table() local
5668 parser_read_uint32(&tc_queue_id, tokens[1]) || in load_dscp_table()
5669 (tc_queue_id >= RTE_TABLE_ACTION_TC_QUEUE_MAX) || in load_dscp_table()
5699 dscp_table->entry[dscp].tc_queue_id = tc_queue_id; in load_dscp_table()
/f-stack/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