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

2021-07-26 Thread fengchengwen
Thanks The first two point (STATUS_UNKNOWN->STATUS_ERROR_UNKNOWN, INVALID_ADDR) already fix in V11. @Burce @Jerin @Morten In addition, programming guide is added in v11, please take a look, thanks. On 2021/7/26 16:31, Bruce Richardson wrote: > On Mon, Jul 26, 2021 at 02:53:16PM +0800, fengcheng

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

2021-07-26 Thread Jerin Jacob
On Mon, Jul 26, 2021 at 4:34 PM Morten Brørup wrote: > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of fengchengwen > > > > Friendly ping. > > > > On 2021/7/20 20:46, Chengwen Feng wrote: > > > This patch introduce 'dmadevice' which is a generic type of DMA > > > device. > > > > > > The

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

2021-07-26 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of fengchengwen > > Friendly ping. > > On 2021/7/20 20:46, 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 > > enab

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

2021-07-26 Thread Bruce Richardson
On Mon, Jul 26, 2021 at 02:53:16PM +0800, fengchengwen wrote: > Friendly ping. > > On 2021/7/20 20:46, 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 confi

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

2021-07-25 Thread fengchengwen
Friendly ping. On 2021/7/20 20:46, 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 > --