Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp7287507imu; Wed, 14 Nov 2018 14:56:23 -0800 (PST) X-Google-Smtp-Source: AJdET5eRdOiG3bWzIqlOKDm34U8SA84kcDjHREyh0fJ7pltE0OXzT62EkXvNRu5DPEPMW9MXz2xH X-Received: by 2002:a62:6d07:: with SMTP id i7-v6mr4035862pfc.146.1542236183041; Wed, 14 Nov 2018 14:56:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542236183; cv=none; d=google.com; s=arc-20160816; b=tvFepj/qG6xA+4VlwBdB7ScdB/uk2hFnWxJj4yAqW/9ebCxrwaLHsSLCtL8cTT93UK xAM/sm+jLVIH5tuVyimxjn2vcAy1eLZMNHktz83gABiBGCLRvhfDv8OvhSEDbm4dAReE xQIDD7oC0KsIoU7SlWJuzwEIumEqfCMm/Hs/wYaYljRyaNE44ffV2HYCI9TSsuSbV6R+ nlMKO7YPiHJHVZ4YzaZGFnJWFNGvfZ5Xhy6AYAZB8t3tmwPgXJFv8f9l3dvIbIkjS3xR HlRgcg/HgHAVz0vGqxvrhJmBOxTHMbUriXD0518iDwJmA6s4UkpsUKLJOmVxBR3MXdSa 1QVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=Orzuppehbwr3wUGAz4EG7X6hYP4dXMeAD7PanJMphhU=; b=bEV6dX3c+H0HzBGZvEXuRu26WPG8TxHIRXkNI1Yo1OZreBuDKkO4JnMK9J1O3sXSdx +W7UvAporW5wwMXE7HuCFFHlk6sKFP/+4aSiSWDLoWQ6CAzE/Nj1oOfkFly+4LbvXpSC DqAaeluPSEC1yCXbcGKJOYZVZMP6i0kMIoU9eZVfkXkpOhNrDgX6Mez4/UJ19o7JAPfC /uY9pLA+2zEVOE5yZI6kdvC3zNn6VkguRq+UQzGvFjBCu07E0RAaV61Bk+mbpPPE0Yis L0DacoCvcDkZvnRW3V9A95OQWJ6GxhvvzCu9KXvGgHXdinLkI5yoQInSz3RUpR0dQcPh DgTw== 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 d37-v6si25206491plb.167.2018.11.14.14.56.08; Wed, 14 Nov 2018 14:56:23 -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 S1727013AbeKOI6Q (ORCPT + 99 others); Thu, 15 Nov 2018 03:58:16 -0500 Received: from mga12.intel.com ([192.55.52.136]:50974 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726379AbeKOI6Q (ORCPT ); Thu, 15 Nov 2018 03:58:16 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Nov 2018 14:53:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,234,1539673200"; d="scan'208";a="106314877" Received: from unknown (HELO localhost.lm.intel.com) ([10.232.112.69]) by fmsmga004.fm.intel.com with ESMTP; 14 Nov 2018 14:53:02 -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: [PATCH 1/7] node: Link memory nodes to their compute nodes Date: Wed, 14 Nov 2018 15:49:14 -0700 Message-Id: <20181114224921.12123-2-keith.busch@intel.com> X-Mailer: git-send-email 2.13.6 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Memory-only nodes will often have affinity to a compute node, and platforms have ways to express that locality relationship. A node containing CPUs or other DMA devices that can initiate memory access are referred to as "memory iniators". A "memory target" is a node that provides at least one phyiscal address range accessible to a memory initiator. In preparation for these systems, provide a new kernel API to link the target memory node to its initiator compute node with symlinks to each other. The following example shows the new sysfs hierarchy setup for memory node 'Y' local to commpute node 'X': # ls -l /sys/devices/system/node/nodeX/initiator* /sys/devices/system/node/nodeX/targetY -> ../nodeY # ls -l /sys/devices/system/node/nodeY/target* /sys/devices/system/node/nodeY/initiatorX -> ../nodeX Signed-off-by: Keith Busch --- drivers/base/node.c | 32 ++++++++++++++++++++++++++++++++ include/linux/node.h | 2 ++ 2 files changed, 34 insertions(+) diff --git a/drivers/base/node.c b/drivers/base/node.c index 86d6cd92ce3d..a9b7512a9502 100644 --- a/drivers/base/node.c +++ b/drivers/base/node.c @@ -372,6 +372,38 @@ int register_cpu_under_node(unsigned int cpu, unsigned int nid) kobject_name(&node_devices[nid]->dev.kobj)); } +int register_memory_node_under_compute_node(unsigned int m, unsigned int p) +{ + int ret; + char initiator[20], target[17]; + + if (!node_online(p) || !node_online(m)) + return -ENODEV; + if (m == p) + return 0; + + snprintf(initiator, sizeof(initiator), "initiator%d", p); + snprintf(target, sizeof(target), "target%d", m); + + ret = sysfs_create_link(&node_devices[p]->dev.kobj, + &node_devices[m]->dev.kobj, + target); + if (ret) + return ret; + + ret = sysfs_create_link(&node_devices[m]->dev.kobj, + &node_devices[p]->dev.kobj, + initiator); + if (ret) + goto err; + + return 0; + err: + sysfs_remove_link(&node_devices[p]->dev.kobj, + kobject_name(&node_devices[m]->dev.kobj)); + return ret; +} + int unregister_cpu_under_node(unsigned int cpu, unsigned int nid) { struct device *obj; diff --git a/include/linux/node.h b/include/linux/node.h index 257bb3d6d014..1fd734a3fb3f 100644 --- a/include/linux/node.h +++ b/include/linux/node.h @@ -75,6 +75,8 @@ extern int register_mem_sect_under_node(struct memory_block *mem_blk, extern int unregister_mem_sect_under_nodes(struct memory_block *mem_blk, unsigned long phys_index); +extern int register_memory_node_under_compute_node(unsigned int m, unsigned int p); + #ifdef CONFIG_HUGETLBFS extern void register_hugetlbfs_with_node(node_registration_func_t doregister, node_registration_func_t unregister); -- 2.14.4