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

2021-11-05 Thread Pavan Nikhilesh Bhagavatula
>> From: dev On Behalf Of >> pbhagavat...@marvell.com >> Sent: Sunday 3 October 2021 21:25 >> To: david.march...@redhat.com; jer...@marvell.com >> Cc: dev@dpdk.org; Pavan Nikhilesh >> Subject: [dpdk-dev] [PATCH v4 1/3] examples/l3fwd: increase >number o

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

2021-11-04 Thread Walsh, Conor
> From: dev On Behalf Of > pbhagavat...@marvell.com > Sent: Sunday 3 October 2021 21:25 > To: david.march...@redhat.com; jer...@marvell.com > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v4 1/3] examples/l3fwd: increase number of > routes >

[dpdk-dev] [PATCH v4 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