mempool: move stack handler as a driver
authorShreyansh Jain <shreyansh.jain@nxp.com>
Fri, 31 Mar 2017 05:35:37 +0000 (11:05 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Apr 2017 17:45:45 +0000 (19:45 +0200)
commit1263b426ffc9869334da3c0ea46f43fa97599145
tree74fc8ab81ff923e2df93eef542ec1c8bb06e3add
parent9a8e9b57f544cef6a83c82808cc0475aa99607b0
mempool: move stack handler as a driver

Moved from lib/librte_mempool, stack mempool handler is an independent
driver.
Shared builds would now require to link in librte_mempool_stack for
"stack" mempool handler.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
MAINTAINERS
config/common_base
drivers/mempool/Makefile
drivers/mempool/stack/Makefile [new file with mode: 0644]
drivers/mempool/stack/rte_mempool_stack.c [new file with mode: 0644]
drivers/mempool/stack/rte_mempool_stack_version.map [new file with mode: 0644]
lib/librte_mempool/Makefile
lib/librte_mempool/rte_mempool_stack.c [deleted file]
mk/rte.app.mk