]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/mlx5/mlx5_common.h
common/mlx5: extend flex parser capabilities
[dpdk.git] / drivers / common / mlx5 / mlx5_common.h
index 72ff0ff809b94f9eb65cd42528f188eccb07dcf3..744c6a72b31e02f6178cb3606d5aebeb3acb6e62 100644 (file)
@@ -408,6 +408,15 @@ __rte_internal
 bool
 mlx5_dev_is_pci(const struct rte_device *dev);
 
+__rte_internal
+int
+mlx5_dev_mempool_subscribe(struct mlx5_common_device *cdev);
+
+__rte_internal
+void
+mlx5_dev_mempool_unregister(struct mlx5_common_device *cdev,
+                           struct rte_mempool *mp);
+
 /* mlx5_common_mr.c */
 
 __rte_internal