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_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_eth_fdir_stats(3)

Detailed Description

       A structure used to define the statistics of flow director. It supports RTE_ETH_FILTER_FDIR with
       RTE_ETH_FILTER_STATS operation.

       Definition at line 471 of file rte_eth_ctrl.h.

Field Documentation

uint32_tcollision
       Number of filters with collision.

       Definition at line 472 of file rte_eth_ctrl.h.

   uint32_tfree
       Number of free filters.

       Definition at line 473 of file rte_eth_ctrl.h.

   uint32_tmaxhash
       The lookup hash value of the added filter that updated the value of the MAXLEN field

       Definition at line 474 of file rte_eth_ctrl.h.

   uint32_tmaxlen
       Longest linked list of filters.

       Definition at line 477 of file rte_eth_ctrl.h.

   uint64_tadd
       Number of added filters.

       Definition at line 478 of file rte_eth_ctrl.h.

   uint64_tremove
       Number of removed filters.

       Definition at line 479 of file rte_eth_ctrl.h.

   uint64_tf_add
       Number of failed added filters.

       Definition at line 480 of file rte_eth_ctrl.h.

   uint64_tf_remove
       Number of failed removed filters.

       Definition at line 481 of file rte_eth_ctrl.h.

   uint32_tguarant_cnt
       Number of filters in guaranteed spaces.

       Definition at line 482 of file rte_eth_ctrl.h.

   uint32_tbest_cnt
       Number of filters in best effort spaces.

       Definition at line 483 of file rte_eth_ctrl.h.

Name

       rte_eth_fdir_stats

Synopsis

       #include <rte_eth_ctrl.h>

   DataFields
       uint32_t collision
       uint32_t free
       uint32_t maxhash
       uint32_t maxlen
       uint64_t add
       uint64_t remove
       uint64_t f_add
       uint64_t f_remove
       uint32_t guarant_cnt
       uint32_t best_cnt

See Also