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

2021-07-20 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 --- v9: * delete RTE_ASSERT invoke. * make sure vchan setup fail when devic

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

2021-07-20 Thread Bruce Richardson
On Tue, Jul 20, 2021 at 07:12:52PM +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