From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 2496BC314 for ; Wed, 3 Jun 2015 18:08:36 +0200 (CEST) Received: by wgv5 with SMTP id 5so13402193wgv.1 for ; Wed, 03 Jun 2015 09:08:36 -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=ofXX+jSa+3djvDjmXQmCEGGYQstTSSohkeTPIYxMJYg=; b=OVTfbi2v8gBHB4WT0UNtsxAC5OvSzhXCMuFmw5AHnm1tWrNlvY8bH+KzJ59TTGKbe2 Catama6xrmmKStUV/92iruY5ELbWIBoTRPmxbinlQoqFVvWrskfRulbOgnkd+NhMvWTg loBAegymGotUvneZs3D0a7XhTG3NYqXeERBgYTYoUCT5402Gup7f4g+KwSnCQ2QiF1G0 becEpbfSRlbQsv2dDgF0SIq++qEm5oicI1MmRuo3E6RGBPn3spvRYZhy8aeawyFnov7A doKDqmkEKn1d+qPHkB1f4IdLtaBa8BNBj6QfMuz1XHmJHW07IsZNFKKw+JPo8d3euLoV cLGA== X-Gm-Message-State: ALoCoQkQQw5xTGO/upgrgWwFKufMZ/41cMzIuzC68h2nFrG0KrYaOI7Y10emaQ/ehf6n9Sud9vwK X-Received: by 10.180.77.136 with SMTP id s8mr42591882wiw.7.1433347715949; Wed, 03 Jun 2015 09:08:35 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hu1sm2314818wib.6.2015.06.03.09.08.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jun 2015 09:08:34 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 03 Jun 2015 18:07:44 +0200 Message-ID: <4977448.shjjEWuQgn@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150422084457.42e50bd2@urahara> References: <1429709515-14361-1-git-send-email-bruce.richardson@intel.com> <20150422084457.42e50bd2@urahara> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Wang Sheng-Hui Subject: Re: [dpdk-dev] [PATCH] eal: fix linuxapp numa node detection 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, 03 Jun 2015 16:08:36 -0000 2015-04-22 08:44, Stephen Hemminger: > On Wed, 22 Apr 2015 14:31:55 +0100 > Bruce Richardson wrote: > > > Using the "physical_package_id" as a fallback for determining the > > numa node of a core tends to be unreliable. Fix this by using a > > detection routine which reads the numa information from > > /sys/devices/system/node and just returns a numa node of 0 on > > failure. > > > > Signed-off-by: Bruce Richardson > > Acked-by: Stephen Hemminger Applied, thanks