From: William Lee Irwin III <wli@holomorphy.com>
To: Christoph Lameter <clameter@sgi.com>
Cc: linux-mm@kvack.org
Subject: Re: ZERO_PAGE refcounting causes cache line bouncing
Date: Fri, 16 Mar 2007 21:35:45 -0700 [thread overview]
Message-ID: <20070317043545.GH8915@holomorphy.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0703161514170.7846@schroedinger.engr.sgi.com>
On Fri, Mar 16, 2007 at 03:17:39PM -0700, Christoph Lameter wrote:
> We have issues with ZERO_PAGE refcounting causing severe cacheline
> bouncing. ZERO_PAGES are mapped into multiple processes running on
> multiple nodes. Refcounter modifications therefore have to acquire a
> remote exclusive cacheline.
> Could we somehow fix this? There are a couple of ways to do this:
> 1. No refcounting on reserved pages in the VM. ZERO_PAGEs are
> reserved and there is no point in refcounting them since they
> will not go away.
> 2. Having a percpu or pernode ZERO_PAGE?
> May be a simpler solution but then we still may have issues
> if the ZERO_PAGE gets "freed" from other processors/ nodes.
It's dumb to refcount the zero page. Someone should've noticed this
when the PG_reserved patches went in. I can't think of an easy way
around this apart from a backout. OTOH it's a simple matter of
programming to arrange for it without a backout.
Provisions should be made for per-node zero pages in addition to this.
AFAICT the primary thing needed is to wrap checks for a page being a
zero page with some testing function instead of using a raw equality
check. This is above and beyond solving the mere zero page refcount
problem; I'm saying that both proposals should be done even though only
one is needed to resolve the bouncing issue.
I guess this is an "ack of the concept" of sorts. None of this is so
involved that I should jump on it and try to get a patch out ahead of
you.
-- wli
--
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:[~2007-03-17 4:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-16 22:17 Christoph Lameter
2007-03-17 4:35 ` William Lee Irwin III [this message]
2007-03-19 5:56 ` Nick Piggin
2007-03-19 6:24 ` Nick Piggin
2007-03-19 6:41 ` Nick Piggin
2007-03-19 10:04 ` Nick Piggin
2007-03-19 17:06 ` Christoph Lameter
2007-03-20 2:53 ` Nick Piggin
2007-03-19 12:03 ` Robin Holt
2007-03-20 2:35 ` Nick Piggin
2007-03-19 12:46 ` William Lee Irwin III
2007-03-20 2:34 ` Nick Piggin
2007-03-19 17:04 ` 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=20070317043545.GH8915@holomorphy.com \
--to=wli@holomorphy.com \
--cc=clameter@sgi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox