| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 380 * ``--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 D | enic_fm_flow.c | 1288 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 D | pipeline.h | 297 struct rte_table_action_decap_params decap; member
|
| H A D | cli.c | 4137 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 D | thread.c | 2702 &action->decap); in action_convert()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 125 * 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 D | release_21_02.rst | 40 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 D | release_18_11.rst | 109 * 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 D | release_20_08.rst | 88 * Added support for VXLAN encap/decap.
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_internals.h | 988 struct rte_table_action_decap_params decap; member
|
| H A D | rte_eth_softnic_flow.c | 1538 rule_action->decap.n = 50; /* Ether/IPv4/UDP/VXLAN */ in flow_rule_action_get()
|
| H A D | rte_eth_softnic_thread.c | 2541 &action->decap); in action_convert()
|
| H A D | rte_eth_softnic_cli.c | 4846 if (softnic_parser_read_uint16(&a->decap.n, tokens[1])) in parse_table_action_decap()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 3467 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 D | mlx5_flow.c | 5789 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 D | rte_flow.rst | 2570 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 D | mlx5.rst | 82 - Matching on GTP extension header with raw encap/decap action. 83 - Matching on Geneve TLV option header with raw encap/decap action.
|
| H A D | bnxt.rst | 681 - An application can issue a VXLAN decap offload request using rte_flow API
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 1849 u8 decap[0x1]; member
|