Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1031337imu; Wed, 9 Jan 2019 10:20:06 -0800 (PST) X-Google-Smtp-Source: ALg8bN7SZ1A4NhaRBpCVE1v6Vb+LlniaMQyg2G9sp14LXPVdlI3VFwoZuYho82NzdgqqtGK54rWI X-Received: by 2002:a62:2702:: with SMTP id n2mr7160822pfn.29.1547058006110; Wed, 09 Jan 2019 10:20:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547058006; cv=none; d=google.com; s=arc-20160816; b=J830CbSjlsIwYpAoWsPVK3UDDU6S3k+437o+lif7ByhPPl9IkHSEbariwJ++FGriAz 95Hl9GqhsbiNhYkFWfCBdKm9RDiqlw74P+pQeyVwv9eKTs01Q3KVeZ3wnrGue012xe+3 rSmkMhubmyJKK524Tf5uxl9tTUDvT1dcpi7Zg0VaDEtBe0mVHRmaFFOkJFVh5eTttpay aH1FL8ApYT+IbNPo3pVu+EcwgcMT3KNCWss/rBObhKQwPLeEPsAoMHIt1lsh7wLxKEVn NZmimkIT7iWlRj9PH+reCCnCkwNCGJvUQlQgRh3+RqXCEifbGPQtIrDUgrCO0W+9/h45 MDpg== 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=QTCgdZ/eBDOe2/V2IJjSf8UPzzLuyiSXS/c0rpNuI3M1l1Ku4j4OzT6Hhdl9bBC6VZ E9R7SXYP7cX+lzwsADSPkFYuLT47xCiRrGflrkn+c3CC4vEMeH0H3SEUNzmUB0SRnL3W wOlCR9znZqNkfGVt617LpdZ8pbhWNafe/L3lzO2d8d8hwOL6cC7qlpcMp897oj9rPdT1 sKz1rCrKIwLgWWlGwalLISGl8jY8t4BExpjT4chodyuCtDamjAHqazR+y8tjCcRKWQHy eyerosuIr0DtGkdcUkRIeO0the9LpEu7yI6mkCHcY6kiaOyxkB0rn5+7YgMrwa5Mn4BA foiA== 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 u22si19696271pgk.335.2019.01.09.10.19.50; Wed, 09 Jan 2019 10:20:06 -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 S1727493AbfAIRsy (ORCPT + 99 others); Wed, 9 Jan 2019 12:48:54 -0500 Received: from mga11.intel.com ([192.55.52.93]:34829 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727218AbfAIRr7 (ORCPT ); Wed, 9 Jan 2019 12:47:59 -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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2019 09:47:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,458,1539673200"; d="scan'208";a="115485618" Received: from unknown (HELO localhost.lm.intel.com) ([10.232.112.69]) by fmsmga008.fm.intel.com with ESMTP; 09 Jan 2019 09:47:57 -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: [PATCHv3 05/13] Documentation/ABI: Add new node sysfs attributes Date: Wed, 9 Jan 2019 10:43:33 -0700 Message-Id: <20190109174341.19818-6-keith.busch@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20190109174341.19818-1-keith.busch@intel.com> References: <20190109174341.19818-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