Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1000720imu; Wed, 9 Jan 2019 09:49:48 -0800 (PST) X-Google-Smtp-Source: ALg8bN6bOTWDGAoDrFux+esYitZgnh81UF79Z9igRR6JilC9mSmYMWCZY9Zloq4wM055gGiUSjOq X-Received: by 2002:a63:1321:: with SMTP id i33mr6378941pgl.380.1547056188742; Wed, 09 Jan 2019 09:49:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547056188; cv=none; d=google.com; s=arc-20160816; b=ffZkmpPLz0vFIKL2yqfIHMoTYta2S7YbTUX44G+T1h75QmDY/jePKprSzbgPPuxU3n dJMod5hKR6Ifa5a/TWth8taBFW6p22y/LXmWfejKmop77giJfJKpRHJCAdjDYekv6aRU +obx/FPK0+t0Ha72E61oPcorN/tKugo0mcxiBiNxmzoekR8EsslCl+EHNVzjYdf1zBqq /8ZWnLmyvIJ8dK2UHl0UwA3DJjlKRJbCGTcNYG6r1vaeWlfLd5/4YRGBksd1g4YZJGCJ lNS6SJxoxaRm+94g3DXBwp5E3VwiQpkqguea55wuBCnR8t44qXR7aN6P9iqzTCVuILeA zW6g== 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=wBtTheXbL4R1uAeXtTtFTc8TW8IlrYmOF4We5vmciwM=; b=YhdhJSx+0IFUPHHrpAbVeMW103v220bjnnOQYBYqQ40bNeckdOzITbzD9lp7au8NES 3+uYzFTmG+qXFpeLKSz+tdhPGvJt3F7SkJbkOsBIjI+KMoQLi91BlDaMUjpm2n9DK4r9 y5Ef+1GksNQfRX76DD9BEbfqLbxkITPfsPDO+E4hdxK74k1B5cTcTY+wZWEBPOUnz8bp pt+JYHvL4riYHtairelSr5hz3bM5PnnZQEEPvgR76BIP4AKUkhI5+9nQGIJOWrS1rqsu LRy/DzRZwH89tWn2iQ3P3PcPS7lYf6gCweohCa3R3mP0Soi4BXuliVXFndYCGe2Whaez z/9A== 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 c136si69933542pfc.141.2019.01.09.09.49.33; Wed, 09 Jan 2019 09:49:48 -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 S1727318AbfAIRsE (ORCPT + 99 others); Wed, 9 Jan 2019 12:48:04 -0500 Received: from mga11.intel.com ([192.55.52.93]:34827 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727275AbfAIRsB (ORCPT ); Wed, 9 Jan 2019 12:48:01 -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:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,458,1539673200"; d="scan'208";a="115485629" Received: from unknown (HELO localhost.lm.intel.com) ([10.232.112.69]) by fmsmga008.fm.intel.com with ESMTP; 09 Jan 2019 09:47:59 -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 08/13] Documentation/ABI: Add node performance attributes Date: Wed, 9 Jan 2019 10:43:36 -0700 Message-Id: <20190109174341.19818-9-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 descriptions for memory class 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 a9c47b4b0eee..74cfc80cabf6 100644 --- a/Documentation/ABI/stable/sysfs-devices-node +++ b/Documentation/ABI/stable/sysfs-devices-node @@ -114,3 +114,31 @@ 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. + +What: /sys/devices/system/node/nodeX/classY/read_bandwidth +Date: December 2018 +Contact: Keith Busch +Description: + This node's read bandwidth in MB/s available to memory + initiators in nodes found in this class's initiators_nodelist. + +What: /sys/devices/system/node/nodeX/classY/read_latency +Date: December 2018 +Contact: Keith Busch +Description: + This node's read latency in nanosecondss available to memory + initiators in nodes found in this class's initiators_nodelist. + +What: /sys/devices/system/node/nodeX/classY/write_bandwidth +Date: December 2018 +Contact: Keith Busch +Description: + This node's write bandwidth in MB/s available to memory + initiators in nodes found in this class's initiators_nodelist. + +What: /sys/devices/system/node/nodeX/classY/write_latency +Date: December 2018 +Contact: Keith Busch +Description: + This node's write latency in nanosecondss available to memory + initiators in nodes found in this class's initiators_nodelist. -- 2.14.4