|
DPDK 25.11.0-rc1
|
#include <rte_dmadev.h>
Data Fields | |
| uint16_t | nb_vchans |
| uint64_t | flags |
A structure used to configure a DMA device.
Definition at line 359 of file rte_dmadev.h.
| uint16_t nb_vchans |
The number of virtual DMA channels to set up for the DMA device. This value cannot be greater than the field 'max_vchans' of struct rte_dma_info which get from rte_dma_info_get().
Definition at line 364 of file rte_dmadev.h.
| uint64_t flags |
DMA device configuration flags defined as RTE_DMA_CFG_FLAG_*.
Definition at line 374 of file rte_dmadev.h.