[dpdk-dev] [PATCH v2 1/6] dma/dpaa: introduce DPAA DMA driver
fengchengwen
fengchengwen at huawei.com
Tue Nov 2 09:51:39 CET 2021
On 2021/11/1 16:51, Gagandeep Singh wrote:
> 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 Singh <g.singh at nxp.com>
[snip]
> +DPDK_22 {
> +
> + local: *;
> +};
> diff --git a/drivers/dma/meson.build b/drivers/dma/meson.build
> index a69418ce9b..ab2733f7f6 100644
> --- a/drivers/dma/meson.build
> +++ b/drivers/dma/meson.build
> @@ -5,5 +5,6 @@ drivers = [
> 'idxd',
> 'ioat',
> 'skeleton',
> + 'dpaa',
suggest use space replace tab, and add dpaa before skeleton
> ]
> std_deps = ['dmadev']
>
More information about the dev
mailing list