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_item_flex_field

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_flow_item_flex_field(3)

Detailed Description

WarningEXPERIMENTAL: this structure may change without prior notice

       Definition at line 2225 of file rte_flow.h.

Field Documentation

enumrte_flow_item_flex_field_modefield_mode
       Defines how match field offset is calculated over the packet.

       Definition at line 2227 of file rte_flow.h.

   uint32_tfield_size
       Field size in bits.

       Definition at line 2228 of file rte_flow.h.

   int32_tfield_base
       Field offset in bits.

       Definition at line 2229 of file rte_flow.h.

   uint32_toffset_base
       Indirect offset field offset in bits.

       Definition at line 2230 of file rte_flow.h.

   uint32_toffset_mask
       Indirect offset field bit mask.

       Definition at line 2231 of file rte_flow.h.

   int32_toffset_shift
       Indirect offset multiply factor.

       Definition at line 2232 of file rte_flow.h.

   uint32_tfield_id
       Device hint, for multiple items in flow.

       Definition at line 2233 of file rte_flow.h.

   uint32_treserved
       Reserved field.

       Definition at line 2234 of file rte_flow.h.

Name

       rte_flow_item_flex_field

Synopsis

       #include <rte_flow.h>

   DataFields
       enum rte_flow_item_flex_field_modefield_mode
       uint32_t field_size
       int32_t field_base
       uint32_t offset_base
       uint32_t offset_mask
       int32_t offset_shift
       uint32_t field_id:16
       uint32_t reserved:16

See Also