Re: [dpdk-dev] [PATCH v6] dmadev: introduce DMA device library

2021-07-19 Thread Jerin Jacob
On Mon, Jul 19, 2021 at 6:50 PM fengchengwen wrote: > > Many thank. > > Most of the comment fixed in v7, and v7 still include implementation. Changes good to me. > > I did a thorough test of the implementation, so could you please review > the implementation also ? Wiil do > > One comment is m

Re: [dpdk-dev] [PATCH v6] dmadev: introduce DMA device library

2021-07-19 Thread fengchengwen
Many thank. Most of the comment fixed in v7, and v7 still include implementation. I did a thorough test of the implementation, so could you please review the implementation also ? One comment is modified as follows: COMMENT: >> +*| | |-- >> +

Re: [dpdk-dev] [PATCH v6] dmadev: introduce DMA device library

2021-07-18 Thread Jerin Jacob
On Mon, Jul 19, 2021 at 9:02 AM Chengwen Feng wrote: > > This patch introduce 'dmadevice' which is a generic type of DMA > device. > > The APIs of dmadev library exposes some generic operations which can > enable configuration and I/O with the DMA devices. > > Signed-off-by: Chengwen Feng The A

[dpdk-dev] [PATCH v6] dmadev: introduce DMA device library

2021-07-18 Thread Chengwen Feng
This patch introduce 'dmadevice' which is a generic type of DMA device. The APIs of dmadev library exposes some generic operations which can enable configuration and I/O with the DMA devices. Signed-off-by: Chengwen Feng --- v6: * delete fence capability. * delete vchan_release ops. * copy_sg di