DPDK  21.08.0
Data Fields
rte_vdpa_stat_name Struct Reference

#include <rte_vdpa.h>

Data Fields

char name [RTE_VDPA_STATS_NAME_SIZE]
 

Detailed Description

A name element for statistics

An array of this structure is returned by rte_vdpa_get_stats_names It lists the names of extended statistics for a PMD. The rte_vdpa_stat structure references these names by their array index

Examples:
examples/vdpa/main.c.

Definition at line 42 of file rte_vdpa.h.

Field Documentation

◆ name

The statistic name

Definition at line 43 of file rte_vdpa.h.


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