raw/octeontx2_dma: add build infra and device probe
authorJerin Jacob <jerinj@marvell.com>
Fri, 5 Jul 2019 08:37:58 +0000 (14:07 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 Jul 2019 10:43:30 +0000 (12:43 +0200)
commit185656e7c9c8e26d6b93903b35518ef7b6c0c17e
tree703e05d74a3fbebee1c514faa799651dcf023a5f
parent29893042c29d83bcaf9f812f72aad2257d153508
raw/octeontx2_dma: add build infra and device probe

Add the make and meson based build infrastructure along
with the DMA device probe with documentation infrastructure.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Satha Rao <skoteshwar@marvell.com>
Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com>
12 files changed:
MAINTAINERS
config/common_base
doc/guides/platform/octeontx2.rst
doc/guides/rawdevs/index.rst
doc/guides/rawdevs/octeontx2_dma.rst [new file with mode: 0644]
drivers/raw/Makefile
drivers/raw/meson.build
drivers/raw/octeontx2_dma/Makefile [new file with mode: 0644]
drivers/raw/octeontx2_dma/meson.build [new file with mode: 0644]
drivers/raw/octeontx2_dma/otx2_dpi_rawdev.c [new file with mode: 0644]
drivers/raw/octeontx2_dma/rte_pmd_octeontx2_dma_version.map [new file with mode: 0644]
mk/rte.app.mk