mem: detach memsegs on cleanup
[dpdk.git] / lib / librte_eal / common / eal_private.h
index 4684c4c..b8a0d20 100644 (file)
@@ -433,6 +433,13 @@ int rte_eal_hugepage_init(void);
  */
 int rte_eal_hugepage_attach(void);
 
+/**
+ * Detaches all memory mappings from a process.
+ *
+ * This function is private to the EAL.
+ */
+int rte_eal_memory_detach(void);
+
 /**
  * Find a bus capable of identifying a device.
  *