Home
last modified time | relevance | path

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

/dpdk/examples/ip_pipeline/
H A Daction.c282 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in table_action_profile_create()
284 RTE_TABLE_ACTION_ENCAP, in table_action_profile_create()
H A Dcli.c1313 p.action_mask |= 1LLU << RTE_TABLE_ACTION_ENCAP; in cmd_table_action_profile()
3334 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3357 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3390 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3427 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3467 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3490 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3513 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3532 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3546 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
[all …]
H A Dthread.c1138 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in action_check()
2628 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in action_convert()
2631 RTE_TABLE_ACTION_ENCAP, in action_convert()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_action.c314 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in softnic_table_action_profile_create()
316 RTE_TABLE_ACTION_ENCAP, in softnic_table_action_profile_create()
H A Drte_eth_softnic_cli.c2023 p.action_mask |= 1LLU << RTE_TABLE_ACTION_ENCAP; in cmd_table_action_profile()
4041 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
4064 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
4097 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
4134 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
4174 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
4198 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
4222 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
4241 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
4255 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
[all …]
H A Drte_eth_softnic_thread.c1164 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in action_check()
2477 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in action_convert()
2480 RTE_TABLE_ACTION_ENCAP, in action_convert()
H A Drte_eth_softnic_flow.c1667 (1LLU << RTE_TABLE_ACTION_ENCAP))) in flow_rule_action_get()
1830 rule_action->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in flow_rule_action_get()
/dpdk/lib/pipeline/
H A Drte_table_action.c2198 case RTE_TABLE_ACTION_ENCAP: in action_valid()
2238 case RTE_TABLE_ACTION_ENCAP: in action_cfg_size()
2267 case RTE_TABLE_ACTION_ENCAP: in action_cfg_get()
2321 case RTE_TABLE_ACTION_ENCAP: in action_data_size()
2429 case RTE_TABLE_ACTION_ENCAP: in rte_table_action_profile_action_register()
2575 case RTE_TABLE_ACTION_ENCAP: in rte_table_action_apply()
2945 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in pkt_work()
2947 action_data_get(table_entry, action, RTE_TABLE_ACTION_ENCAP); in pkt_work()
3196 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in pkt4_work()
3198 action_data_get(table_entry0, action, RTE_TABLE_ACTION_ENCAP); in pkt4_work()
[all …]
H A Drte_table_action.h83 RTE_TABLE_ACTION_ENCAP, enumerator