Re: [dpdk-dev] [PATCH v2] examples/l2fwd: increase pktmbuf pool size

2018-01-15 Thread Thomas Monjalon
10/01/2018 13:26, De Lara Guarch, Pablo: > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pavan Nikhilesh > > > > Make pktmbuf pool size a function of ports and lcores detected instead of > > using constant 8192. > > > > Signed-off-by: Pavan Nikhilesh > > Acked-by: Pablo de Lara Applied

Re: [dpdk-dev] [PATCH v2] examples/l2fwd: increase pktmbuf pool size

2018-01-10 Thread De Lara Guarch, Pablo
[dpdk-dev] [PATCH v2] examples/l2fwd: increase pktmbuf pool size > > Make pktmbuf pool size a function of ports and lcores detected instead of > using constant 8192. > > Signed-off-by: Pavan Nikhilesh Acked-by: Pablo de Lara

[dpdk-dev] [PATCH v2] examples/l2fwd: increase pktmbuf pool size

2018-01-02 Thread Pavan Nikhilesh
Make pktmbuf pool size a function of ports and lcores detected instead of using constant 8192. Signed-off-by: Pavan Nikhilesh --- v2 Changes: - used variable inplace rather than having a macro. examples/l2fwd/main.c | 25 +++-- 1 file changed, 15 insertions(+), 10 deletio