DPDK  /usr/bin/make-f/build/dpdk-xVLO7N/dpdk-16.07/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_eth_fdir_stats Struct Reference

#include <rte_eth_ctrl.h>

Data Fields

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
 

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 731 of file rte_eth_ctrl.h.

Field Documentation

§ collision

uint32_t collision

Number of filters with collision.

Definition at line 732 of file rte_eth_ctrl.h.

§ free

uint32_t free

Number of free filters.

Definition at line 733 of file rte_eth_ctrl.h.

§ maxhash

uint32_t maxhash

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

Definition at line 734 of file rte_eth_ctrl.h.

§ maxlen

uint32_t maxlen

Longest linked list of filters.

Definition at line 737 of file rte_eth_ctrl.h.

§ add

uint64_t add

Number of added filters.

Definition at line 738 of file rte_eth_ctrl.h.

§ remove

uint64_t remove

Number of removed filters.

Definition at line 739 of file rte_eth_ctrl.h.

§ f_add

uint64_t f_add

Number of failed added filters.

Definition at line 740 of file rte_eth_ctrl.h.

§ f_remove

uint64_t f_remove

Number of failed removed filters.

Definition at line 741 of file rte_eth_ctrl.h.

§ guarant_cnt

uint32_t guarant_cnt

Number of filters in guaranteed spaces.

Definition at line 742 of file rte_eth_ctrl.h.

§ best_cnt

uint32_t best_cnt

Number of filters in best effort spaces.

Definition at line 743 of file rte_eth_ctrl.h.


The documentation for this struct was generated from the following file: