mbuf: add pool ops selection functions
authorHemant Agrawal <hemant.agrawal@nxp.com>
Mon, 29 Jan 2018 08:10:45 +0000 (13:40 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jan 2018 18:02:05 +0000 (19:02 +0100)
commita3acc3144a76819479a679c632fa18b1c3cdeea1
tree7207ea3cc7b847303ab7c54f5949bd792f4343f3
parent8b0f7f4341328e7f9f58f04f9f23b15298ff90c6
mbuf: add pool ops selection functions

This patch add support for various mempool ops config helper APIs.

1.User defined mempool ops
2.Platform detected HW mempool ops (active).
3.Best selection of mempool ops by looking into user defined,
  platform registered and compile time configured.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
doc/api/doxy-api-index.md
lib/librte_mbuf/Makefile
lib/librte_mbuf/rte_mbuf.c
lib/librte_mbuf/rte_mbuf_pool_ops.c [new file with mode: 0644]
lib/librte_mbuf/rte_mbuf_pool_ops.h [new file with mode: 0644]
lib/librte_mbuf/rte_mbuf_version.map