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

Moved from lib/librte_mempool, ring mempool is now an independent
driver.
Shared builds would now need to add librte_mempool_ring for:
* ring_mp_mc
* ring_sp_sc
* ring_sp_mc
* ring_mp_sc

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