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

2021-10-04 Thread Stephen Hemminger
On Mon, 4 Oct 2021 01:41:08 +0530 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. > The number of routes added is equal to the number of ethernet devices > ports ena

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

2021-10-03 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. The number of routes added is equal to the number of ethernet devices ports enabled through port mask. Signed-off-by: Pavan Nikhilesh