DOKK / manpages / debian 13 / dpdk-doc / rte_vdpa_stat.3.en
rte_vdpa_stat(3) Library Functions Manual rte_vdpa_stat(3)

rte_vdpa_stat

#include <rte_vdpa.h>


uint64_t id
uint64_t value

A vDPA device statistic structure

This structure is used by rte_vdpa_stats_get() to provide statistics from the HW vDPA device.

It maps a name id, corresponding to an index in the array returned by rte_vdpa_get_stats_names, to a statistic value.

Definition at line 34 of file rte_vdpa.h.

The index in stats name array

Definition at line 35 of file rte_vdpa.h.

The statistic counter value

Definition at line 36 of file rte_vdpa.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK