Re: [dpdk-dev] [PATCH 14/14] eal: malloc: cleanup mp resources

2020-04-27 Thread Burakov, Anatoly
On 04-Jan-20 1:33 AM, Stephen Hemminger wrote: The mp action resources in malloc should be cleaned up via rte_eal_cleanup. Signed-off-by: Stephen Hemminger --- Acked-by: Anatoly Burakov -- Thanks, Anatoly

[dpdk-dev] [PATCH 14/14] eal: malloc: cleanup mp resources

2020-01-03 Thread Stephen Hemminger
The mp action resources in malloc should be cleaned up via rte_eal_cleanup. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/malloc_heap.c | 6 ++ lib/librte_eal/common/malloc_heap.h | 3 +++ lib/librte_eal/common/malloc_mp.c | 12 lib/librte_eal/common/malloc_mp.h