Go to file
Olivier Matz bbd7782489 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>
2015-04-28 11:34:04 +02:00
app app/testpmd: use standard functions to initialize mbufs and mbuf pool 2015-04-28 11:22:56 +02:00
config enic: disable debug traces 2015-04-13 21:48:27 +02:00
doc mbuf: introduce a new helper to create a pool 2015-04-28 11:34:04 +02:00
examples examples: always initialize mbuf pool private area 2015-04-27 23:06:51 +02:00
lib mbuf: introduce a new helper to create a pool 2015-04-28 11:34:04 +02:00
mk mk: fix build with gcc 4.4 and clang 2015-04-20 14:37:22 +02:00
pkg version: 2.0.0 2015-04-03 16:13:45 +02:00
scripts scripts: test null forwarding 2015-04-13 22:50:09 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile scripts: remove useless build tools 2015-03-10 17:55:25 +01:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS scripts: test null forwarding 2015-04-13 22:50:09 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00