| rte_flow_field_data(3) | Library Functions Manual | rte_flow_field_data(3) |
rte_flow_field_data
#include <rte_flow.h>
enum rte_flow_field_id field
Warning
Packet header field descriptions, used by RTE_FLOW_ACTION_TYPE_MODIFY_FIELD and RTE_FLOW_ITEM_TYPE_COMPARE.
Definition at line 2449 of file rte_flow.h.
Field or memory type ID.
Definition at line 2450 of file rte_flow.h.
Packet encapsulation level containing the field to modify.
It basically stands for the innermost encapsulation level. Modification can be performed according to PMD and device capabilities.
Values other than 0 are not necessarily supported.
Note
Definition at line 2490 of file rte_flow.h.
Tag index array inside encapsulation level. Used for VLAN, MPLS or TAG types.
Definition at line 2497 of file rte_flow.h.
Geneve option type.
Definition at line 2508 of file rte_flow.h.
Geneve option class.
Definition at line 2512 of file rte_flow.h.
Number of bits to skip from a field.
Definition at line 2519 of file rte_flow.h.
Immediate value for RTE_FLOW_FIELD_VALUE, presented in the same byte order and length as in relevant rte_flow_item_xxx. The immediate source bitfield offset is inherited from the destination's one.
Definition at line 2527 of file rte_flow.h.
Memory address for RTE_FLOW_FIELD_POINTER, memory layout should be the same as for relevant field in the rte_flow_item_xxx structure.
Definition at line 2533 of file rte_flow.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |