mempool/cnxk: add build infra and doc
authorAshwin Sekhar T K <asekhar@marvell.com>
Thu, 8 Apr 2021 09:50:39 +0000 (15:20 +0530)
committerJerin Jacob <jerinj@marvell.com>
Fri, 9 Apr 2021 06:32:24 +0000 (08:32 +0200)
commit2da3159197e5032edfabcb774ea57f8c200b88bb
treeae63325a636aedf010df571400cb6dd66ad84bb7
parent51dc6a80f843afe569eaf2c0f178847e3f2cc928
mempool/cnxk: add build infra and doc

Add the meson based build infrastructure for Marvell
CNXK mempool driver along with stub implementations
for mempool device probe.

Also add Marvell CNXK mempool base documentation.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>
MAINTAINERS
doc/guides/mempool/cnxk.rst [new file with mode: 0644]
doc/guides/mempool/index.rst
doc/guides/platform/cnxk.rst
doc/guides/rel_notes/release_21_05.rst
drivers/mempool/cnxk/cnxk_mempool.c [new file with mode: 0644]
drivers/mempool/cnxk/meson.build [new file with mode: 0644]
drivers/mempool/cnxk/version.map [new file with mode: 0644]
drivers/mempool/meson.build