mempool/octeontx2: add build infra and device probe
authorJerin Jacob <jerinj@marvell.com>
Sat, 22 Jun 2019 13:24:06 +0000 (18:54 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 25 Jun 2019 21:35:57 +0000 (23:35 +0200)
commit732377a6792eefe063c81d7fb7e9baae0af8ef3f
tree40e50668d7a46e0c2693d6c7c50be4c1b40d52b1
parent14ad4f01845331a0ae98c681efa3086eeed3343a
mempool/octeontx2: add build infra and device probe

Add the make and meson based build infrastructure along
with the mempool(NPA) device probe.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
MAINTAINERS
config/common_base
drivers/common/Makefile
drivers/mempool/Makefile
drivers/mempool/meson.build
drivers/mempool/octeontx2/Makefile [new file with mode: 0644]
drivers/mempool/octeontx2/meson.build [new file with mode: 0644]
drivers/mempool/octeontx2/otx2_mempool.c [new file with mode: 0644]
drivers/mempool/octeontx2/rte_mempool_octeontx2_version.map [new file with mode: 0644]
mk/rte.app.mk