From: Dave Hansen <haveblue@us.ibm.com>
To: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux-mm <linux-mm@kvack.org>
Subject: Re: sparsemem & sparsemem extreme question
Date: Wed, 05 Oct 2005 08:52:34 -0700 [thread overview]
Message-ID: <1128527554.26009.2.camel@localhost> (raw)
In-Reply-To: <20051005063909.GA9699@osiris.boeblingen.de.ibm.com>
On Wed, 2005-10-05 at 08:39 +0200, Heiko Carstens wrote:
> > > I'm just wondering why there is all this indirection stuff here and why not
> > > have one contiguous aray of struct pages (residing in the vmalloc area) that
> > > deals with whatever size of memory an architecture wants to support.
> > This is exactly what ia64 does today. Programatically, it does remove a
> > layer of indirection. However, there are some data structures that have
> > to be traversed during a lookup: the page tables. Granted, the TLB will
> > provide some caching, but a lookup on ia64 can potentially be much more
> > expensive than the two cacheline misses that sparsemem extreme might
> > have.
>
> Sure, just that on s390 we have a 1:1 mapping anyway. So these lookups would
> be more or less for free for us (compared to what we have now).
Is the 1:1 mapping done with pagetables? If so, it is not free.
> > In the end no one has ever produced any compelling performance reason to
> > use a vmem_map (as ia64 calls it). In addition, sparsemem doesn't cause
> > any known performance regressions, either.
>
> As far as I understand the memory hotplug patches they won't work without
> SPARSEMEM support. So the ia64 approach with a vmem_map will not work here,
> right?
If we had vmem_map implemented for every arch that supported memory
hotplug, and it didn't have performance implications, then we could have
vmem_map everywhere, and use it for hotplug.
> Actually my concern is that whenever the address space that is covered with
> SPARSEMEM_EXTREME is not sufficient just another layer of indirection needs
> to be added.
Do you have any performance numbers to back up your concerns, or is it
more about the code complexity?
-- Dave
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2005-10-05 15:52 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-04 6:50 sparsemem & sparsemem extreme question Heiko Carstens
2005-10-04 14:33 ` Andy Whitcroft
2005-10-04 16:15 ` Dave Hansen
2005-10-05 6:39 ` Heiko Carstens
2005-10-05 15:52 ` Dave Hansen [this message]
2005-10-05 15:58 ` Heiko Carstens
2005-10-05 16:05 ` Dave Hansen
2005-10-05 16:10 ` Heiko Carstens
2005-10-05 16:20 ` Dave Hansen
2005-10-05 17:12 ` Heiko Carstens
2005-10-05 17:20 ` Dave Hansen
2005-10-05 17:45 ` Heiko Carstens
2005-10-05 17:57 ` Dave Hansen
2005-10-05 18:04 ` Heiko Carstens
2005-10-05 18:42 ` Bob Picco
2005-10-05 22:06 ` Dave Hansen
2005-10-06 7:39 ` Heiko Carstens
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=1128527554.26009.2.camel@localhost \
--to=haveblue@us.ibm.com \
--cc=heiko.carstens@de.ibm.com \
--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 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.