DPDK  24.03.0
Data Fields
rte_dma_auto_free_param Struct Reference

#include <rte_dmadev.h>

Data Fields

uint64_t reserved [2]
 
struct rte_mempoolpool
 

Detailed Description

A structure used for offload auto free params.

Definition at line 528 of file rte_dmadev.h.

Field Documentation

◆ pool

struct rte_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 538 of file rte_dmadev.h.

◆ reserved

uint64_t reserved[2]

Reserved for future fields.

Definition at line 542 of file rte_dmadev.h.


The documentation for this struct was generated from the following file: