Re: [dpdk-dev] [PATCH v4 1/5] dma/dpaa: introduce DPAA DMA driver

2021-11-09 Thread Gagandeep Singh
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, November 9, 2021 8:15 PM > To: Gagandeep Singh > Cc: dev@dpdk.org; Nipun Gupta ; > david.march...@redhat.com; ferruh.yi...@intel.com; gak...@marvell.com; > Hemant Agrawal > Subject: Re: [dpdk-dev]

Re: [dpdk-dev] [PATCH v4 1/5] dma/dpaa: introduce DPAA DMA driver

2021-11-09 Thread Thomas Monjalon
09/11/2021 05:39, Gagandeep Singh: > The DPAA DMA driver is an implementation of the dmadev APIs, > that provide means to initiate a DMA transaction from CPU. > The initiated DMA is performed without CPU being involved > in the actual DMA transaction. This is achieved via using > the QDMA controll

[dpdk-dev] [PATCH v4 1/5] dma/dpaa: introduce DPAA DMA driver

2021-11-08 Thread Gagandeep Singh
The DPAA DMA driver is an implementation of the dmadev APIs, that provide means to initiate a DMA transaction from CPU. The initiated DMA is performed without CPU being involved in the actual DMA transaction. This is achieved via using the QDMA controller of DPAA SoC. Signed-off-by: Gagandeep Sin