From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f174.google.com (mail-we0-f174.google.com
 [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id 70CA3590E
 for <dev@dpdk.org>; Wed, 30 Apr 2014 11:47:50 +0200 (CEST)
Received: by mail-we0-f174.google.com with SMTP id k48so1393629wev.5
 for <dev@dpdk.org>; Wed, 30 Apr 2014 02:47:54 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=D7xmdS0/wY5saIOnZVOF9ysdL4ZhQ0L+ECwpyzCUaYY=;
 b=BVVcGAvddEI5KOCCm04QraVvQ+gNH/a2AnY8Vi8B4CmPjBei5RUqapquraYUiDF1pj
 cSghUP7Al4XwYjYlEIlVcIhdqVOpCaY+gqWqJqWImU2pbDbLKLtYjXXhPTmlgEsuEuUo
 REPyL86gSDWuL6r7InFPHaC/LOrPTo72gspxYF8HRq/qci6Wjmbi9kHudVsfdnLysDMM
 J0i0qkyTOD8XC73d9XctpjvblTUFLRLyhnZC+cZty2vL1QxFrjlmaHuKMJQXYjeG6ApU
 /faYO/AuxX/GLKC8Vaw3zAlCl5b4DNBv1aez1hst2soI9tpXG+HPNoO24+/iMK1GYqFl
 9NvA==
X-Gm-Message-State: ALoCoQmR6RAUNftxlKEC3jjx3iVedDgnI7vYBweG5OqnW4FUl5MktfnCZSLQQja203R2w2WWvm7X
X-Received: by 10.180.21.180 with SMTP id w20mr2827963wie.34.1398851274359;
 Wed, 30 Apr 2014 02:47:54 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237])
 by mx.google.com with ESMTPSA id j3sm35344723wjw.38.2014.04.30.02.47.51
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 30 Apr 2014 02:47:53 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: David Marchand <david.marchand@6wind.com>
Date: Wed, 30 Apr 2014 11:47:52 +0200
Message-ID: <4964655.ZUvISqeXL8@xps13>
Organization: 6WIND
User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; )
In-Reply-To: <20140418130919.GB4053@localhost.localdomain>
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-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 2/2] malloc: simplify heap initialisation
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 30 Apr 2014 09:47:50 -0000

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 <david.marchand@6wind.com>
> 
> Acked-by: Neil Horman <nhorman@tuxdriver.com>

Applied for version 1.6.0r2.

Thanks
-- 
Thomas