Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1252060imu; Wed, 16 Jan 2019 15:43:39 -0800 (PST) X-Google-Smtp-Source: ALg8bN7F4+Sov+ZB4Htq3YosO6v/dObiNNfHMRxMDQoJFQradKsYT/riPK5pNwjHtUCRdZeHSMW9 X-Received: by 2002:a17:902:8d8e:: with SMTP id v14mr12453637plo.133.1547682219561; Wed, 16 Jan 2019 15:43:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547682219; cv=none; d=google.com; s=arc-20160816; b=1Da7WfqjttdyzZMvDVEE6qu1m/LHdr9q0a2JElql6iwaVXn5pQRFx/QfXu7XgF2/v9 7BNAtsIWc1y5RyZVhE5ev4ho9ylk7pONakKayNFawe4Z+yyfaR6vSOEizp0MXFGhmA/T iZs+lK4gz3nmvvOUjY+acAYVvPJl1p+39djoWJF/nDRJ3jKTeeKfWs9+mF5OeiIPWFf5 4JuZ+G8YO6s4tJt7fgXKYa9yiW8hWzac49kt93C9/wEQWUlU6nbAKzUsPriV2mJDYoGO Es6MPBHT3RPsy4ttJLo7aZyKATHTrs74XrpxmaBJ/LVBkSZg4qNaqtac6d6sEP5QhSJh gr6g== 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; bh=a4EoclMwVDF3lBeKs4444RhLdcW6NN/PLzr4cZY+WqQ=; b=wttsHcMFPc0p94Uy2298RnmSBz9fRMUwjMIdm4+aa55wulM8s59JeLedzAzKvbv5M3 IF7SBNamavcbCFZZsGXa1vHB4dn/OKI5NUhkgUjiGZvqaxFVkhC1jLMvawJkFMkE4WLf R05n01k3XXz0WDikmc006fDv9ZkOFY7vBejf1CweX5rdDCUJNrWB2oWhuYKooaz9Ps+V OPKBBJpeVbumpmccPc7WR3I3Z3gwwOpPzEizqBmPIJn3rd3cOxlXnd9aTmGrQ23Mx4Ky 7EvP44ckGIcXvJlNg2XovIBg3c82Nam9ky56B/lvLcdrSEjK9fxNzwuXPG3Bz5ytvknb Xe1g== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t20si7153405pgl.211.2019.01.16.15.43.23; Wed, 16 Jan 2019 15:43:39 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728258AbfAPSAo (ORCPT + 99 others); Wed, 16 Jan 2019 13:00:44 -0500 Received: from mga04.intel.com ([192.55.52.120]:8973 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727963AbfAPR7j (ORCPT ); Wed, 16 Jan 2019 12:59:39 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 09:59:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,487,1539673200"; d="scan'208";a="117227782" Received: from unknown (HELO localhost.lm.intel.com) ([10.232.112.69]) by fmsmga008.fm.intel.com with ESMTP; 16 Jan 2019 09:59:38 -0800 From: Keith Busch To: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-mm@kvack.org Cc: Greg Kroah-Hartman , Rafael Wysocki , Dave Hansen , Dan Williams , Keith Busch Subject: [PATCHv4 05/13] Documentation/ABI: Add new node sysfs attributes Date: Wed, 16 Jan 2019 10:57:56 -0700 Message-Id: <20190116175804.30196-6-keith.busch@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20190116175804.30196-1-keith.busch@intel.com> References: <20190116175804.30196-1-keith.busch@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add entries for memory initiator and target node class attributes. Signed-off-by: Keith Busch --- Documentation/ABI/stable/sysfs-devices-node | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/Documentation/ABI/stable/sysfs-devices-node b/Documentation/ABI/stable/sysfs-devices-node index 3e90e1f3bf0a..a9c47b4b0eee 100644 --- a/Documentation/ABI/stable/sysfs-devices-node +++ b/Documentation/ABI/stable/sysfs-devices-node @@ -90,4 +90,27 @@ Date: December 2009 Contact: Lee Schermerhorn Description: The node's huge page size control/query attributes. - See Documentation/admin-guide/mm/hugetlbpage.rst \ No newline at end of file + See Documentation/admin-guide/mm/hugetlbpage.rst + +What: /sys/devices/system/node/nodeX/classY/ +Date: December 2018 +Contact: Keith Busch +Description: + The node's relationship to other nodes for access class "Y". + +What: /sys/devices/system/node/nodeX/classY/initiator_nodelist +Date: December 2018 +Contact: Keith Busch +Description: + The node list of memory initiators that have class "Y" access + to this node's memory. CPUs and other memory initiators in + nodes not in the list accessing this node's memory may have + different performance. + +What: /sys/devices/system/node/nodeX/classY/target_nodelist +Date: December 2018 +Contact: Keith Busch +Description: + The node list of memory targets that this initiator node has + class "Y" access. Memory accesses from this node to nodes not + in this list may have differet performance. -- 2.14.4