DPDK  24.03.0
Data Fields
rte_dma_stats Struct Reference

#include <rte_dmadev.h>

Data Fields

uint64_t submitted
 
uint64_t completed
 
uint64_t errors
 

Detailed Description

A structure used to retrieve statistics.

See also
rte_dma_stats_get
Examples:
examples/dma/dmafwd.c.

Definition at line 607 of file rte_dmadev.h.

Field Documentation

◆ submitted

uint64_t submitted

Count of operations which were submitted to hardware.

Examples:
examples/dma/dmafwd.c.

Definition at line 609 of file rte_dmadev.h.

◆ completed

uint64_t completed

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

Examples:
examples/dma/dmafwd.c.

Definition at line 613 of file rte_dmadev.h.

◆ errors

uint64_t errors

Count of operations which failed to complete.

Examples:
examples/dma/dmafwd.c.

Definition at line 615 of file rte_dmadev.h.


The documentation for this struct was generated from the following file: