Home
last modified time | relevance | path

Searched refs:RTE_PIPELINE_ACTION_PORT (Results 1 – 17 of 17) sorted by relevance

/dpdk/app/test/
H A Dtest_table_pipeline.c366 .action = RTE_PIPELINE_ACTION_PORT, in setup_pipeline()
517 table_entry_default_action = RTE_PIPELINE_ACTION_PORT; in test_table_pipeline()
525 table_entry_default_action = RTE_PIPELINE_ACTION_PORT; in test_table_pipeline()
H A Dtest_table.c44 uint32_t table_entry_hit_action = RTE_PIPELINE_ACTION_PORT;
H A Dtest_table_acl.c483 entries[n].action = RTE_PIPELINE_ACTION_PORT; in setup_acl_pipeline()
537 .action = RTE_PIPELINE_ACTION_PORT, in setup_acl_pipeline()
H A Dtest_table_combined.c138 .action = RTE_PIPELINE_ACTION_PORT, in test_table_type()
/dpdk/app/test-pipeline/
H A Dpipeline_stub.c102 .action = RTE_PIPELINE_ACTION_PORT, in app_main_loop_worker_pipeline_stub()
H A Dpipeline_lpm.c121 .action = RTE_PIPELINE_ACTION_PORT, in app_main_loop_worker_pipeline_lpm()
H A Dpipeline_lpm_ipv6.c117 .action = RTE_PIPELINE_ACTION_PORT, in app_main_loop_worker_pipeline_lpm_ipv6()
H A Dpipeline_acl.c178 .action = RTE_PIPELINE_ACTION_PORT, in app_main_loop_worker_pipeline_acl()
H A Dpipeline_hash.c339 .action = RTE_PIPELINE_ACTION_PORT, in app_main_loop_worker_pipeline_hash()
/dpdk/lib/pipeline/
H A Drte_pipeline.c1084 p->action_mask1[RTE_PIPELINE_ACTION_PORT] = 0; in rte_pipeline_compute_masks()
1327 p->action_mask0[RTE_PIPELINE_ACTION_PORT] = 0; in rte_pipeline_run()
1370 if ((default_entry->action == RTE_PIPELINE_ACTION_PORT) && in rte_pipeline_run()
1409 p->action_mask0[RTE_PIPELINE_ACTION_PORT] |= in rte_pipeline_run()
1411 RTE_PIPELINE_ACTION_PORT]; in rte_pipeline_run()
1431 p->action_mask0[RTE_PIPELINE_ACTION_PORT]); in rte_pipeline_run()
H A Drte_pipeline.h186 RTE_PIPELINE_ACTION_PORT, enumerator
H A Drte_table_action.c38 if (p->action == RTE_PIPELINE_ACTION_PORT) in fwd_apply()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1134 if (action->fwd.action == RTE_PIPELINE_ACTION_PORT && in action_check()
1196 if (action->fwd.action == RTE_PIPELINE_ACTION_PORT && in action_default_check()
1360 if (action->fwd.action == RTE_PIPELINE_ACTION_PORT) in softnic_pipeline_table_rule_add_default()
2622 if (action->fwd.action == RTE_PIPELINE_ACTION_PORT) in pipeline_msg_handle_table_rule_add_default()
H A Drte_eth_softnic_flow.c1302 rule_action->fwd.action = RTE_PIPELINE_ACTION_PORT; in flow_rule_action_get()
H A Drte_eth_softnic_cli.c3856 a->fwd.action = RTE_PIPELINE_ACTION_PORT; in parse_table_action_fwd()
5225 action.fwd.action = RTE_PIPELINE_ACTION_PORT; in cmd_softnic_pipeline_table_rule_add_default()
/dpdk/examples/ip_pipeline/
H A Dthread.c1108 if ((action->fwd.action == RTE_PIPELINE_ACTION_PORT) && in action_check()
1170 if ((action->fwd.action == RTE_PIPELINE_ACTION_PORT) && in action_default_check()
1483 if (action->fwd.action == RTE_PIPELINE_ACTION_PORT) in pipeline_table_rule_add_default()
2773 if (action->fwd.action == RTE_PIPELINE_ACTION_PORT) in pipeline_msg_handle_table_rule_add_default()
H A Dcli.c3152 a->fwd.action = RTE_PIPELINE_ACTION_PORT; in parse_table_action_fwd()
4511 action.fwd.action = RTE_PIPELINE_ACTION_PORT; in cmd_pipeline_table_rule_add_default()
4913 case RTE_PIPELINE_ACTION_PORT: in table_rule_show()
5104 case RTE_PIPELINE_ACTION_PORT: in table_rule_show()