From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id 3C08B590E for ; Wed, 30 Apr 2014 11:46:58 +0200 (CEST) Received: by mail-we0-f170.google.com with SMTP id w61so1419446wes.29 for ; Wed, 30 Apr 2014 02:47:01 -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=zJP8QzyB/Y0T4a5jZ7CBfN1/Sqsillyx1UAnOnk0k2s=; b=ZrLeZ808rV72wdQat82Z8RJ6U4fw7QbwznsFjAdCri+WKoMdxXRYosD9PSfKUZkdz9 Jwx8qMDnnQe7uKmh3e9AuEkKR/5gWflqGUxV8Z3XzXyuqZ2VOxl2efUlkxwA/CgOIO41 nVkUW1YfcXC2Hyx0avaptEzh7xFNR1atHH9bwVuqhafoymu+cniwoVu12kW7vkGC1diB VLbMSWGSkmajdBKtUaxs4G5/r/QfEVJnyiyy4uRkywTnZ/39tYmcMjKp0GN6cwgts3mQ iJxinYM7PkmUT+70+Y9+2CfHUHyNE9iHNNaPZmGDic3fd8B5QAquwAT60YlnKZ/SiWNU kl+A== X-Gm-Message-State: ALoCoQmTS0XgdCwUleI96vWNgMsz760ut+6yY0MxOeMPf3h0oO0Y3diGVVVjdcfy9QrSgN7YsV2G X-Received: by 10.180.7.133 with SMTP id j5mr2706413wia.55.1398851221816; Wed, 30 Apr 2014 02:47:01 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id y20sm2494607wiv.14.2014.04.30.02.46.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Apr 2014 02:47:00 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Wed, 30 Apr 2014 11:46:59 +0200 Message-ID: <1924916.Rcp1eJXUv5@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <20140418130842.GA4053@localhost.localdomain> References: <20140415144440.GD3557@hmsreliant.think-freely.org> <1397825778-24334-2-git-send-email-david.marchand@6wind.com> <20140418130842.GA4053@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 1/2] malloc: get rid of numa_socket field X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 09:46:58 -0000 2014-04-18 09:08, Neil Horman: > On Fri, Apr 18, 2014 at 02:56:17PM +0200, David Marchand wrote: > > We don't really need this field as it is only used when creating the > > memzone object associated to this heap. > > > > Signed-off-by: David Marchand > > Acked-by: Neil Horman Applied for version 1.6.0r2. Thanks -- Thomas