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

2021-11-05 Thread Walsh, Conor
> From: pbhagavat...@marvell.com > Sent: Friday 5 November 2021 08:39 > To: Walsh, Conor ; david.march...@redhat.com; > jer...@marvell.com > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v5 1/3] examples/l3fwd: increase number of > routes >

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

2021-11-05 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