RE: [RFC PATCH v2] dmadev: offload to free source buffer

2023-08-10 Thread Morten Brørup
> From: Amit Prakash Shukla [mailto:amitpraka...@marvell.com] > Sent: Thursday, 10 August 2023 18.53 > > This changeset adds support in DMA library to free source DMA buffer by > hardware. On a supported hardware, application can pass on the mempool > information as part of vchan config when the D

[RFC PATCH v2] dmadev: offload to free source buffer

2023-08-10 Thread Amit Prakash Shukla
This changeset adds support in DMA library to free source DMA buffer by hardware. On a supported hardware, application can pass on the mempool information as part of vchan config when the DMA transfer direction is configured as RTE_DMA_DIR_MEM_TO_DEV. Signed-off-by: Amit Prakash Shukla --- v2: -