Re: [dpdk-dev] [PATCH v2 3/4] dma/cnxk: add dma channel operations

2021-11-02 Thread Radha Mohan
On Tue, Nov 2, 2021 at 5:00 AM fengchengwen wrote: > > On 2021/11/2 11:40, Radha Mohan Chintakuntla wrote: > > Add functions for the dmadev vchan setup and DMA operations. > > > > Signed-off-by: Radha Mohan Chintakuntla > > ... > > > > > +static int > > +cnxk_dmadev_info_get(const struct rte_dma_

Re: [dpdk-dev] [PATCH v2 3/4] dma/cnxk: add dma channel operations

2021-11-02 Thread fengchengwen
On 2021/11/2 11:40, Radha Mohan Chintakuntla wrote: > Add functions for the dmadev vchan setup and DMA operations. > > Signed-off-by: Radha Mohan Chintakuntla ... > > +static int > +cnxk_dmadev_info_get(const struct rte_dma_dev *dev, > + struct rte_dma_info *dev_info, uint32_

[dpdk-dev] [PATCH v2 3/4] dma/cnxk: add dma channel operations

2021-11-01 Thread Radha Mohan Chintakuntla
Add functions for the dmadev vchan setup and DMA operations. Signed-off-by: Radha Mohan Chintakuntla --- drivers/dma/cnxk/cnxk_dmadev.c | 322 + drivers/dma/cnxk/cnxk_dmadev.h | 31 drivers/dma/cnxk/version.map | 3 + 3 files changed, 356 insertions(+)