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
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pavan Nikhilesh > Sent: Tuesday, January 2, 2018 9:53 AM > To: Richardson, Bruce ; De Lara Guarch, > Pablo ; step...@networkplumber.org > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v2] example