app/testpmd: use standard functions to initialize mbufs and mbuf pool
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 22 Apr 2015 09:57:22 +0000 (11:57 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 28 Apr 2015 09:22:56 +0000 (11:22 +0200)
commitdfb03bbe2b39156f0e42e7f29e09c1e6b6def265
treed61bd8f48f7432a3f34e6de95f46a5d3dbb1716f
parentb507905ff407f53ac87ec6c4a10a5f7000ecb062
app/testpmd: use standard functions to initialize mbufs and mbuf pool

The rte_pktmbuf_pool_init() and rte_pktmbuf_init() functions now
support to have a non-hardcoded buffer length. We can remove the
specific functions used in testpmd and replace them by the standard
ones.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/test-pmd/testpmd.c