Re: [dpdk-dev] [PATCH 2/3] examples/l3fwd: print port bdf when adding routes

2021-11-05 Thread Pavan Nikhilesh Bhagavatula
>> From: dev On Behalf Of >> pbhagavat...@marvell.com >> Sent: Sunday 3 October 2021 21:11 >> To: jer...@marvell.com >> Cc: dev@dpdk.org; Pavan Nikhilesh >> Subject: [dpdk-dev] [PATCH 2/3] examples/l3fwd: print port bdf >when >> adding routes >&g

Re: [dpdk-dev] [PATCH 2/3] examples/l3fwd: print port bdf when adding routes

2021-11-04 Thread Walsh, Conor
> From: dev On Behalf Of > pbhagavat...@marvell.com > Sent: Sunday 3 October 2021 21:11 > To: jer...@marvell.com > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH 2/3] examples/l3fwd: print port bdf when > adding routes > > From: Pavan Nikhilesh >

[dpdk-dev] [PATCH 2/3] examples/l3fwd: print port bdf when adding routes

2021-10-03 Thread pbhagavatula
From: Pavan Nikhilesh Since the number of Ethernet ports have gone up, print the pci bdf along with the routes. This is also helpful for cases where allow listing order is not honored. Signed-off-by: Pavan Nikhilesh --- examples/l3fwd/l3fwd_fib.c | 16 ++-- examples/l3fwd/l3fwd_lpm