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_flow_ext

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_eth_fdir_flow_ext(3)

Detailed Description

       A structure used to contain extend input of flow

       Definition at line 285 of file rte_eth_ctrl.h.

Field Documentation

uint8_tflexbytes[RTE_ETH_FDIR_MAX_FLEXLEN]
       It is filled by the flexible payload to match.

       Definition at line 287 of file rte_eth_ctrl.h.

   uint8_tis_vf
       1 for VF, 0 for port dev

       Definition at line 289 of file rte_eth_ctrl.h.

   uint16_tdst_id
       VF ID, available when is_vf is 1

       Definition at line 290 of file rte_eth_ctrl.h.

Name

       rte_eth_fdir_flow_ext

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       uint8_t flexbytes [RTE_ETH_FDIR_MAX_FLEXLEN]
       uint8_t is_vf
       uint16_t dst_id

See Also