cryptodev: reorganize asymmetric structs
[dpdk.git] / lib / eal / common / malloc_heap.c
index 24080fc..97191bc 100644 (file)
@@ -1409,3 +1409,9 @@ rte_eal_malloc_heap_init(void)
        /* add all IOVA-contiguous areas to the heap */
        return rte_memseg_contig_walk(malloc_add_seg, NULL);
 }
+
+void
+rte_eal_malloc_heap_cleanup(void)
+{
+       unregister_mp_requests();
+}