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_eth_flex_payload_cfg

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_eth_flex_payload_cfg(3)

Detailed Description

       A structure used to select bytes extracted from the protocol layers to flexible payload for filter

       Definition at line 386 of file rte_eth_ctrl.h.

Field Documentation

enumrte_eth_payload_typetype
       Payload type

       Definition at line 387 of file rte_eth_ctrl.h.

   uint16_tsrc_offset[RTE_ETH_FDIR_MAX_FLEXLEN]
       Offset in bytes from the beginning of packet's payload src_offset[i] indicates the flexbyte i's offset in
       original packet payload. This value should be less than flex_payload_limit in struct rte_eth_fdir_info.

       Definition at line 388 of file rte_eth_ctrl.h.

Name

       rte_eth_flex_payload_cfg

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       enum rte_eth_payload_typetype
       uint16_t src_offset [RTE_ETH_FDIR_MAX_FLEXLEN]

See Also