Re: [dpdk-dev] [PATCH v5 2/3] examples/l3fwd: print port bdf when adding 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 2/3] examples/l3fwd: print port bdf when > adding routes >

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

2021-11-05 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 | 31 +++ examples/