From: Sudarshan Rajagopalan <sudaraja@codeaurora.org>
To: akpm@linux-foundation.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Cc: Sudarshan Rajagopalan <sudaraja@codeaurora.org>
Subject: [PATCH 0/1] arm64: make section size configurable for memory hotplug
Date: Tue, 5 Jan 2021 17:28:45 -0800 [thread overview]
Message-ID: <cover.1609895500.git.sudaraja@codeaurora.org> (raw)
The section size defines the granularity of memory hotplug. This is currently
hard coded to 1GB on arm64 linux, which defines that the least size of memblock
that can be hotplugged out is 1GB. Some DDR configurations (especially low RAM
and dual-rank DDRs) may have section sizes that are less than 1GB (ex. 512MB, 256MB etc.).
Having an option to reduce the memblock size to section size or lower gives more
granularity of memory hotplug. For example, a system with DDR section size of 512MB
and kernel memblock size of 1GB, we would have to remove two segments of DDR sections
in order to hotplug out atleast 1 memblock from kernel POV.
Section sizes of DDRs vary based on specs (number of ranks, channels, regions etc.)
Making this section size configurable helps users to assign based on the DDR being used.
The default is set to 1GB which is the current memblock size.
Sudarshan Rajagopalan (1):
arm64: Make section size configurable for memory hotplug
arch/arm64/Kconfig | 11 +++++++++++
arch/arm64/include/asm/sparsemem.h | 4 ++++
2 files changed, 15 insertions(+)
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next reply other threads:[~2021-01-06 1:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-06 1:28 Sudarshan Rajagopalan [this message]
2021-01-06 1:28 ` [PATCH 1/1] arm64: make section size configurable for memory hotplug Sudarshan Rajagopalan
2021-01-06 2:20 ` Randy Dunlap
2021-01-06 6:11 ` Anshuman Khandual
2021-01-07 12:30 ` David Hildenbrand
2021-01-08 7:02 ` Anshuman Khandual
2021-01-08 15:30 ` David Hildenbrand
2021-01-11 4:17 ` Anshuman Khandual
2021-01-11 10:13 ` David Hildenbrand
2021-01-11 10:26 ` Anshuman Khandual
2021-01-08 1:01 ` Sudarshan Rajagopalan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1609895500.git.sudaraja@codeaurora.org \
--to=sudaraja@codeaurora.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).