Home
last modified time | relevance | path

Searched refs:n_tables (Results 1 – 13 of 13) sorted by relevance

/dpdk/examples/ip_pipeline/
H A Dthread.c56 uint32_t n_tables; member
200 uint32_t n_tables; member
270 (p->n_tables == 0)) in thread_pipeline_enable()
292 tdp->n_tables = p->n_tables; in thread_pipeline_enable()
322 req->pipeline_enable.n_tables = p->n_tables; in thread_pipeline_enable()
475 p->n_tables = req->pipeline_enable.n_tables; in thread_msg_handle_pipeline_enable()
984 (table_id >= p->n_tables)) in pipeline_table_stats_read()
1029 (table_id >= p->n_tables)) in match_check()
1100 (table_id >= p->n_tables)) in action_check()
1166 (table_id >= p->n_tables)) in action_default_check()
[all …]
H A Dpipeline.c138 pipeline->n_tables = 0; in pipeline_create()
384 (table_id >= pipeline->n_tables)) in pipeline_port_in_connect_to_table()
810 (pipeline->n_tables >= RTE_PIPELINE_TABLE_MAX)) in pipeline_table_create()
821 pipeline_name, pipeline->n_tables); in pipeline_table_create()
1040 table = &pipeline->table[pipeline->n_tables]; in pipeline_table_create()
1047 pipeline->n_tables++; in pipeline_table_create()
H A Dpipeline.h173 uint32_t n_tables; member
H A Dcli.c4830 (table_id >= p->n_tables)) in table_rule_show()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c228 uint32_t n_tables; member
299 (p->n_tables == 0) || in softnic_thread_pipeline_enable()
324 tdp->n_tables = p->n_tables; in softnic_thread_pipeline_enable()
354 req->pipeline_enable.n_tables = p->n_tables; in softnic_thread_pipeline_enable()
504 p->n_tables = req->pipeline_enable.n_tables; in thread_msg_handle_pipeline_enable()
1010 table_id >= p->n_tables) in softnic_pipeline_table_stats_read()
1055 table_id >= p->n_tables) in match_check()
1126 table_id >= p->n_tables) in action_check()
1192 table_id >= p->n_tables) in action_default_check()
1432 table_id >= p->n_tables) in softnic_pipeline_table_rule_add_bulk()
[all …]
H A Drte_eth_softnic_pipeline.c85 for (table_id = 0; table_id < pipeline->n_tables; table_id++) { in softnic_pipeline_free()
214 pipeline->n_tables = 0; in softnic_pipeline_create()
438 table_id >= pipeline->n_tables) in softnic_pipeline_port_in_connect_to_table()
835 pipeline->n_tables >= RTE_PIPELINE_TABLE_MAX) in softnic_pipeline_table_create()
847 softnic->params.name, pipeline_name, pipeline->n_tables); in softnic_pipeline_table_create()
1065 table = &pipeline->table[pipeline->n_tables]; in softnic_pipeline_table_create()
1072 pipeline->n_tables++; in softnic_pipeline_table_create()
H A Drte_eth_softnic_internals.h540 uint32_t n_tables; member
592 uint32_t n_tables; member
H A Drte_eth_softnic_flow.c54 table_id >= pipeline->n_tables) in flow_attr_map_set()
1901 if (table_id >= pipeline->n_tables) in pmd_flow_validate()
2056 if (table_id >= pipeline->n_tables) { in pmd_flow_create()
2197 for (i = 0; i < pipeline->n_tables; i++) { in pmd_flow_flush()
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c189 for (i = 0; i < ctl->info.n_tables; i++) { in table_find()
735 for (i = 0; i < ctl->info.n_tables; i++) { in table_free()
1031 for (i = 0; i < ctl->info.n_tables; i++) { in table_state_free()
1044 selector_base_index = ctl->info.n_tables; in table_state_free()
1081 for (i = 0; i < ctl->info.n_tables; i++) { in table_state_create()
1117 selector_base_index = ctl->info.n_tables; in table_state_create()
1251 for (i = 0; i < ctl->info.n_tables; i++) { in rte_swx_ctl_pipeline_create()
1261 for (i = 0; i < ctl->info.n_tables; i++) { in rte_swx_ctl_pipeline_create()
2469 for (i = 0; i < ctl->info.n_tables; i++) { in rte_swx_ctl_pipeline_commit()
2484 for (i = 0; i < ctl->info.n_tables; i++) in rte_swx_ctl_pipeline_commit()
[all …]
H A Drte_swx_ctl.h48 uint32_t n_tables; member
H A Drte_swx_pipeline.c7481 t->id = p->n_tables; in rte_swx_pipeline_table_config()
7485 p->n_tables++; in rte_swx_pipeline_table_config()
7602 for (i = 0; i < p->n_tables; i++) { in table_build()
7657 for (j = 0; j < p->n_tables; j++) { in table_build_free()
7668 for (i = 0; i < p->n_tables; i++) in table_build_free()
8658 for (i = 0; i < p->n_tables; i++) { in table_state_build_free()
9346 uint32_t n_actions = 0, n_tables = 0; in rte_swx_ctl_pipeline_info_get() local
9355 n_tables++; in rte_swx_ctl_pipeline_info_get()
9360 pipeline->n_tables = n_tables; in rte_swx_ctl_pipeline_info_get()
9454 if (!p || (table_id >= p->n_tables) || !match_field) in rte_swx_ctl_table_match_field_info_get()
[all …]
H A Drte_swx_pipeline_internal.h1422 uint32_t n_tables; member
2045 struct rte_swx_table_state *ts = &t->table_state[p->n_tables + in __instr_learn_exec()
2075 struct rte_swx_table_state *ts = &t->table_state[p->n_tables + in __instr_forget_exec()
/dpdk/examples/pipeline/
H A Dcli.c2593 for (i = 0; i < info.n_tables; i++) { in cmd_pipeline_stats()