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_vhost_stat_name

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_vhost_stat_name(3)

Detailed Description

       Vhost virtqueue statistic name element

       This structure is used by rte_vhost_vring_stats_get_names() to provide virtqueue statistics names to the
       calling application.

       Definition at line 358 of file rte_vhost.h.

Field Documentation

charname[RTE_VHOST_STATS_NAME_SIZE]
       The statistic name.

       Definition at line 359 of file rte_vhost.h.

Name

       rte_vhost_stat_name

Synopsis

       #include <rte_vhost.h>

   DataFields
       char name [RTE_VHOST_STATS_NAME_SIZE]

See Also