Re: [dpdk-dev] [PATCH v11 1/2] dmadev: introduce DMA device library

2021-07-29 Thread fengchengwen
Thanks, comment inline On 2021/7/29 17:15, Bruce Richardson wrote: > On Thu, Jul 29, 2021 at 09:26:31AM +0800, fengchengwen wrote: >> Thanks, inline comment >> >> On 2021/7/28 19:13, Bruce Richardson wrote: >>> On Tue, Jul 27, 2021 at 11:39:59AM +0800, Chengwen Feng wrote: This patch introduc

Re: [dpdk-dev] [PATCH v11 1/2] dmadev: introduce DMA device library

2021-07-29 Thread fengchengwen
Thanks, comment inline On 2021/7/29 18:44, Jerin Jacob wrote: > On Thu, Jul 29, 2021 at 6:56 AM fengchengwen wrote: >> >> Thanks, inline comment >> >> On 2021/7/28 19:13, Bruce Richardson wrote: >>> On Tue, Jul 27, 2021 at 11:39:59AM +0800, Chengwen Feng wrote: This patch introduce 'dmadevic

Re: [dpdk-dev] [PATCH v11 1/2] dmadev: introduce DMA device library

2021-07-29 Thread Jerin Jacob
On Thu, Jul 29, 2021 at 6:56 AM fengchengwen wrote: > > Thanks, inline comment > > On 2021/7/28 19:13, Bruce Richardson wrote: > > On Tue, Jul 27, 2021 at 11:39:59AM +0800, Chengwen Feng wrote: > >> This patch introduce 'dmadevice' which is a generic type of DMA > >> device. > >> > >> The APIs of

Re: [dpdk-dev] [PATCH v11 1/2] dmadev: introduce DMA device library

2021-07-29 Thread Bruce Richardson
On Thu, Jul 29, 2021 at 09:26:31AM +0800, fengchengwen wrote: > Thanks, inline comment > > On 2021/7/28 19:13, Bruce Richardson wrote: > > On Tue, Jul 27, 2021 at 11:39:59AM +0800, Chengwen Feng wrote: > >> This patch introduce 'dmadevice' which is a generic type of DMA > >> device. > >> > >> The

Re: [dpdk-dev] [PATCH v11 1/2] dmadev: introduce DMA device library

2021-07-28 Thread fengchengwen
Thanks, inline comment On 2021/7/28 19:13, Bruce Richardson wrote: > On Tue, Jul 27, 2021 at 11:39:59AM +0800, 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 con

Re: [dpdk-dev] [PATCH v11 1/2] dmadev: introduce DMA device library

2021-07-28 Thread Bruce Richardson
On Tue, Jul 27, 2021 at 11:39:59AM +0800, 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