mbuf: introduce a new helper to create a pool
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 22 Apr 2015 09:57:23 +0000 (11:57 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 28 Apr 2015 09:34:04 +0000 (11:34 +0200)
commitbbd778248985e542175e9b4ce560f2d379e78c4e
tree5cbbacc41a131bb780d408c008aa3a57ad8f5734
parentdfb03bbe2b39156f0e42e7f29e09c1e6b6def265
mbuf: introduce a new helper to create a pool

Add a new wrapper to rte_mempool_create() to simplify the creation
of a packet mbuf pool.

This wrapper can be used if there is no specific mempool flags, and
no specific mbuf or pool constructor function, which is most of the
use cases.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
doc/guides/rel_notes/updating_apps.rst
lib/librte_mbuf/rte_mbuf.c
lib/librte_mbuf/rte_mbuf.h
lib/librte_mbuf/rte_mbuf_version.map