raw/dpaa2_qdma: introduce the DPAA2 QDMA driver
authorNipun Gupta <nipun.gupta@nxp.com>
Thu, 3 May 2018 16:06:07 +0000 (21:36 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 8 May 2018 10:20:53 +0000 (12:20 +0200)
commitb1ee472fed58ee892832ecae48bb98bd4c601c5b
tree4a613dd68324e6b93c48a711b8dc3a0d3536690f
parent03e36408b9fb4ab96a482d4fa356f3f0f2802405
raw/dpaa2_qdma: introduce the DPAA2 QDMA driver

DPAA2 QDMA driver uses MC DPDMAI object. This driver enables
the user (app) to perform data DMA without involving CPU in
the DMA process

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
12 files changed:
MAINTAINERS
config/common_base
config/common_linuxapp
drivers/raw/Makefile
drivers/raw/dpaa2_qdma/Makefile [new file with mode: 0644]
drivers/raw/dpaa2_qdma/dpaa2_qdma.c [new file with mode: 0644]
drivers/raw/dpaa2_qdma/dpaa2_qdma.h [new file with mode: 0644]
drivers/raw/dpaa2_qdma/dpaa2_qdma_logs.h [new file with mode: 0644]
drivers/raw/dpaa2_qdma/meson.build [new file with mode: 0644]
drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma_version.map [new file with mode: 0644]
drivers/raw/meson.build
mk/rte.app.mk