Home
last modified time | relevance | path

Searched refs:RTE_PIPELINE_ACTION_TABLE (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_pipeline.c423 if ((default_entry->action == RTE_PIPELINE_ACTION_TABLE) && in rte_pipeline_table_default_entry_add()
432 if ((default_entry->action == RTE_PIPELINE_ACTION_TABLE) && in rte_pipeline_table_default_entry_add()
519 if ((entry->action == RTE_PIPELINE_ACTION_TABLE) && in rte_pipeline_table_entry_add()
528 if ((entry->action == RTE_PIPELINE_ACTION_TABLE) && in rte_pipeline_table_entry_add()
621 if ((entries[i]->action == RTE_PIPELINE_ACTION_TABLE) && in rte_pipeline_table_entry_add_bulk()
632 if ((entries[i]->action == RTE_PIPELINE_ACTION_TABLE) && in rte_pipeline_table_entry_add_bulk()
1086 p->action_mask1[RTE_PIPELINE_ACTION_TABLE] = 0; in rte_pipeline_compute_masks()
1329 p->action_mask0[RTE_PIPELINE_ACTION_TABLE] = 0; in rte_pipeline_run()
1415 p->action_mask0[RTE_PIPELINE_ACTION_TABLE] |= in rte_pipeline_run()
1417 RTE_PIPELINE_ACTION_TABLE]; in rte_pipeline_run()
[all …]
H A Drte_pipeline.h192 RTE_PIPELINE_ACTION_TABLE, enumerator
H A Drte_table_action.c41 if (p->action == RTE_PIPELINE_ACTION_TABLE) in fwd_apply()
/dpdk/app/test/
H A Dtest_table_pipeline.c346 default_entry.action = RTE_PIPELINE_ACTION_TABLE; in setup_pipeline()
549 table_entry_default_action = RTE_PIPELINE_ACTION_TABLE; in test_table_pipeline()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1138 if (action->fwd.action == RTE_PIPELINE_ACTION_TABLE && in action_check()
1200 if (action->fwd.action == RTE_PIPELINE_ACTION_TABLE && in action_default_check()
1362 if (action->fwd.action == RTE_PIPELINE_ACTION_TABLE) in softnic_pipeline_table_rule_add_default()
2624 if (action->fwd.action == RTE_PIPELINE_ACTION_TABLE) in pipeline_msg_handle_table_rule_add_default()
H A Drte_eth_softnic_flow.c1239 rule_action->fwd.action = RTE_PIPELINE_ACTION_TABLE; in flow_rule_action_get()
H A Drte_eth_softnic_cli.c3875 a->fwd.action = RTE_PIPELINE_ACTION_TABLE; in parse_table_action_fwd()
5247 action.fwd.action = RTE_PIPELINE_ACTION_TABLE; in cmd_softnic_pipeline_table_rule_add_default()
/dpdk/examples/ip_pipeline/
H A Dthread.c1112 if ((action->fwd.action == RTE_PIPELINE_ACTION_TABLE) && in action_check()
1174 if ((action->fwd.action == RTE_PIPELINE_ACTION_TABLE) && in action_default_check()
1485 if (action->fwd.action == RTE_PIPELINE_ACTION_TABLE) in pipeline_table_rule_add_default()
2775 if (action->fwd.action == RTE_PIPELINE_ACTION_TABLE) in pipeline_msg_handle_table_rule_add_default()
H A Dcli.c3171 a->fwd.action = RTE_PIPELINE_ACTION_TABLE; in parse_table_action_fwd()
4533 action.fwd.action = RTE_PIPELINE_ACTION_TABLE; in cmd_pipeline_table_rule_add_default()
4921 case RTE_PIPELINE_ACTION_TABLE: in table_rule_show()
5112 case RTE_PIPELINE_ACTION_TABLE: in table_rule_show()