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_vdpa_stat_name

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_vdpa_stat_name(3)

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

       Definition at line 46 of file rte_vdpa.h.

Field Documentation

charname[RTE_VDPA_STATS_NAME_SIZE]
       The statistic name

       Definition at line 47 of file rte_vdpa.h.

Name

       rte_vdpa_stat_name

Synopsis

       #include <rte_vdpa.h>

   DataFields
       char name [RTE_VDPA_STATS_NAME_SIZE]

See Also