Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c56 uint32_t n_tables; member
202 uint32_t n_tables; member
272 (p->n_tables == 0)) in thread_pipeline_enable()
294 tdp->n_tables = p->n_tables; in thread_pipeline_enable()
324 req->pipeline_enable.n_tables = p->n_tables; in thread_pipeline_enable()
477 p->n_tables = req->pipeline_enable.n_tables; in thread_msg_handle_pipeline_enable()
986 (table_id >= p->n_tables)) in pipeline_table_stats_read()
1031 (table_id >= p->n_tables)) in match_check()
1102 (table_id >= p->n_tables)) in action_check()
1168 (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.c4839 (table_id >= p->n_tables)) in table_rule_show()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c232 uint32_t n_tables; member
303 (p->n_tables == 0) || in softnic_thread_pipeline_enable()
328 tdp->n_tables = p->n_tables; in softnic_thread_pipeline_enable()
358 req->pipeline_enable.n_tables = p->n_tables; in softnic_thread_pipeline_enable()
508 p->n_tables = req->pipeline_enable.n_tables; in thread_msg_handle_pipeline_enable()
1014 table_id >= p->n_tables) in softnic_pipeline_table_stats_read()
1059 table_id >= p->n_tables) in match_check()
1130 table_id >= p->n_tables) in action_check()
1196 table_id >= p->n_tables) in action_default_check()
1436 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.h528 uint32_t n_tables; member
580 uint32_t n_tables; member
H A Drte_eth_softnic_flow.c54 table_id >= pipeline->n_tables) in flow_attr_map_set()
1897 if (table_id >= pipeline->n_tables) in pmd_flow_validate()
2052 if (table_id >= pipeline->n_tables) { in pmd_flow_create()
2193 for (i = 0; i < pipeline->n_tables; i++) { in pmd_flow_flush()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.c106 for (i = 0; i < ctl->info.n_tables; i++) { in table_find()
616 for (i = 0; i < ctl->info.n_tables; i++) { in table_free()
644 for (i = 0; i < ctl->info.n_tables; i++) { in table_state_free()
666 ctl->ts_next = calloc(ctl->info.n_tables, in table_state_create()
673 for (i = 0; i < ctl->info.n_tables; i++) { in table_state_create()
798 for (i = 0; i < ctl->info.n_tables; i++) { in rte_swx_ctl_pipeline_create()
808 for (i = 0; i < ctl->info.n_tables; i++) { in rte_swx_ctl_pipeline_create()
1282 for (i = 0; i < ctl->info.n_tables; i++) { in rte_swx_ctl_pipeline_commit()
1288 for (i = 0; i < ctl->info.n_tables; i++) in rte_swx_ctl_pipeline_commit()
1302 for (i = 0; i < ctl->info.n_tables; i++) { in rte_swx_ctl_pipeline_commit()
[all …]
H A Drte_swx_ctl.h47 uint32_t n_tables; member
H A Drte_swx_pipeline.c1000 uint32_t n_tables; member
6565 t->id = p->n_tables; in rte_swx_pipeline_table_config()
6569 p->n_tables++; in rte_swx_pipeline_table_config()
6645 p->table_state = calloc(p->n_tables, in table_state_build()
6694 for (i = 0; i < p->n_tables; i++) { in table_state_build_free()
6782 for (j = 0; j < p->n_tables; j++) { in table_build_free()
7003 uint32_t n_actions = 0, n_tables = 0; in rte_swx_ctl_pipeline_info_get() local
7012 n_tables++; in rte_swx_ctl_pipeline_info_get()
7017 pipeline->n_tables = n_tables; in rte_swx_ctl_pipeline_info_get()
7106 if (!p || (table_id >= p->n_tables) || !match_field) in rte_swx_ctl_table_match_field_info_get()
[all …]