From patchwork Tue Dec 11 01:03:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keith Busch X-Patchwork-Id: 10722939 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EC1C1112E for ; Tue, 11 Dec 2018 01:06:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DCF8A2A0E6 for ; Tue, 11 Dec 2018 01:06:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D13602A4ED; Tue, 11 Dec 2018 01:06:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7F60A2A170 for ; Tue, 11 Dec 2018 01:06:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729511AbeLKBFw (ORCPT ); Mon, 10 Dec 2018 20:05:52 -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 S1729463AbeLKBFu (ORCPT ); Mon, 10 Dec 2018 20:05:50 -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:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,340,1539673200"; d="scan'208";a="117705195" Received: from unknown (HELO localhost.lm.intel.com) ([10.232.112.69]) by orsmga001.jf.intel.com with ESMTP; 10 Dec 2018 17:05:49 -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 07/12] Documentation/ABI: Add node performance attributes Date: Mon, 10 Dec 2018 18:03:05 -0700 Message-Id: <20181211010310.8551-8-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-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add descriptions for primary memory initiator performance access attributes. Signed-off-by: Keith Busch --- Documentation/ABI/stable/sysfs-devices-node | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Documentation/ABI/stable/sysfs-devices-node b/Documentation/ABI/stable/sysfs-devices-node index 8430d5b261f6..6cdb0643f9fd 100644 --- a/Documentation/ABI/stable/sysfs-devices-node +++ b/Documentation/ABI/stable/sysfs-devices-node @@ -123,3 +123,31 @@ 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. + +What: /sys/devices/system/node/nodeX/primary_initiator_access/read_bandwidth +Date: December 2018 +Contact: Keith Busch +Description: + Read bandwidth in MB/s available to memory initiators found in + primary_cpu_nodemask. + +What: /sys/devices/system/node/nodeX/primary_initiator_access/read_latency +Date: December 2018 +Contact: Keith Busch +Description: + Read latency in nanosecondss available to memory initiators + found in primary_cpu_nodemask. + +What: /sys/devices/system/node/nodeX/primary_initiator_access/write_bandwidth +Date: December 2018 +Contact: Keith Busch +Description: + Write bandwidth in MB/s available to memory initiators found in + primary_cpu_nodemask. + +What: /sys/devices/system/node/nodeX/primary_initiator_access/write_latency +Date: December 2018 +Contact: Keith Busch +Description: + Write latency in nanosecondss available to memory initiators + found in primary_cpu_nodemask.