RE: [PATCH v1 1/2] dmadev: offload to free source buffer

2023-09-18 Thread Anoob Joseph
dson > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; > conor.wa...@intel.com; Vamsi Krishna Attunuru ; > g.si...@nxp.com; sachin.sax...@oss.nxp.com; hemant.agra...@nxp.com; > cheng1.ji...@intel.com; Nithin Kumar Dabilpuram > ; Anoob Joseph ; Amit > Prakash Shukla ; Morten Brørup &g

RE: [PATCH v1 1/2] dmadev: offload to free source buffer

2023-09-07 Thread Amit Prakash Shukla
rørup > > Subject: [PATCH v1 1/2] dmadev: offload to free source buffer > > 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

[PATCH v1 1/2] dmadev: offload to free source buffer

2023-09-07 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 Acked-by: