Re: [dpdk-dev] [PATCH 1/4] common/cnxk: add DPI DMA support

2021-10-26 Thread Radha Mohan
On Tue, Oct 26, 2021 at 1:34 AM Jerin Jacob wrote: > > On Tue, Oct 26, 2021 at 9:43 AM Radha Mohan Chintakuntla > wrote: > > > > Add base support as ROC(Rest of Chip) API which will be used by PMD > > dmadev driver. > > > > This patch adds routines to init, fini, configure the DPI DMA device > >

Re: [dpdk-dev] [PATCH 1/4] common/cnxk: add DPI DMA support

2021-10-26 Thread Jerin Jacob
On Tue, Oct 26, 2021 at 9:43 AM Radha Mohan Chintakuntla wrote: > > Add base support as ROC(Rest of Chip) API which will be used by PMD > dmadev driver. > > This patch adds routines to init, fini, configure the DPI DMA device > found in Marvell's CN9k or CN10k SoC familes. families > > Signed-of