From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] malloc: simplify heap initialisation Date: Wed, 30 Apr 2014 11:47:52 +0200 Message-ID: <4964655.ZUvISqeXL8@xps13> References: <20140415144440.GD3557@hmsreliant.think-freely.org> <1397825778-24334-3-git-send-email-david.marchand@6wind.com> <20140418130919.GB4053@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <20140418130919.GB4053-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@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" 2014-04-18 09:09, Neil Horman: > On Fri, Apr 18, 2014 at 02:56:18PM +0200, David Marchand wrote: > > There should be no real need for this initialised field as the whole > > structure is set to 0 in rte_config_init() by primary process, and > > secondary processes wait for this to happen before anything else (looking > > at mem_config magic). > > > > Signed-off-by: David Marchand > > Acked-by: Neil Horman Applied for version 1.6.0r2. Thanks -- Thomas