numam-dpdk/doc/api
Vladimir Medvedkin 39e9272484 fib: add FIB library
Add FIB (Forwarding Information Base) library. This library
implements a dataplane structures and algorithms designed for
fast longest prefix match.
Internally it consists of two parts - RIB (control plane ops) and
implementation for the dataplane tasks.
Initial version provides two implementations for both IPv4 and IPv6:
dummy (uses RIB as a dataplane) and DIR24_8 (same as current LPM)
Due to proposed design it allows to extend FIB with new algorithms
in future (for example DXR, poptrie, etc).

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
2019-11-06 00:11:44 +01:00
..
doxy-api-index.md eal: split compat header file 2019-10-27 12:49:28 +01:00
doxy-api.conf.in fib: add FIB library 2019-11-06 00:11:44 +01:00
doxy-html-custom.sh use SPDX tag for 6WIND copyrighted files 2018-05-25 10:47:06 +02:00
generate_doxygen.sh build: generate API documentation with meson 2018-09-18 15:50:54 +02:00
generate_examples.sh mk: use script to generate examples.dox 2018-09-18 15:49:29 +02:00
meson.build doc: fix build with latest meson 2019-07-06 10:32:40 +02:00