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_filter

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_eth_fdir_filter(3)

Detailed Description

       A structure used to define the flow director filter entry.

       Definition at line 340 of file rte_eth_ctrl.h.

Field Documentation

uint32_tsoft_id
       ID, an unique value is required when deal with FDIR entry

       Definition at line 341 of file rte_eth_ctrl.h.

   structrte_eth_fdir_inputinput
       Input set

       Definition at line 343 of file rte_eth_ctrl.h.

   structrte_eth_fdir_actionaction
       Action taken when match

       Definition at line 344 of file rte_eth_ctrl.h.

Name

       rte_eth_fdir_filter

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       uint32_t soft_id
       struct rte_eth_fdir_inputinput
       struct rte_eth_fdir_actionaction

See Also