|
DPDK 25.11.0-rc1
|
#include <rte_dmadev.h>
Data Fields | |
| uint64_t | submitted |
| uint64_t | completed |
| uint64_t | errors |
A structure used to retrieve statistics.
Definition at line 715 of file rte_dmadev.h.
| uint64_t submitted |
Count of operations which were submitted to hardware.
Definition at line 717 of file rte_dmadev.h.
| uint64_t completed |
Count of operations which were completed, including successful and failed completions.
Definition at line 721 of file rte_dmadev.h.
| uint64_t errors |
Count of operations which failed to complete.
Definition at line 723 of file rte_dmadev.h.