All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: vm.txt: Adding 'nr_hugepages_mempolicy' parameter description.
@ 2018-07-20 13:35 ` Prashant Dhamdhere
  0 siblings, 0 replies; 4+ messages in thread
From: Prashant Dhamdhere @ 2018-07-20 13:35 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, pdhamdhe

This patch adds 'nr_hugepages_mempolicy' parameter which is currently missing
in 'vm.txt' file. It also contains a short description of 'nr_hugepages_mempolicy'
parameter.

Signed-off-by: Prashant Dhamdhere <pdhamdhe@redhat.com>
---
 Documentation/sysctl/vm.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 697ef8c225df..b17ceb0e5a47 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -44,6 +44,7 @@ Currently, these files are in /proc/sys/vm:
 - mmap_rnd_bits
 - mmap_rnd_compat_bits
 - nr_hugepages
+- nr_hugepages_mempolicy
 - nr_overcommit_hugepages
 - nr_trim_pages         (only if CONFIG_MMU=n)
 - numa_zonelist_order
@@ -519,6 +520,15 @@ See Documentation/admin-guide/mm/hugetlbpage.rst
 
 ==============================================================
 
+nr_hugepages_mempolicy
+
+Change the size of the hugepage pool at run-time on a specific
+set of NUMA nodes.
+
+See Documentation/admin-guide/mm/hugetlbpage.rst
+
+==============================================================
+
 nr_overcommit_hugepages
 
 Change the maximum size of the hugepage pool. The maximum is
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v2] Documentation: vm.txt: Adding 'nr_hugepages_mempolicy' parameter description.
@ 2018-07-20 13:35 ` Prashant Dhamdhere
  0 siblings, 0 replies; 4+ messages in thread
From: Prashant Dhamdhere @ 2018-07-20 13:35 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, pdhamdhe

This patch adds 'nr_hugepages_mempolicy' parameter which is currently missing
in 'vm.txt' file. It also contains a short description of 'nr_hugepages_mempolicy'
parameter.

Signed-off-by: Prashant Dhamdhere <pdhamdhe@redhat.com>
---
 Documentation/sysctl/vm.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 697ef8c225df..b17ceb0e5a47 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -44,6 +44,7 @@ Currently, these files are in /proc/sys/vm:
 - mmap_rnd_bits
 - mmap_rnd_compat_bits
 - nr_hugepages
+- nr_hugepages_mempolicy
 - nr_overcommit_hugepages
 - nr_trim_pages         (only if CONFIG_MMU=n)
 - numa_zonelist_order
@@ -519,6 +520,15 @@ See Documentation/admin-guide/mm/hugetlbpage.rst
 
 ==============================================================
 
+nr_hugepages_mempolicy
+
+Change the size of the hugepage pool at run-time on a specific
+set of NUMA nodes.
+
+See Documentation/admin-guide/mm/hugetlbpage.rst
+
+==============================================================
+
 nr_overcommit_hugepages
 
 Change the maximum size of the hugepage pool. The maximum is
-- 
2.17.1

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Documentation: vm.txt: Adding 'nr_hugepages_mempolicy' parameter description.
  2018-07-20 13:35 ` Prashant Dhamdhere
@ 2018-07-26 22:24   ` Jonathan Corbet
  -1 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2018-07-26 22:24 UTC (permalink / raw)
  To: Prashant Dhamdhere; +Cc: linux-doc, linux-kernel

On Fri, 20 Jul 2018 19:05:00 +0530
Prashant Dhamdhere <pdhamdhe@redhat.com> wrote:

> This patch adds 'nr_hugepages_mempolicy' parameter which is currently missing
> in 'vm.txt' file. It also contains a short description of 'nr_hugepages_mempolicy'
> parameter.
> 
> Signed-off-by: Prashant Dhamdhere <pdhamdhe@redhat.com>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Documentation: vm.txt: Adding 'nr_hugepages_mempolicy' parameter description.
@ 2018-07-26 22:24   ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2018-07-26 22:24 UTC (permalink / raw)
  To: Prashant Dhamdhere; +Cc: linux-doc, linux-kernel

On Fri, 20 Jul 2018 19:05:00 +0530
Prashant Dhamdhere <pdhamdhe@redhat.com> wrote:

> This patch adds 'nr_hugepages_mempolicy' parameter which is currently missing
> in 'vm.txt' file. It also contains a short description of 'nr_hugepages_mempolicy'
> parameter.
> 
> Signed-off-by: Prashant Dhamdhere <pdhamdhe@redhat.com>

Applied, thanks.

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-26 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-20 13:35 [PATCH v2] Documentation: vm.txt: Adding 'nr_hugepages_mempolicy' parameter description Prashant Dhamdhere
2018-07-20 13:35 ` Prashant Dhamdhere
2018-07-26 22:24 ` Jonathan Corbet
2018-07-26 22:24   ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.