Re: [dpdk-dev] [PATCH] memzone: fix race condition on alloc failure

2018-05-13 Thread Thomas Monjalon
> > Deallocation used the wrong function, which could have resulted in > > race conditions because the function does not use locks internally. > > > > Fixes: 1403f87d4fb8 ("malloc: enable memory hotplug support") > > Cc: anatoly.bura...@intel.com > > > > Signed-off-by: Anatoly Burakov > > Acked

Re: [dpdk-dev] [PATCH] memzone: fix race condition on alloc failure

2018-05-10 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov > Sent: Thursday, May 3, 2018 9:59 AM > To: dev@dpdk.org > Cc: Burakov, Anatoly > Subject: [dpdk-dev] [PATCH] memzone: fix race condition on alloc failure > > Dea

[dpdk-dev] [PATCH] memzone: fix race condition on alloc failure

2018-05-03 Thread Anatoly Burakov
Deallocation used the wrong function, which could have resulted in race conditions because the function does not use locks internally. Fixes: 1403f87d4fb8 ("malloc: enable memory hotplug support") Cc: anatoly.bura...@intel.com Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/eal_common_