LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Christoph Lameter <clameter@sgi.com>
To: Nick Piggin <npiggin@suse.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [patch] mm: NUMA replicated pagecache
Date: Wed, 14 Feb 2007 11:00:02 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0702141057060.975@schroedinger.engr.sgi.com> (raw)
In-Reply-To: <20070213060924.GB20644@wotan.suse.de>
On Tue, 13 Feb 2007, Nick Piggin wrote:
> This is a scheme for page replication replicates read-only pagecache pages
> opportunistically, at pagecache lookup time (at points where we know the
> page is being looked up for read only).
The problem is that you may only have a single page table. One process
with multiple threads will just fault in one thread in order to
install the mapping to the page. The others threads may be running on
different nodes and different processors but will not generate any
faults. Pages will not be replicated as needed. The scheme only seems to
be working for special cases of multiple processes mapping the same file.
next prev parent reply other threads:[~2007-02-14 19:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-13 6:09 Nick Piggin
2007-02-13 6:09 ` Nick Piggin
2007-02-14 4:28 ` Nick Piggin
2007-02-14 18:57 ` Christoph Lameter
2007-02-15 0:07 ` Nick Piggin
2007-02-14 19:00 ` Christoph Lameter [this message]
2007-02-15 0:10 ` Nick Piggin
2007-02-15 0:13 ` Christoph Lameter
2007-02-14 20:32 ` Lee Schermerhorn
2007-02-15 0:38 ` Nick Piggin
2007-02-15 23:29 ` Lee Schermerhorn
2007-02-16 13:35 ` Nick Piggin
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=Pine.LNX.4.64.0702141057060.975@schroedinger.engr.sgi.com \
--to=clameter@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=npiggin@suse.de \
--subject='Re: [patch] mm: NUMA replicated pagecache' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).