Man page - rte_dma_stats(3)

Packages contas this manual

Manual

rte_dma_stats(3) Library Functions Manual rte_dma_stats(3)

rte_dma_stats

#include <rte_dmadev.h>


uint64_t submitted
uint64_t completed
uint64_t errors

A structure used to retrieve statistics.

See also

rte_dma_stats_get

Definition at line 627 of file rte_dmadev.h.

Count of operations which were submitted to hardware.

Definition at line 629 of file rte_dmadev.h.

Count of operations which were completed, including successful and failed completions.

Definition at line 633 of file rte_dmadev.h.

Count of operations which failed to complete.

Definition at line 635 of file rte_dmadev.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.4 DPDK