X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Feal%2Fcommon%2Fmalloc_heap.c;h=97191bcd9be82dc6cb2621b2764f57ebe94bda44;hb=518a974bfecc64a82886382f5db879db4a74231a;hp=24080fc47349da81e4a4f4c5f3645dadb08c686f;hpb=2edd037c09b262a34886ae39001f273fec785b44;p=dpdk.git diff --git a/lib/eal/common/malloc_heap.c b/lib/eal/common/malloc_heap.c index 24080fc473..97191bcd9b 100644 --- a/lib/eal/common/malloc_heap.c +++ b/lib/eal/common/malloc_heap.c @@ -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(); +}