Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp106131imu; Mon, 10 Dec 2018 17:11:27 -0800 (PST) X-Google-Smtp-Source: AFSGD/UphJikdmXcCfrz+oVfRN216HNVD1oKIaxIkkhAwowfFMEOBrFlDkul1AfjUambpoOxy+Nz X-Received: by 2002:a63:c10f:: with SMTP id w15mr12710717pgf.199.1544490687133; Mon, 10 Dec 2018 17:11:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544490687; cv=none; d=google.com; s=arc-20160816; b=l5nPGi9hGa2TasL372DaKR0iVSvNCLW0J//pXP4s8/ChVtnR6CaTqYJFkF5H3XlnJq gVR6sANi96iipJgGS3kNW8oDKEGaay7xaKUhppypOBqfbHLIzFDJCB1Bh50hx+hukBUT EK51vQmC3FNbNqw94HrbUJrtetcxf+V4mWc7Ft62O4sSHvjIQEbhBSVsHbFe32FBys0i 038CcYc/z5oVOYP8yIuQ0YpyaW6mRbUWErkLaHptrydOLMAV/WpZUv8eB5e3bOzEGR7W bKcYaMyUyHI8q40iffnoXZ76/TVGgVX3U8O23Z2DMorL45jWVpOwQs/tZpuLB0FkJjW3 k0XQ== 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=W/Gla3Va+r2D3zn3/R80j2VfNwvg9MqUHIFJhKOUTHM=; b=GXf8CUwY40rHrecXn+qugNNy/Vp/4f/r4OkCJvQsNkw5TK8NgzQFhJsQ9lQpuCl3mD yzpGpZFdpFoiMmrRCrYQNFr4lzOOWT1V/291IEEIOZrODNS5pR+o9eyBBHTTZJqittEE FOdOFa35C5I1/TIkCqCvnk7aRjQm3ZgOcfpZMn/v1D6hGmcPR9EBktTGxJveisDNTqBD kuQ63ZThr6LdCMkybtioTF3zYnrWnX9cNWyFh3HHpMnUsc13XSxhWc823ZU7hZLZZPPf Dr6DmPm8SK9kOKZGqTJjXLnZG3zSQ/ikKneD56cFtoLK66Mj0l71PXkxkSqcIIbonseg L/iQ== 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 p5si9933024pls.338.2018.12.10.17.11.12; Mon, 10 Dec 2018 17:11:27 -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 S1729710AbeLKBF5 (ORCPT + 99 others); Mon, 10 Dec 2018 20:05:57 -0500 Received: from mga02.intel.com ([134.134.136.20]:24637 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729434AbeLKBFr (ORCPT ); Mon, 10 Dec 2018 20:05:47 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Dec 2018 17:05:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,340,1539673200"; d="scan'208";a="117705179" Received: from unknown (HELO localhost.lm.intel.com) ([10.232.112.69]) by orsmga001.jf.intel.com with ESMTP; 10 Dec 2018 17:05:46 -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: [PATCHv2 04/12] Documentation/ABI: Add new node sysfs attributes Date: Mon, 10 Dec 2018 18:03:02 -0700 Message-Id: <20181211010310.8551-5-keith.busch@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20181211010310.8551-1-keith.busch@intel.com> References: <20181211010310.8551-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 the entries for primary cpu and memory node attributes. Signed-off-by: Keith Busch --- Documentation/ABI/stable/sysfs-devices-node | 34 ++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/Documentation/ABI/stable/sysfs-devices-node b/Documentation/ABI/stable/sysfs-devices-node index 3e90e1f3bf0a..8430d5b261f6 100644 --- a/Documentation/ABI/stable/sysfs-devices-node +++ b/Documentation/ABI/stable/sysfs-devices-node @@ -90,4 +90,36 @@ 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/primary_cpu_nodelist +Date: December 2018 +Contact: Keith Busch +Description: + The node list of CPUs that have primary access to this node's + memory. CPUs not in the list accessing this node's memory may + encounter a performance penalty. + +What: /sys/devices/system/node/nodeX/primary_cpu_nodemask +Date: December 2018 +Contact: Keith Busch +Description: + The node map for CPUs that have primary access to this node's + memory. CPUs not in the list accessing this node's memory may + encounter a performance penalty. + +What: /sys/devices/system/node/nodeX/primary_mem_nodelist +Date: December 2018 +Contact: Keith Busch +Description: + The list of memory nodes that this node has primary access. + Memory accesses from this node to nodes not in this list may + encounter a performance penalty. + +What: /sys/devices/system/node/nodeX/primary_mem_nodemask +Date: December 2018 +Contact: Keith Busch +Description: + The map of memory nodes that this node has primary access. + Memory accesses from this node to nodes not in this map may + encounter a performance penalty. -- 2.14.4