Received: by 10.192.165.156 with SMTP id m28csp208282imm; Sun, 15 Apr 2018 21:13:22 -0700 (PDT) X-Google-Smtp-Source: AIpwx48skM4fbG0E/TMo0zO2sUcTEL/FG5n2IL50hkuR2uKMRHCH4Z9LQ9LDDc0osMSQsbfYyWXx X-Received: by 10.101.75.135 with SMTP id t7mr11732474pgq.235.1523852002421; Sun, 15 Apr 2018 21:13:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523852002; cv=none; d=google.com; s=arc-20160816; b=cCnPSHxaV/Z78wr672rDBYb/b4wqnf6ouXkd+vzVq4lHaVnSIM3vYsKIWvvAj71VsD d2Fuv1hA86e1p3AG5/9JK5jSxmi2nP69JlON7wMmYYM/RKrO8q5daNAyLkBAP1pgjWTS 9UAR+9tLI1R9DwT0dY9Ez0pWAvWUtZetXPUWC4XDK7D1101oKDsTumcLQUxJp0seCMhS zznSUn4bAEuqivIoZ2g17yQYaWHWxNLP6oujR8C4rckAZFykO3N/LDgwdWHWueJzrofU d6bTDBF/irZMWyMzLIa4qzMhzD45I3FSW0/c4UG5sUBUHGWaNdloW/ENgSTGsCinGsfg uOKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=HKvzC1+fvK+9FXqRGjO1DrdRe0CxcsaqX0gXfGWsL84=; b=UQAnmhPGE0UXSaLHiv3S9BsJI7zvuBnVmSXEtRTpVkgbDvPgLfPqk0zpqog71WMjTt u4cCm/fkcEGJm3U7mepLeCj5UoEd+KPSkw64zKPR0q/SbBZRf4Gn9tkVCRxtiXUz17Jl be/pDl//Ze7GP3NlpYUXW1Se6T4aIiseQkOYoqSPsoZSPRboTND6C33QtHiuIUN+TMSW OQhnqoHWLGq1AFLtkQF8Wgmklb4r7qFW0evXROyloX2rClLPaBlSGCwa3y4FHsyneM+O /iX48VmV9/ld2ITW+fvp85D1Xfa3xEMdKr6jjOCotUR4149MDknkDNsDeXu7OG7pw8ms iw0A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id bf10-v6si11538280plb.417.2018.04.15.21.13.08; Sun, 15 Apr 2018 21:13:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753279AbeDPEL3 (ORCPT + 99 others); Mon, 16 Apr 2018 00:11:29 -0400 Received: from smtp3.ccs.ornl.gov ([160.91.203.39]:36400 "EHLO smtp3.ccs.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753108AbeDPEK2 (ORCPT ); Mon, 16 Apr 2018 00:10:28 -0400 Received: from star.ccs.ornl.gov (star.ccs.ornl.gov [160.91.202.134]) by smtp3.ccs.ornl.gov (Postfix) with ESMTP id D57F635B; Mon, 16 Apr 2018 00:10:11 -0400 (EDT) Received: by star.ccs.ornl.gov (Postfix, from userid 2004) id D3C831F3; Mon, 16 Apr 2018 00:10:11 -0400 (EDT) From: James Simmons To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , NeilBrown Cc: Linux Kernel Mailing List , Lustre Development List , Dmitry Eremin , James Simmons Subject: [PATCH 21/25] staging: lustre: libcfs: report NUMA node instead of just node Date: Mon, 16 Apr 2018 00:10:03 -0400 Message-Id: <1523851807-16573-22-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1523851807-16573-1-git-send-email-jsimmons@infradead.org> References: <1523851807-16573-1-git-send-email-jsimmons@infradead.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Dmitry Eremin Reporting "HW nodes" is too generic. It really is reporting "HW NUMA nodes". Update the debug message. Signed-off-by: Dmitry Eremin Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-8703 Reviewed-on: https://review.whamcloud.com/23306 Reviewed-by: James Simmons Reviewed-by: Andreas Dilger Reviewed-by: Patrick Farrell Reviewed-by: Olaf Weber Reviewed-by: Oleg Drokin Signed-off-by: James Simmons --- drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c b/drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c index 80db008..28b2acb 100644 --- a/drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c +++ b/drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c @@ -1108,7 +1108,7 @@ int cfs_cpu_init(void) put_online_cpus(); - LCONSOLE(0, "HW nodes: %d, HW CPU cores: %d, npartitions: %d\n", + LCONSOLE(0, "HW NUMA nodes: %d, HW CPU cores: %d, npartitions: %d\n", num_online_nodes(), num_online_cpus(), cfs_cpt_number(cfs_cpt_table)); return 0; -- 1.8.3.1