From: Andrew Morton <akpm@linux-foundation.org>
To: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Hisashi Hifumi <hifumi.hisashi@oss.ntt.co.jp>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [PATCH] mm: use pagevec to rotate reclaimable page
Date: Tue, 18 Sep 2007 11:03:37 -0700 [thread overview]
Message-ID: <20070918110337.7d23b3aa.akpm@linux-foundation.org> (raw)
In-Reply-To: <200709181147.45006.nickpiggin@yahoo.com.au>
On Tue, 18 Sep 2007 11:47:44 +1000 Nick Piggin <nickpiggin@yahoo.com.au> wrote:
> On Wednesday 19 September 2007 03:44, Andrew Morton wrote:
> > On Tue, 18 Sep 2007 11:29:50 +1000 Nick Piggin <nickpiggin@yahoo.com.au>
> wrote:
> > > It would be interesting to test -mm kernels. They have a patch which
> > > reduces zone lock contention quite a lot.
> >
> > They do? Which patch?
>
> Hmm... mm-buffered-write-cleanup.patch.
hmm.
>
> > > I think your patch is a nice idea, and with less zone lock contention in
> > > other areas, it is possible that it might produce a relatively larger
> > > improvement.
> >
> > I'm a bit wobbly about this patch - it adds additional single-cpu overhead
> > to reduce multiple-cpu overhead and latency.
>
> Yeah, that's true. Although maybe it gets significantly more after the
> patch in -mm.
>
> Possibly other page batching sites have similar issues on UP... I wonder
> if a type of pagevec that turns into a noop on UP would be interesting...
> probably totally unmeasurable and not worth the cost of code
> maintenance ;)
Yes, I wonder that. Some of the additional overhead will come from
the additional get_page/put_page which is needed for pagevec ownership.
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Hisashi Hifumi <hifumi.hisashi@oss.ntt.co.jp>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [PATCH] mm: use pagevec to rotate reclaimable page
Date: Tue, 18 Sep 2007 11:03:37 -0700 [thread overview]
Message-ID: <20070918110337.7d23b3aa.akpm@linux-foundation.org> (raw)
In-Reply-To: <200709181147.45006.nickpiggin@yahoo.com.au>
On Tue, 18 Sep 2007 11:47:44 +1000 Nick Piggin <nickpiggin@yahoo.com.au> wrote:
> On Wednesday 19 September 2007 03:44, Andrew Morton wrote:
> > On Tue, 18 Sep 2007 11:29:50 +1000 Nick Piggin <nickpiggin@yahoo.com.au>
> wrote:
> > > It would be interesting to test -mm kernels. They have a patch which
> > > reduces zone lock contention quite a lot.
> >
> > They do? Which patch?
>
> Hmm... mm-buffered-write-cleanup.patch.
hmm.
>
> > > I think your patch is a nice idea, and with less zone lock contention in
> > > other areas, it is possible that it might produce a relatively larger
> > > improvement.
> >
> > I'm a bit wobbly about this patch - it adds additional single-cpu overhead
> > to reduce multiple-cpu overhead and latency.
>
> Yeah, that's true. Although maybe it gets significantly more after the
> patch in -mm.
>
> Possibly other page batching sites have similar issues on UP... I wonder
> if a type of pagevec that turns into a noop on UP would be interesting...
> probably totally unmeasurable and not worth the cost of code
> maintenance ;)
Yes, I wonder that. Some of the additional overhead will come from
the additional get_page/put_page which is needed for pagevec ownership.
--
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-09-18 18:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-11 9:31 [PATCH] mm: use pagevec to rotate reclaimable page Hisashi Hifumi
2007-09-11 9:31 ` Hisashi Hifumi
2007-09-14 2:37 ` Andrew Morton
2007-09-14 2:37 ` Andrew Morton
2007-09-14 7:42 ` Hisashi Hifumi
2007-09-14 7:42 ` Hisashi Hifumi
2007-09-18 10:41 ` Hisashi Hifumi
2007-09-18 1:29 ` Nick Piggin
2007-09-18 1:29 ` Nick Piggin
2007-09-18 17:44 ` Andrew Morton
2007-09-18 17:44 ` Andrew Morton
2007-09-18 1:47 ` Nick Piggin
2007-09-18 1:47 ` Nick Piggin
2007-09-18 18:03 ` Andrew Morton [this message]
2007-09-18 18:03 ` Andrew Morton
2007-09-19 22:17 ` Andrew Morton
2007-09-19 22:17 ` Andrew Morton
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=20070918110337.7d23b3aa.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=hifumi.hisashi@oss.ntt.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=nickpiggin@yahoo.com.au \
/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.