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_ml_dev_xstats_map

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_ml_dev_xstats_map(3)

Detailed Description

       A name-key lookup element for extended statistics.

       This structure is used to map between names and ID numbers for extended ML device statistics.

       Definition at line 644 of file rte_mldev.h.

Field Documentation

uint16_tid
       xstat identifier

       Definition at line 645 of file rte_mldev.h.

   charname[RTE_ML_STR_MAX]
       xstat name

       Definition at line 647 of file rte_mldev.h.

Name

       rte_ml_dev_xstats_map

Synopsis

       #include <rte_mldev.h>

   DataFields
       uint16_t id
       char name [RTE_ML_STR_MAX]

See Also