mempool/dpaa: support NXP DPAA mempool
authorShreyansh Jain <shreyansh.jain@nxp.com>
Thu, 28 Sep 2017 12:29:39 +0000 (17:59 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:50 +0000 (02:49 +0200)
commit866c306ff03f2440814528d92247907561d735fe
treec1bbf100b49f33ea56e78797cfadf578a2d8401b
parentd881b20a199187904486882ecef2a3d97bd06ae5
mempool/dpaa: support NXP DPAA mempool

This Mempool driver works with DPAA BMan hardware block. This block
manages data buffers in memory, and provides efficient interface with
other hardware and software components for buffer requests.

This patch adds support for BMan. Compilation would be enabled in
subsequent patches.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
MAINTAINERS
drivers/mempool/Makefile
drivers/mempool/dpaa/Makefile [new file with mode: 0644]
drivers/mempool/dpaa/dpaa_mempool.c [new file with mode: 0644]
drivers/mempool/dpaa/dpaa_mempool.h [new file with mode: 0644]
drivers/mempool/dpaa/rte_mempool_dpaa_version.map [new file with mode: 0644]