examples/l3fwd: implement FIB lookup method
authorConor Walsh <conor.walsh@intel.com>
Fri, 16 Apr 2021 17:19:40 +0000 (17:19 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 20 Apr 2021 18:18:29 +0000 (20:18 +0200)
commit6a094e32859898d98dec236fb4e4c9795151ef95
treef0961e3813cbf357648081f57f6916aabc3c2b88
parent9510dd1feb71fac0b71c74e71bd2618ad14301ac
examples/l3fwd: implement FIB lookup method

This patch implements the Forwarding Information Base (FIB) library
in l3fwd using the function calls and infrastructure introduced in
the previous patch.

Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
doc/guides/rel_notes/release_21_05.rst
doc/guides/sample_app_ug/l3_forward.rst
examples/l3fwd/l3fwd_fib.c