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_metric_value

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_metric_value(3)

Detailed Description

       Metric value structure.

       This structure is used by rte_metrics_get_values() to return metrics, which are statistics that are not
       generated by PMDs. It maps a name key, which corresponds to an index in the array returned by
       rte_metrics_get_names().

       Definition at line 68 of file rte_metrics.h.

Field Documentation

uint16_tkey
       Numeric identifier of metric.

       Definition at line 70 of file rte_metrics.h.

   uint64_tvalue
       Value for metric

       Definition at line 72 of file rte_metrics.h.

Name

       rte_metric_value

Synopsis

       #include <rte_metrics.h>

   DataFields
       uint16_t key
       uint64_t value

See Also