table of contents
rte_ml_dev_xstats_map(3) | DPDK | rte_ml_dev_xstats_map(3) |
NAME¶
rte_ml_dev_xstats_map
SYNOPSIS¶
#include <rte_mldev.h>
Data Fields¶
uint16_t id
char name [RTE_ML_STR_MAX]
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 630 of file rte_mldev.h.
Field Documentation¶
uint16_t id¶
xstat identifier
Definition at line 631 of file rte_mldev.h.
char name[RTE_ML_STR_MAX]¶
xstat name
Definition at line 633 of file rte_mldev.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |