From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: [PATCH 0/2] rework heap initialisation Date: Fri, 18 Apr 2014 14:56:16 +0200 Message-ID: <1397825778-24334-1-git-send-email-david.marchand@6wind.com> References: <20140415144440.GD3557@hmsreliant.think-freely.org> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <20140415144440.GD3557-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Following Neil's suggestion, here is a patchset that removes the need for a synchronisation mechanism when initialising heap objects. As a consequence, this patchset replaces the two patches Didier proposed earlier. -- David Marchand David Marchand (2): malloc: get rid of numa_socket field malloc: simplify heap initialisation lib/librte_eal/common/include/rte_malloc_heap.h | 8 ---- lib/librte_malloc/malloc_heap.c | 46 +++-------------------- 2 files changed, 5 insertions(+), 49 deletions(-) -- 1.7.10.4