| rte_eth_xstat_name(3) | Library Functions Manual | rte_eth_xstat_name(3) |
rte_eth_xstat_name
#include <rte_ethdev.h>
char name [RTE_ETH_XSTATS_NAME_SIZE]
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_xstat structure references these names by their array index.
The xstats should follow a common naming scheme. Some names are standardized in rte_stats_strings. Examples:
Definition at line 1962 of file rte_ethdev.h.
The statistic name.
Definition at line 1963 of file rte_ethdev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |