DPDK 22.11.5
|
#include <rte_dmadev.h>
Data Fields | |
uint16_t | nb_vchans |
bool | enable_silent |
A structure used to configure a DMA device.
Definition at line 335 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 340 of file rte_dmadev.h.
bool enable_silent |
Indicates whether to enable silent mode. false-default mode, true-silent mode. This value can be set to true only when the SILENT capability is supported.
Definition at line 348 of file rte_dmadev.h.