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_xstat_name

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_eth_xstat_name(3)

Detailed Description

       A name element for extended statistics.

       An array of this structure is returned by rte_eth_xstats_get_names(). It lists the names of extended
       statistics for a PMD. The rte_eth_xstatstructurereferencesthesenamesbytheirarrayindex.

       The xstats should follow a common naming scheme. Some names are standardized in rte_stats_strings.
       Examples:

       • rx_missed_errors

       • tx_q3_bytes

       • tx_size_128_to_255_packets

       Definition at line 1962 of file rte_ethdev.h.

Field Documentation

charname[RTE_ETH_XSTATS_NAME_SIZE]
       The statistic name.

       Definition at line 1963 of file rte_ethdev.h.

Name

       rte_eth_xstat_name

Synopsis

       #include <rte_ethdev.h>

   DataFields
       char name [RTE_ETH_XSTATS_NAME_SIZE]

See Also