Re: [dpdk-dev] [PATCH v8 0/5] examples/l3fwd: add FIB lookup method to l3fwd

2021-04-20 Thread Thomas Monjalon
16/04/2021 19:19, Conor Walsh: > Conor Walsh (5): > examples/l3fwd: fix LPM IPv6 subnets > examples/l3fwd: move l3fwd routes to common header > examples/l3fwd: add FIB infrastructure > examples/l3fwd: implement FIB lookup method > doc/guides/l3_forward: update documentation for FIB Appli

[dpdk-dev] [PATCH v8 0/5] examples/l3fwd: add FIB lookup method to l3fwd

2021-04-16 Thread Conor Walsh
Currently the l3fwd sample app supports LPM and EM lookup methods this patchset implements the FIB library as another lookup method for l3fwd. Instead of adding an individual flag for FIB, a new flag '--lookup' has been added that allows the user to select their desired lookup method. The flags '-E