Re: [dpdk-dev] [PATCH] malloc: fix not unlocking hotplug on fail to init

2018-04-17 Thread Thomas Monjalon
13/04/2018 17:58, Anatoly Burakov: > We lock the hotplug during init, but do not unlock it if we couldn't > register multiprocess callbacks. Add the missing unlock. > > Fixes: 07dcbfe0101f ("malloc: support multiprocess memory hotplug") > Cc: anatoly.bura...@intel.com > > Signed-off-by: Anatoly B

[dpdk-dev] [PATCH] malloc: fix not unlocking hotplug on fail to init

2018-04-13 Thread Anatoly Burakov
We lock the hotplug during init, but do not unlock it if we couldn't register multiprocess callbacks. Add the missing unlock. Fixes: 07dcbfe0101f ("malloc: support multiprocess memory hotplug") Cc: anatoly.bura...@intel.com Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/malloc_heap.c