]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mbuf/rte_mbuf_pool_ops.h
net/cxgbe: support flow API for matching all packets on PF
[dpdk.git] / lib / librte_mbuf / rte_mbuf_pool_ops.h
index e8ee20fbfcd095a30d91c76d47f89ecc3522b3d7..7ed95a49a44ed99bd60e8bbd85faf0bf8f8c5822 100644 (file)
  * These APIs are for configuring the mbuf pool ops names to be largely used by
  * rte_pktmbuf_pool_create(). However, this can also be used to set and inquire
  * the best mempool ops available.
- *
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
  */
 
+#include <rte_compat.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif