DPDK  19.11.14
Data Fields
rte_eth_xstat_name Struct Reference

#include <rte_ethdev.h>

Data Fields

char name [RTE_ETH_XSTATS_NAME_SIZE]
 

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_xstat structure references these names by their array index.

Examples:
examples/bbdev_app/main.c.

Definition at line 1352 of file rte_ethdev.h.

Field Documentation

◆ name

The statistic name.

Definition at line 1353 of file rte_ethdev.h.


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