Re: [dpdk-dev] [PATCH v23 1/6] dmadev: introduce DMA device library

2021-10-08 Thread Thomas Monjalon
08/10/2021 09:13, fengchengwen: > On 2021/10/6 18:26, Thomas Monjalon wrote: > > 24/09/2021 12:53, Chengwen Feng: > >> +++ b/lib/dmadev/rte_dmadev.h > >> + * The dmadev are dynamically allocated by rte_dma_pmd_allocate() during > >> the > >> + * PCI/SoC device probing phase performed at EAL initia

Re: [dpdk-dev] [PATCH v23 1/6] dmadev: introduce DMA device library

2021-10-08 Thread fengchengwen
On 2021/10/6 18:26, Thomas Monjalon wrote: > 24/09/2021 12:53, Chengwen Feng: >> The 'dmadevice' is a generic type of DMA device. > > Do you mean 'dmadev' ? > >> This patch introduce the 'dmadevice' device allocation APIs. >> >> The infrastructure is prepared to welcome drivers in drivers/dma/ >

Re: [dpdk-dev] [PATCH v23 1/6] dmadev: introduce DMA device library

2021-10-07 Thread fengchengwen
On 2021/10/5 5:12, Radha Mohan wrote: > On Fri, Sep 24, 2021 at 3:58 AM Chengwen Feng wrote: >> >> The 'dmadevice' is a generic type of DMA device. >> >> This patch introduce the 'dmadevice' device allocation APIs. >> >> The infrastructure is prepared to welcome drivers in drivers/dma/ >> >> Signe

Re: [dpdk-dev] [PATCH v23 1/6] dmadev: introduce DMA device library

2021-10-06 Thread Thomas Monjalon
24/09/2021 12:53, Chengwen Feng: > The 'dmadevice' is a generic type of DMA device. Do you mean 'dmadev' ? > This patch introduce the 'dmadevice' device allocation APIs. > > The infrastructure is prepared to welcome drivers in drivers/dma/ Good [...] > +The DMA library provides a DMA device fr

Re: [dpdk-dev] [PATCH v23 1/6] dmadev: introduce DMA device library

2021-10-05 Thread Radha Mohan
On Tue, Oct 5, 2021 at 1:24 AM Kevin Laatz wrote: > > On 04/10/2021 22:12, Radha Mohan wrote: > > On Fri, Sep 24, 2021 at 3:58 AM Chengwen Feng > > wrote: > >> The 'dmadevice' is a generic type of DMA device. > >> > >> This patch introduce the 'dmadevice' device allocation APIs. > >> > >> The in

Re: [dpdk-dev] [PATCH v23 1/6] dmadev: introduce DMA device library

2021-10-05 Thread Kevin Laatz
On 04/10/2021 22:12, Radha Mohan wrote: On Fri, Sep 24, 2021 at 3:58 AM Chengwen Feng wrote: The 'dmadevice' is a generic type of DMA device. This patch introduce the 'dmadevice' device allocation APIs. The infrastructure is prepared to welcome drivers in drivers/dma/ Signed-off-by: Chengwen

Re: [dpdk-dev] [PATCH v23 1/6] dmadev: introduce DMA device library

2021-10-04 Thread Radha Mohan
On Fri, Sep 24, 2021 at 3:58 AM Chengwen Feng wrote: > > The 'dmadevice' is a generic type of DMA device. > > This patch introduce the 'dmadevice' device allocation APIs. > > The infrastructure is prepared to welcome drivers in drivers/dma/ > > Signed-off-by: Chengwen Feng > Acked-by: Bruce Richa