Re: [dpdk-dev] [PATCH v2 2/6] dma/dpaa: add device probe and remove functionality

2021-11-02 Thread fengchengwen
On 2021/11/1 16:51, Gagandeep Singh wrote: > This patch add device initialisation functionality. > > Signed-off-by: Gagandeep Singh [snip] > + > +static void fsl_qdma_free_chan_resources(struct fsl_qdma_chan *fsl_chan) > +{ > + struct fsl_qdma_queue *fsl_queue = fsl_chan->queue; > + str

[dpdk-dev] [PATCH v2 2/6] dma/dpaa: add device probe and remove functionality

2021-11-01 Thread Gagandeep Singh
This patch add device initialisation functionality. Signed-off-by: Gagandeep Singh --- drivers/dma/dpaa/dpaa_qdma.c | 434 ++- drivers/dma/dpaa/dpaa_qdma.h | 247 2 files changed, 679 insertions(+), 2 deletions(-) create mode 100644 drivers/d