Searched refs:decap (Results 1 – 16 of 16) sorted by relevance
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 340 * ``--raw-decap=<DATA>`` 341 Add raw decap action to all flows actions. 343 Example: raw-decap=ether,ipv4,gre 350 * ``--vxlan-decap`` 351 Add vxlan decap action to all flows actions.
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 959 struct fm_action_op *op, *steer, *decap; in enic_fm_reorder_action_op() local 966 decap = NULL; in enic_fm_reorder_action_op() 968 if (!decap && (op->fa_op == FMOP_DECAP_NOSTRIP || in enic_fm_reorder_action_op() 970 decap = op; in enic_fm_reorder_action_op() 976 if (steer && decap && decap < steer) { in enic_fm_reorder_action_op() 979 (long)(decap - op), (long)(steer - op)); in enic_fm_reorder_action_op() 980 tmp_op = *decap; in enic_fm_reorder_action_op() 981 *decap = *steer; in enic_fm_reorder_action_op() 1503 struct fm_action_op *decap; in enic_fm_copy_action() local 1511 if (decap) { in enic_fm_copy_action() [all …]
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.h | 297 struct rte_table_action_decap_params decap; member
|
| H A D | cli.c | 4143 if (parser_read_uint16(&a->decap.n, tokens[1])) in parse_table_action_decap() 5096 fprintf(f, "decap %u ", a->decap.n); in table_rule_show()
|
| H A D | thread.c | 2704 &action->decap); in action_convert()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 171 * Added support for VXLAN decap offload using rte_flow. 179 * Added support for VXLAN decap combined with VLAN pop 270 * Added raw encap/decap actions. 271 * Added VXLAN encap/decap actions.
|
| H A D | release_18_11.rst | 156 * Added support for header re-write(L2-L4), VXLAN encap/decap, count, match 158 * Added support for match on metadata, VXLAN and MPLS encap/decap with flow
|
| H A D | release_20_08.rst | 135 * Added support for VXLAN encap/decap.
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_internals.h | 975 struct rte_table_action_decap_params decap; member
|
| H A D | rte_eth_softnic_flow.c | 1544 rule_action->decap.n = 50; /* Ether/IPv4/UDP/VXLAN */ in flow_rule_action_get()
|
| H A D | rte_eth_softnic_thread.c | 2545 &action->decap); in action_convert()
|
| H A D | rte_eth_softnic_cli.c | 4850 if (softnic_parser_read_uint16(&a->decap.n, tokens[1])) in parse_table_action_decap()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 2688 const struct rte_flow_action_raw_decap *decap, in flow_dv_validate_action_raw_encap_decap() argument 2700 if (decap && encap) { in flow_dv_validate_action_raw_encap_decap() 2701 if (decap->size <= MLX5_ENCAPSULATION_DECISION_SIZE && in flow_dv_validate_action_raw_encap_decap() 2704 decap = NULL; in flow_dv_validate_action_raw_encap_decap() 2707 decap->size > in flow_dv_validate_action_raw_encap_decap() 2713 decap->size > in flow_dv_validate_action_raw_encap_decap() 2725 if (decap) { in flow_dv_validate_action_raw_encap_decap() 5224 const struct rte_flow_action_raw_decap *decap; in flow_dv_validate() local 5778 decap = actions->conf; in flow_dv_validate() 5789 decap ? decap : &empty_decap, encap, in flow_dv_validate()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 2316 decap layer 3 tunnel (for example MPLSoGRE) or complete tunnel definition 3167 2 Apply the decap only at the last offload stage after all the 3173 must decap before accessing inner headers. 3178 is capable to match on outer headers after decap. 3191 1 Remove explicit call to decap action and replace it with PMD actions
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 1505 u8 decap[0x1]; member
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 684 - An application can issue a VXLAN decap offload request using rte_flow API
|