[dpdk-dev] [PATCHv2] app/ and examples/ fix default mbuf size

2015-05-11 Thread Thomas Monjalon
> > v2 changes: > > - add a new macro into rte_mbuf.h > > - make samples to use that new macro > > > > > > Fixes: dfb03bbe2b ("app/testpmd: use standard functions to initialize > > mbufs and mbuf pool"). > > Latest mbuf changes (priv_size addition and related fixes) > > exposed small problem with

[dpdk-dev] [PATCHv2] app/ and examples/ fix default mbuf size

2015-04-30 Thread Olivier MATZ
Hi Konstantin, On 04/30/2015 01:31 AM, Konstantin Ananyev wrote: > v2 changes: > - add a new macro into rte_mbuf.h > - make samples to use that new macro > > > Fixes: dfb03bbe2b ("app/testpmd: use standard functions to initialize > mbufs and mbuf pool"). > Latest mbuf changes (priv_size addition

[dpdk-dev] [PATCHv2] app/ and examples/ fix default mbuf size

2015-04-30 Thread Konstantin Ananyev
v2 changes: - add a new macro into rte_mbuf.h - make samples to use that new macro Fixes: dfb03bbe2b ("app/testpmd: use standard functions to initialize mbufs and mbuf pool"). Latest mbuf changes (priv_size addition and related fixes) exposed small problem with testpmd and few other sample apps: