DPDK  1.8.0
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.

Field Documentation

uint64_t add

Number of added filters.

uint32_t best_cnt

Number of filters in best effort spaces.

uint32_t collision

Number of filters with collision.

uint64_t f_add

Number of failed added filters.

uint64_t f_remove

Number of failed removed filters.

uint32_t free

Number of free filters.

uint32_t guarant_cnt

Number of filters in guaranteed spaces.

uint32_t maxhash

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

uint32_t maxlen

Longest linked list of filters.

uint64_t remove

Number of removed filters.


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