logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_flow_action_modify_field

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_flow_action_modify_field(3)

Detailed Description

WarningEXPERIMENTAL: this structure may change without prior notice

       RTE_FLOW_ACTION_TYPE_MODIFY_FIELD

       Modify a destination header field according to the specified operation. Another field of the packet can
       be used as a source as well as tag, mark, metadata, immediate value or a pointer to it.

       Definition at line 4139 of file rte_flow.h.

Field Documentation

enumrte_flow_modify_opoperation
       Operation to perform.

       Definition at line 4140 of file rte_flow.h.

   structrte_flow_field_datadst
       Destination field.

       Definition at line 4141 of file rte_flow.h.

   structrte_flow_field_datasrc
       Source field.

       Definition at line 4142 of file rte_flow.h.

   uint32_twidth
       Number of bits to use from a source field.

       Definition at line 4143 of file rte_flow.h.

Name

       rte_flow_action_modify_field

Synopsis

       #include <rte_flow.h>

   DataFields
       enum rte_flow_modify_opoperation
       struct rte_flow_field_datadst
       struct rte_flow_field_datasrc
       uint32_t width

See Also