Home
last modified time | relevance | path

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

/f-stack/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.c1315 p.action_mask |= 1LLU << RTE_TABLE_ACTION_ENCAP; in cmd_table_action_profile()
3336 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3359 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3392 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3429 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3469 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3492 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3515 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3534 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
3548 a->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in parse_table_action_encap()
[all …]
H A Dthread.c1140 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in action_check()
2630 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in action_convert()
2633 RTE_TABLE_ACTION_ENCAP, in action_convert()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_action.c313 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in softnic_table_action_profile_create()
315 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.c1168 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in action_check()
2481 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in action_convert()
2484 RTE_TABLE_ACTION_ENCAP, in action_convert()
H A Drte_eth_softnic_flow.c1663 (1LLU << RTE_TABLE_ACTION_ENCAP))) in flow_rule_action_get()
1826 rule_action->action_mask |= 1 << RTE_TABLE_ACTION_ENCAP; in flow_rule_action_get()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c2200 case RTE_TABLE_ACTION_ENCAP: in action_valid()
2240 case RTE_TABLE_ACTION_ENCAP: in action_cfg_size()
2269 case RTE_TABLE_ACTION_ENCAP: in action_cfg_get()
2323 case RTE_TABLE_ACTION_ENCAP: in action_data_size()
2431 case RTE_TABLE_ACTION_ENCAP: in rte_table_action_profile_action_register()
2577 case RTE_TABLE_ACTION_ENCAP: in rte_table_action_apply()
2947 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in pkt_work()
2949 action_data_get(table_entry, action, RTE_TABLE_ACTION_ENCAP); in pkt_work()
3198 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_ENCAP)) { in pkt4_work()
3200 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