numam-dpdk/lib/librte_fib
Asim Jamshed 44415a62e6 fib: fix headers for C++ support
This patch allows C++ programs to use librte_fib library routines.
Previously C++ programs were not able to link this library and programs
would fail to get linked. With this patch compilation and linking
will be successful.

Fixes: 39e9272484 ("fib: add FIB library")
Fixes: 40d41a8a7b ("fib: support IPv6")
Cc: stable@dpdk.org

Signed-off-by: Asim Jamshed <asim.jamshed@gmail.com>
Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
2020-04-10 05:00:47 -04:00
..
dir24_8.c fib: add DIR24-8 dataplane algorithm 2019-11-06 00:11:44 +01:00
dir24_8.h remove blank lines at end of file 2019-11-26 00:12:08 +01:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build fib: add dataplane algorithm for IPv6 2019-11-06 00:11:44 +01:00
rte_fib6.c remove blank lines at end of file 2019-11-26 00:12:08 +01:00
rte_fib6.h fib: fix headers for C++ support 2020-04-10 05:00:47 -04:00
rte_fib_version.map fib: support IPv6 2019-11-06 00:11:44 +01:00
rte_fib.c fib: add DIR24-8 dataplane algorithm 2019-11-06 00:11:44 +01:00
rte_fib.h fib: fix headers for C++ support 2020-04-10 05:00:47 -04:00
trie.c fib: fix possible integer overflow 2020-02-06 16:17:14 +01:00
trie.h remove blank lines at end of file 2019-11-26 00:12:08 +01:00