From: Yasunori Goto <ygoto@fsw.fujitsu.com>
To: "Martin J. Bligh" <mbligh@aracnet.com>
Cc: akpm@us.ibm.com, linux-kernel <linux-kernel@vger.kernel.org>,
colpatch@us.ibm.com,
Linux Hotplug Memory Support <lhms-devel@lists.sourceforge.net>
Subject: Re: [PATCH] Remove memblks from the kernel
Date: Fri, 23 Jan 2004 14:27:23 -0800 [thread overview]
Message-ID: <20040123114352.C758.YGOTO@fsw.fujitsu.com> (raw)
In-Reply-To: <237770000.1074843321@[10.10.2.4]>
Hello.
> This patch removes memblks from the kernel ... we don't use them, and
> the NUMA API that was planning to use them when they were originally
> designed isn't going to use them anymore. They're just unnecessary
> added complexity now ... time for them to go.
>
> There's a slight complication in that ia64 uses something with a similar
> name for part of its memory layout, but Jes Sorensen kindly untangled them
> from each other for us. The patch with his modifications is below. Jes
> tested it on ia64, and I testbuilt it with every config in my arsenal.
>
> Please apply ... thanks,
I suppose that memblk isn't meaningless from memory hotplug standpoint.
If 1 node includes some memblks, I might be able to make partial
memory offline on the node.
For example, there are a machine which has 2 node like this figure.
node 0 node 1
+--------+ +--------+
| | | |
|--------| |--------|
| |--------|memblk X|
|--------| |--------|
| | | |
+--------+ +--------+
If memory failure (like 1xECC error) occur on node 1,
what unit should be removed?
If only node structure, memory hotplug system has to
remove whole memory of node 1.
But user sometimes needs much time to prepare new node for exchange.
(Becouse cost is expensive, the system is non-stop-system, etc....)
If there are some memblks in the node like figure,
the system can remove only memblk X.
So, the server can work nearer condition before failure,
and user can keep their software performance till preparing new node.
I don't have any patch of this yet, because memory hotplug need
much other work.
But....How do you think this idea?
Thanks.
--
Yasunori Goto <ygoto at fsw.fujitsu.com>
next prev parent reply other threads:[~2004-01-23 22:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-23 7:35 Martin J. Bligh
2004-01-23 22:27 ` Yasunori Goto [this message]
2004-01-27 21:56 ` Matthew Dobson
2004-01-28 22:08 ` Yasunori Goto
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=20040123114352.C758.YGOTO@fsw.fujitsu.com \
--to=ygoto@fsw.fujitsu.com \
--cc=akpm@us.ibm.com \
--cc=colpatch@us.ibm.com \
--cc=lhms-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mbligh@aracnet.com \
/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
Powered by JetHome