From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Christoph Lameter <clameter@sgi.com>,
torvalds@osdl.org, kravetz@us.ibm.com, raybry@mpdtxmail.amd.com,
linux-kernel@vger.kernel.org, lee.schermerhorn@hp.com,
haveblue@us.ibm.com, magnus.damm@gmail.com, pj@sgi.com,
marcelo.tosatti@cyclades.com
Subject: Re: [PATCH 0/5] Swap Migration V5: Overview
Date: Tue, 01 Nov 2005 19:22:36 +0900 [thread overview]
Message-ID: <436741EC.9080109@jp.fujitsu.com> (raw)
In-Reply-To: <20051031192506.100d03fa.akpm@osdl.org>
Andrew Morton wrote:
> Christoph Lameter <clameter@sgi.com> wrote:
>
>>This is a patchset intended to introduce page migration into the kernel
>> through a simple implementation of swap based page migration.
>> The aim is to be minimally intrusive in order to have some hopes for inclusion
>> into 2.6.15. A separate direct page migration patch is being developed that
>> applies on top of this patch. The direct migration patch is being discussed on
>> <lhms-devel@lists.sourceforge.net>.
>
>
> I remain concerned that it hasn't been demonstrated that the infrastructure
> which this patch provides will be adequate for all future applications -
> especially memory hot-remove.
>
> So I'll queue this up for -mm, but I think we need to see an entire
> hot-remove implementation based on this, and have all the interested
> parties signed up to it before we can start moving the infrastructure into
> mainline.
>
It looks Christoph didn't use (direct)memory migration core in this set,
so memory-hotremove will not be affected by this.
At the first look, memory hotplugger will just replace swap_page()
with migrate_onepage().
Comparing swap-based migration and memory hotremove, memory hotremove
has to support wider kinds of pages other than anon, file-cache
swap-cache, mlocked() page used by direct I/O, HugeTLB pages and achieve
close to 100% guaranntee. Ignoring the fact migration and hotremove will
share the code, what they have to do is very different.
swap-based approach looks just intend to do process migration and
it itself looks not bad.
I think your point is that hotremove and migration will share some amounts of codes.
We are now discussing *direct* page migration and will share codes for anon pages.
It is being discussed in -lhms. We'd like to create good one.
Thanks,
-- KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
next prev parent reply other threads:[~2005-11-01 10:23 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-01 3:12 [PATCH 0/5] Swap Migration V5: Overview Christoph Lameter
2005-11-01 3:12 ` [PATCH 1/5] Swap Migration V5: LRU operations Christoph Lameter
2005-11-07 7:35 ` Magnus Damm
2005-11-07 17:41 ` Christoph Lameter
2005-11-07 18:12 ` Christoph Lameter
2005-11-15 5:44 ` Andrew Morton
2005-11-15 16:38 ` Christoph Lameter
2005-11-15 16:43 ` SKB tutorial, Blog, and NET TODO Surya Satyavolu
2005-11-15 18:02 ` [PATCH 1/5] Swap Migration V5: LRU operations Andrew Morton
2005-11-15 18:22 ` Christoph Lameter
2005-11-15 18:46 ` Andrew Morton
2005-12-31 7:32 ` Marcelo Tosatti
2005-11-15 18:08 ` Lee Schermerhorn
2005-11-01 3:12 ` [PATCH 2/5] Swap Migration V5: PF_SWAPWRITE to allow writing to swap Christoph Lameter
2005-11-01 3:12 ` [PATCH 3/5] Swap Migration V5: migrate_pages() function Christoph Lameter
2005-11-01 8:06 ` Rob Landley
2005-11-01 8:59 ` Dave Hansen
2005-11-01 3:12 ` [PATCH 4/5] Swap Migration V5: MPOL_MF_MOVE interface Christoph Lameter
2005-11-01 3:13 ` [PATCH 5/5] Swap Migration V5: sys_migrate_pages interface Christoph Lameter
2005-11-01 5:27 ` Andrew Morton
2005-11-01 12:00 ` linux-os (Dick Johnson)
2005-11-01 18:10 ` Christoph Lameter
2005-11-01 17:39 ` Christoph Lameter
2005-11-01 3:25 ` [PATCH 0/5] Swap Migration V5: Overview Andrew Morton
2005-11-01 8:08 ` Rob Landley
2005-11-01 17:44 ` Christoph Lameter
2005-11-02 5:30 ` Hirokazu Takahashi
2005-11-02 8:31 ` Christoph Lameter
2005-11-02 8:45 ` Hirokazu Takahashi
2005-11-02 12:26 ` Hirokazu Takahashi
2005-11-02 13:08 ` Hirokazu Takahashi
2005-11-02 14:11 ` Kamezawa Hiroyuki
2005-11-02 15:48 ` Christoph Lameter
2005-11-02 20:00 ` Christoph Lameter
2005-11-01 10:22 ` KAMEZAWA Hiroyuki [this message]
2005-11-01 17:19 ` Christoph Lameter
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=436741EC.9080109@jp.fujitsu.com \
--to=kamezawa.hiroyu@jp.fujitsu.com \
--cc=akpm@osdl.org \
--cc=clameter@sgi.com \
--cc=haveblue@us.ibm.com \
--cc=kravetz@us.ibm.com \
--cc=lee.schermerhorn@hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=marcelo.tosatti@cyclades.com \
--cc=pj@sgi.com \
--cc=raybry@mpdtxmail.amd.com \
--cc=torvalds@osdl.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 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.