Re: [dpdk-dev] [PATCH v5 3/5] examples/l3fwd: add FIB infrastructure

2021-04-01 Thread Walsh, Conor
> > > @@ -310,7 +328,10 @@ print_usage(const char *prgname) > > " Valid only if --mode=eventdev\n" > > " --event-eth-rxqs: Number of ethernet RX queues per > device.\n" > > "Default: 1\n" > > - "

Re: [dpdk-dev] [PATCH v5 3/5] examples/l3fwd: add FIB infrastructure

2021-04-01 Thread Burakov, Anatoly
On 15-Mar-21 11:34 AM, Conor Walsh wrote: The purpose of this commit is to add the necessary function calls and supporting infrastructure to allow the Forwarding Information Base (FIB) library to be integrated into the l3fwd sample app. Instead of adding an individual flag for FIB, a new flag '--

[dpdk-dev] [PATCH v5 3/5] examples/l3fwd: add FIB infrastructure

2021-03-15 Thread Conor Walsh
The purpose of this commit is to add the necessary function calls and supporting infrastructure to allow the Forwarding Information Base (FIB) library to be integrated into the l3fwd sample app. Instead of adding an individual flag for FIB, a new flag '--lookup' has been added that allows the user