Acked-by: Chengwen Feng On 2023/10/9 20:02, Amit Prakash Shukla wrote: > This changeset adds support in DMA library to auto free DMA buffer by > hardware. On a supported hardware, application can pass on the mempool > information as part of vchan config. > > Signed-off-by: Amit Prakash Shukla > Acked-by: Morten Brørup > Acked-by: Anoob Joseph > --- > lib/dmadev/rte_dmadev.h | 43 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) > ...