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_auto_free_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_dma_auto_free_param(3)

Detailed Description

       A structure used for offload auto free params.

       Definition at line 547 of file rte_dmadev.h.

Field Documentation

structrte_mempool*pool
       Mempool from which buffer is allocated. Mempool info is used for freeing buffer by hardware.

       Note
           If the mempool is not supported by the DMA device, rte_dma_vchan_setup() will fail.

       Definition at line 557 of file rte_dmadev.h.

   uint64_treserved[2]
       Reserved for future fields.

       Definition at line 561 of file rte_dmadev.h.

Name

       rte_dma_auto_free_param

Synopsis

       #include <rte_dmadev.h>

   DataFields
       uint64_t reserved [2]

See Also