app/testpmd: fix compliance with __rte_mbuf_sanity_check()
authorIvan Boule <ivan.boule@6wind.com>
Tue, 26 Apr 2011 14:45:43 +0000 (16:45 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 25 Jul 2013 14:07:51 +0000 (16:07 +0200)
commite788fe1c6a3fbc789614d425a7e3507f5cbd9513
tree7ed33fe64621127f9e4e36d0e0da4705c49bea93
parentc866aaa8544958bbed247addb5c1db530bb133dd
app/testpmd: fix compliance with __rte_mbuf_sanity_check()

Build mbuf and lists of mbufs in a way compliant with the checks performed
by the function __rte_mbuf_sanity_check() when CONFIG_RTE_LIBRTE_MBUF_DEBUG=y

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
app/test-pmd/testpmd.c
app/test-pmd/txonly.c