DPDK 22.11.5
|
#include <rte_metrics.h>
Data Fields | |
char | name [RTE_METRICS_MAX_NAME_LEN] |
A name-key lookup for metrics.
An array of this structure is returned by rte_metrics_get_names(). The struct rte_metric_value references these names via their array index.
Definition at line 54 of file rte_metrics.h.
char name[RTE_METRICS_MAX_NAME_LEN] |
String describing metric
Definition at line 56 of file rte_metrics.h.