Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp916909ybm; Wed, 22 May 2019 13:54:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqxQTt/YL0Mgf9wamSn0bwjF1o+kPZBJyphJkeY/rXEDWiG5KwZNLthUWRAFeUUeZtWrrAEm X-Received: by 2002:a63:eb50:: with SMTP id b16mr17601905pgk.150.1558558470394; Wed, 22 May 2019 13:54:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558558470; cv=none; d=google.com; s=arc-20160816; b=uxeyUmzuK925zseVLCz/eAuwyHRJkDwrERYFL7ulbG2TvSOM/agjPS/HQzuZgXAyW2 ekzpC9k12M/sZig4OOeO8iCRL5LmqKNpnlaGexJQLvOtxMw11NnjIEQlCSOQGmDIg4OS w96doqA2QrzlhyedJ9rD75t9BLCST4inW2iAlaT9eB+rWpFxs1iYIDctz425MaKKFGsH f2ean9/wu+QqO4L/BivxSrcjqsqKYCL2GSf0gL8Dv6CyDx/zPlYUwjtIADiGBNuf+EGC jWqWqNdKcQB4GgLGL5qHhCdgfAYl4fmVh9aBkJtryVQOvA75VxNvzemeaOskIBoJf0oU vxGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=6L4QxulFAF1wGTlg7UugW3f0X7wQimFu4JY2QjLZMt4=; b=KZU8fZCOV5XPMTEobjsQNvG5JQsgwvYzsXu0/Bz81pH5070rEFK/hBJP10JzfqvklB gJzI0uG+12so7XeMWVK5WAdQBOBXnYa/497DDznpEkJtwKHTc9nL4sszd7gLIHBVSsD7 EmWWdIPK6+H2hktDMFcuq+69lF/Lhj0DAuRjoWEsFjHaS/DeaIGpAKB4g3qaw1Vfw1M4 FxFd1O3uwpdAkXsoasEOxK/uboct1o6b4UYDnM1miOut+ihEJS+bnHemFT4lHdTG1XGr 7P9b1WfoqTDnoPBhG+V/zc7eGVBXBTLBZLvB38GM+eRn41S7G/xcg8vV5FeDjJHulnXN zSAw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g2si26946191pgp.54.2019.05.22.13.54.14; Wed, 22 May 2019 13:54:30 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730479AbfEVUvW (ORCPT + 99 others); Wed, 22 May 2019 16:51:22 -0400 Received: from ms.lwn.net ([45.79.88.28]:49340 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730247AbfEVUu6 (ORCPT ); Wed, 22 May 2019 16:50:58 -0400 Received: from meer.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id 54C0BAB5; Wed, 22 May 2019 20:50:57 +0000 (UTC) From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jani Nikula , Markus Heiser , Mauro Carvalho Chehab , Oleksandr Natalenko , Jonathan Corbet , Keith Busch , Mike Rapoport Subject: [PATCH 3/8] docs: fix numaperf.rst and add it to the doc tree Date: Wed, 22 May 2019 14:50:29 -0600 Message-Id: <20190522205034.25724-4-corbet@lwn.net> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190522205034.25724-1-corbet@lwn.net> References: <20190522205034.25724-1-corbet@lwn.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit 13bac55ef7ae ("doc/mm: New documentation for memory performance") added numaperf.rst, but did not add it to the TOC tree. There was also an incorrectly marked literal block leading to this warning sequence: numaperf.rst:24: WARNING: Unexpected indentation. numaperf.rst:24: WARNING: Inline substitution_reference start-string without end-string. numaperf.rst:25: WARNING: Block quote ends without a blank line; unexpected unindent. Fix the block and add the file to the document tree. Fixes: 13bac55ef7ae ("doc/mm: New documentation for memory performance") Cc: Keith Busch Cc: Mike Rapoport Signed-off-by: Jonathan Corbet --- Documentation/admin-guide/mm/index.rst | 1 + Documentation/admin-guide/mm/numaperf.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/admin-guide/mm/index.rst b/Documentation/admin-guide/mm/index.rst index 8edb35f11317..ddf8d8d33377 100644 --- a/Documentation/admin-guide/mm/index.rst +++ b/Documentation/admin-guide/mm/index.rst @@ -31,6 +31,7 @@ the Linux memory management. ksm memory-hotplug numa_memory_policy + numaperf pagemap soft-dirty transhuge diff --git a/Documentation/admin-guide/mm/numaperf.rst b/Documentation/admin-guide/mm/numaperf.rst index b79f70c04397..c067ed145158 100644 --- a/Documentation/admin-guide/mm/numaperf.rst +++ b/Documentation/admin-guide/mm/numaperf.rst @@ -15,7 +15,7 @@ characteristics. Some memory may share the same node as a CPU, and others are provided as memory only nodes. While memory only nodes do not provide CPUs, they may still be local to one or more compute nodes relative to other nodes. The following diagram shows one such example of two compute -nodes with local memory and a memory only node for each of compute node: +nodes with local memory and a memory only node for each of compute node:: +------------------+ +------------------+ | Compute Node 0 +-----+ Compute Node 1 | -- 2.21.0