Re: [dpdk-dev] [PATCH 1/2] examples/l3fwd: increase number of routes

2020-07-30 Thread Thomas Monjalon
11/11/2019 08:46, Pavan Nikhilesh Bhagavatula: > >On Wed, Oct 30, 2019 at 6:23 AM wrote: > >> > >> From: Pavan Nikhilesh > >> > >> Increase the number of routes from 8 to 16 that are statically added > >for > >> lpm and em mode as most of the SoCs support more than 8 > >interfaces. > >> > >> Sign

Re: [dpdk-dev] [PATCH 1/2] examples/l3fwd: increase number of routes

2019-11-10 Thread Pavan Nikhilesh Bhagavatula
>On Wed, Oct 30, 2019 at 6:23 AM wrote: >> >> From: Pavan Nikhilesh >> >> Increase the number of routes from 8 to 16 that are statically added >for >> lpm and em mode as most of the SoCs support more than 8 >interfaces. >> >> Signed-off-by: Pavan Nikhilesh >> --- >> examples/l3fwd/l3fwd_em.c |

Re: [dpdk-dev] [PATCH 1/2] examples/l3fwd: increase number of routes

2019-11-08 Thread David Marchand
On Wed, Oct 30, 2019 at 6:23 AM wrote: > > From: Pavan Nikhilesh > > Increase the number of routes from 8 to 16 that are statically added for > lpm and em mode as most of the SoCs support more than 8 interfaces. > > Signed-off-by: Pavan Nikhilesh > --- > examples/l3fwd/l3fwd_em.c | 72

[dpdk-dev] [PATCH 1/2] examples/l3fwd: increase number of routes

2019-10-29 Thread pbhagavatula
From: Pavan Nikhilesh Increase the number of routes from 8 to 16 that are statically added for lpm and em mode as most of the SoCs support more than 8 interfaces. Signed-off-by: Pavan Nikhilesh --- examples/l3fwd/l3fwd_em.c | 72 ++ examples/l3fwd/l3fwd_lpm