Home
last modified time | relevance | path

Searched refs:decap (Results 1 – 19 of 19) sorted by relevance

/dpdk/doc/guides/tools/
H A Dflow-perf.rst380 * ``--raw-decap=<DATA>``
381 Add raw decap action to all flows actions.
383 Example: raw-decap=ether,ipv4,gre
390 * ``--vxlan-decap``
391 Add vxlan decap action to all flows actions.
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c1288 struct fm_action_op *op, *steer, *decap; in enic_fm_reorder_action_op() local
1295 decap = NULL; in enic_fm_reorder_action_op()
1297 if (!decap && (op->fa_op == FMOP_DECAP_NOSTRIP || in enic_fm_reorder_action_op()
1299 decap = op; in enic_fm_reorder_action_op()
1305 if (steer && decap && decap < steer) { in enic_fm_reorder_action_op()
1308 (long)(decap - op), (long)(steer - op)); in enic_fm_reorder_action_op()
1309 tmp_op = *decap; in enic_fm_reorder_action_op()
1310 *decap = *steer; in enic_fm_reorder_action_op()
1851 struct fm_action_op *decap; in enic_fm_copy_action() local
1859 if (decap) { in enic_fm_copy_action()
[all …]
/dpdk/examples/ip_pipeline/
H A Dpipeline.h297 struct rte_table_action_decap_params decap; member
H A Dcli.c4137 if (parser_read_uint16(&a->decap.n, tokens[1])) in parse_table_action_decap()
5087 fprintf(f, "decap %u ", a->decap.n); in table_rule_show()
H A Dthread.c2702 &action->decap); in action_convert()
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst125 * Added support for VXLAN decap offload using rte_flow.
133 * Added support for VXLAN decap combined with VLAN pop
224 * Added raw encap/decap actions.
225 * Added VXLAN encap/decap actions.
H A Drelease_21_02.rst40 Added support for matching and raw encap/decap of GENEVE TLV option.
87 * Added GTP PDU session container matching and raw encap/decap.
H A Drelease_18_11.rst109 * Added support for header re-write(L2-L4), VXLAN encap/decap, count, match
111 * Added support for match on metadata, VXLAN and MPLS encap/decap with flow
H A Drelease_20_08.rst88 * Added support for VXLAN encap/decap.
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h988 struct rte_table_action_decap_params decap; member
H A Drte_eth_softnic_flow.c1538 rule_action->decap.n = 50; /* Ether/IPv4/UDP/VXLAN */ in flow_rule_action_get()
H A Drte_eth_softnic_thread.c2541 &action->decap); in action_convert()
H A Drte_eth_softnic_cli.c4846 if (softnic_parser_read_uint16(&a->decap.n, tokens[1])) in parse_table_action_decap()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c3467 const struct rte_flow_action_raw_decap *decap, in flow_dv_validate_action_raw_encap_decap() argument
3480 if (decap && encap) { in flow_dv_validate_action_raw_encap_decap()
3481 if (decap->size <= MLX5_ENCAPSULATION_DECISION_SIZE && in flow_dv_validate_action_raw_encap_decap()
3484 decap = NULL; in flow_dv_validate_action_raw_encap_decap()
3487 decap->size > in flow_dv_validate_action_raw_encap_decap()
3493 decap->size > in flow_dv_validate_action_raw_encap_decap()
3505 if (decap) { in flow_dv_validate_action_raw_encap_decap()
6860 const struct rte_flow_action_raw_decap *decap; in flow_dv_validate() local
7549 decap = actions->conf; in flow_dv_validate()
7560 decap ? decap : &empty_decap, encap, in flow_dv_validate()
H A Dmlx5_flow.c5789 const struct rte_flow_action_raw_decap *decap; in flow_check_match_action() local
5848 decap = actions->conf; in flow_check_match_action()
5855 if (decap->size <= in flow_check_match_action()
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst2570 decap layer 3 tunnel (for example MPLSoGRE) or complete tunnel definition
4136 2 Apply the decap only at the last offload stage after all the
4142 must decap before accessing inner headers.
4147 is capable to match on outer headers after decap.
4160 1 Remove explicit call to decap action and replace it with PMD actions
/dpdk/doc/guides/nics/
H A Dmlx5.rst82 - Matching on GTP extension header with raw encap/decap action.
83 - Matching on Geneve TLV option header with raw encap/decap action.
H A Dbnxt.rst681 - An application can issue a VXLAN decap offload request using rte_flow API
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h1849 u8 decap[0x1]; member