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

2021-07-16 Thread Bruce Richardson
On Fri, Jul 16, 2021 at 10:45:35AM +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

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

2021-07-16 Thread Jerin Jacob
On Fri, Jul 16, 2021 at 8:19 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 > --- >

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

2021-07-15 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 --- v5: * add doxy-api-* file modify. * use RTE_LOG_REGISTER_DEFAULT. * fix