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_fdir_flex_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_eth_fdir_flex_conf(3)

Detailed Description

       A structure used to define all flexible payload related setting include flex payload and flex mask

       Definition at line 409 of file rte_eth_ctrl.h.

Field Documentation

uint16_tnb_payloads
       The number of following payload cfg

       Definition at line 410 of file rte_eth_ctrl.h.

   uint16_tnb_flexmasks
       The number of following mask

       Definition at line 411 of file rte_eth_ctrl.h.

   structrte_eth_flex_payload_cfgflex_set[RTE_ETH_PAYLOAD_MAX]
       Flex payload configuration for each payload type

       Definition at line 412 of file rte_eth_ctrl.h.

   structrte_eth_fdir_flex_maskflex_mask[RTE_ETH_FLOW_MAX]
       Flex mask configuration for each flow type

       Definition at line 414 of file rte_eth_ctrl.h.

Name

       rte_eth_fdir_flex_conf

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       uint16_t nb_payloads
       uint16_t nb_flexmasks
       struct rte_eth_flex_payload_cfgflex_set [RTE_ETH_PAYLOAD_MAX]
       struct rte_eth_fdir_flex_maskflex_mask [RTE_ETH_FLOW_MAX]

See Also