]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_fib/rte_fib6.h
net/bnxt: ignore VLAN priority mask
[dpdk.git] / lib / librte_fib / rte_fib6.h
index 4268704038971af71e336104b38fd73bd0d85c1b..bbfcf23a851be52174b01bb1dd5960fb26d06045 100644 (file)
@@ -8,12 +8,23 @@
 
 /**
  * @file
+ *
+ * RTE FIB6 library.
+ *
+ * @warning
+ * @b EXPERIMENTAL:
+ * All functions in this file may be changed or removed without prior notice.
+ *
  * FIB (Forwarding information base) implementation
  * for IPv6 Longest Prefix Match
  */
 
 #include <rte_compat.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define RTE_FIB6_IPV6_ADDR_SIZE                16
 /** Maximum depth value possible for IPv6 FIB. */
 #define RTE_FIB6_MAXDEPTH       128
@@ -190,4 +201,8 @@ __rte_experimental
 struct rte_rib6 *
 rte_fib6_get_rib(struct rte_fib6 *fib);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _RTE_FIB6_H_ */