logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_dma_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                 rte_dma_conf(3)

Detailed Description

       A structure used to configure a DMA device.

       Seealsorte_dma_configure

       Definition at line 332 of file rte_dmadev.h.

Field Documentation

uint16_tnb_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 337 of file rte_dmadev.h.

   boolenable_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.

       SeealsoRTE_DMA_CAPA_SILENT

       Definition at line 345 of file rte_dmadev.h.

Name

       rte_dma_conf

Synopsis

       #include <rte_dmadev.h>

   DataFields
       uint16_t nb_vchans
       bool enable_silent

See Also