RE: [PATCH v3 0/2] offload support to free dma source buffer

2023-10-05 Thread Amit Prakash Shukla
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 > ; Amit Prakash Shukla > > Subject: RE: [PATCH v3 0/2] offload support to free dma source buffer > > &

RE: [PATCH v3 0/2] offload support to free dma source buffer

2023-09-28 Thread Anoob Joseph
> > This series adds offload support to free source buffer in dma library and adds > a test support in dmadev_autotest to validate the functionality. > > v3: > - Removed unwanted comment from code. > > v2: > - Resolved review comments. > - Fixed compilation issue. > > v1: > - Implementation fro

[PATCH v3 0/2] offload support to free dma source buffer

2023-09-28 Thread Amit Prakash Shukla
This series adds offload support to free source buffer in dma library and adds a test support in dmadev_autotest to validate the functionality. v3: - Removed unwanted comment from code. v2: - Resolved review comments. - Fixed compilation issue. v1: - Implementation from RFC. - Add test support t