All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zoltan Menyhart <Zoltan.Menyhart_AT_bull.net@nospam.org>
To: Hirokazu Takahashi <taka@valinux.co.jp>
Cc: haveblue@us.ibm.com, linux-ia64@vger.kernel.org,
	linux-kernel@vger.kernel.org, iwamoto@valinux.co.jp
Subject: Re: Migrate pages from a ccNUMA node to another - patch
Date: Tue, 30 Mar 2004 11:20:34 +0000	[thread overview]
Message-ID: <40695802.1F13AB0D@nospam.org> (raw)
In-Reply-To: 20040330.180523.08003015.taka@valinux.co.jp

Hirokazu Takahashi wrote:
> 
> Hello,
> 
> > > Have you considered any common ground your patch might share with the
> > > people doing memory hotplug?
> > >
> > >     http://people.valinux.co.jp/~iwamoto/mh.html
> > >
> > > They have a similar problem to your migration that occurs when a user
> > > wants to remove a whole or partial NUMA node.
> > > lhms-devel@lists.sourceforge.net
> >
> > Processes must be migrated to other nodes when a node is being
> > removed.  Conversely, processes may be migrated from other nodes when
> > a node is added.  I'm not familiar with NUMA things, and I think our
> > team doesn't have a particular solution.  If you have some idea,
> > that's great.
> >
> > BTW, it seems page migration can use my remap_onepage function.  Our
> > code can move most kinds of pages including hugetlbfs pages and page
> > caches.
> 
> I believe his patch will interest you since most of the code is
> independent of cpu architecture and it also covers mmaped files,
> shmem, ramdisk, mlocked pages and so on.
> 
> We will post new version of the memory hotplug patches in a week.
> 
> Thank you,
> Hirokazu Takahashi.

I am afraid the "remap_onepage()" function + the modifications necessary
at some other places are too much for me :-)

You do a couple of retries, waits. I cannot afford spending so much as
overhead due to some performance optimization.

I can understand that if you want to remove a node / memory module, then you
have to succeed by all means, you have to handle all kinds of pages,
the performance is not at a premium.

Regards,

Zoltán Menyhárt

WARNING: multiple messages have this Message-ID (diff)
From: Zoltan Menyhart <Zoltan.Menyhart_AT_bull.net@nospam.org>
To: Hirokazu Takahashi <taka@valinux.co.jp>
Cc: haveblue@us.ibm.com, linux-ia64@vger.kernel.org,
	linux-kernel@vger.kernel.org, iwamoto@valinux.co.jp
Subject: Re: Migrate pages from a ccNUMA node to another - patch
Date: Tue, 30 Mar 2004 13:20:34 +0200	[thread overview]
Message-ID: <40695802.1F13AB0D@nospam.org> (raw)
In-Reply-To: 20040330.180523.08003015.taka@valinux.co.jp

Hirokazu Takahashi wrote:
> 
> Hello,
> 
> > > Have you considered any common ground your patch might share with the
> > > people doing memory hotplug?
> > >
> > >     http://people.valinux.co.jp/~iwamoto/mh.html
> > >
> > > They have a similar problem to your migration that occurs when a user
> > > wants to remove a whole or partial NUMA node.
> > > lhms-devel@lists.sourceforge.net
> >
> > Processes must be migrated to other nodes when a node is being
> > removed.  Conversely, processes may be migrated from other nodes when
> > a node is added.  I'm not familiar with NUMA things, and I think our
> > team doesn't have a particular solution.  If you have some idea,
> > that's great.
> >
> > BTW, it seems page migration can use my remap_onepage function.  Our
> > code can move most kinds of pages including hugetlbfs pages and page
> > caches.
> 
> I believe his patch will interest you since most of the code is
> independent of cpu architecture and it also covers mmaped files,
> shmem, ramdisk, mlocked pages and so on.
> 
> We will post new version of the memory hotplug patches in a week.
> 
> Thank you,
> Hirokazu Takahashi.

I am afraid the "remap_onepage()" function + the modifications necessary
at some other places are too much for me :-)

You do a couple of retries, waits. I cannot afford spending so much as
overhead due to some performance optimization.

I can understand that if you want to remove a node / memory module, then you
have to succeed by all means, you have to handle all kinds of pages,
the performance is not at a premium.

Regards,

Zoltán Menyhárt

  reply	other threads:[~2004-03-30 11:20 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-26  9:02 Migrate pages from a ccNUMA node to another Zoltan Menyhart
2004-03-26  9:02 ` Zoltan Menyhart
2004-03-26 10:39 ` Robin Holt
2004-03-26 10:39   ` Robin Holt
2004-03-26  7:10   ` Andi Kleen
2004-03-26  7:10     ` Andi Kleen
2004-03-26  9:18     ` Migrate pages from a ccNUMA node to another - patch Zoltan Menyhart
2004-03-26  9:18       ` Zoltan Menyhart
2004-03-26 17:20       ` Dave Hansen
2004-03-26 17:20         ` Dave Hansen
2004-03-30  8:27         ` IWAMOTO Toshihiro
2004-03-30  8:27           ` IWAMOTO Toshihiro
2004-03-30  9:05           ` Hirokazu Takahashi
2004-03-30  9:05             ` Hirokazu Takahashi
2004-03-30 11:20             ` Zoltan Menyhart [this message]
2004-03-30 11:20               ` Zoltan Menyhart
2004-03-30 12:08               ` Hirokazu Takahashi
2004-03-30 12:08                 ` Hirokazu Takahashi
2004-03-30 14:32                 ` Zoltan Menyhart
2004-03-30 14:32                   ` Zoltan Menyhart
2004-04-03  2:58                   ` Hirokazu Takahashi
2004-04-03  2:58                     ` Hirokazu Takahashi
2004-04-05 15:07                     ` Zoltan Menyhart
2004-04-05 15:07                       ` Zoltan Menyhart
2004-04-05 15:40                       ` Dave Hansen
2004-04-05 15:40                         ` Dave Hansen
2004-04-06 14:42                         ` Migrate pages from a ccNUMA node to another Zoltan Menyhart
2004-04-06 14:42                           ` Zoltan Menyhart
2004-04-08 13:32                       ` Migrate pages from a ccNUMA node to another - patch Hirokazu Takahashi
2004-04-08 13:32                         ` Hirokazu Takahashi
2004-03-30 11:39         ` Zoltan Menyhart
2004-03-30 11:39           ` Zoltan Menyhart
2004-03-30 15:18           ` Dave Hansen
2004-03-30 15:18             ` Dave Hansen
2004-03-30 15:58           ` Dave Hansen
2004-03-30 15:58             ` Dave Hansen
2004-03-30 16:37             ` Dave Hansen
2004-03-30 16:37               ` Dave Hansen
2004-04-01  8:44             ` Migrate pages from a ccNUMA node to another Zoltan Menyhart
2004-04-01  8:44               ` Zoltan Menyhart
2004-03-26 12:38   ` Zoltan Menyhart
2004-03-26 12:38     ` Zoltan Menyhart
2004-03-29 23:16 ` Erich Focht
2004-03-29 23:16   ` Erich Focht
2004-03-30  9:57   ` Zoltan Menyhart
2004-03-30  9:57     ` Zoltan Menyhart

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=40695802.1F13AB0D@nospam.org \
    --to=zoltan.menyhart_at_bull.net@nospam.org \
    --cc=haveblue@us.ibm.com \
    --cc=iwamoto@valinux.co.jp \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=taka@valinux.co.jp \
    /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.