Re: [RFC][PATCH] mm: the page of MIGRATE_RESERVE don't insert into pcp

From: Mel Gorman
Date: Fri Nov 07 2008 - 06:27:34 EST


On Fri, Nov 07, 2008 at 08:02:51PM +0900, KAMEZAWA Hiroyuki wrote:
> On Fri, 7 Nov 2008 10:42:42 +0000
> Mel Gorman <mel@xxxxxxxxx> wrote:
>
> > On Fri, Nov 07, 2008 at 10:42:24AM +0900, KAMEZAWA Hiroyuki wrote:
> > > On Thu, 6 Nov 2008 16:46:45 +0000
> > > Mel Gorman <mel@xxxxxxxxx> wrote:
> > > > > otherwise, the system have unnecessary memory starvation risk
> > > > > because other cpu can't use this emergency pages.
> > > > >
> > > > >
> > > > >
> > > > > Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx>
> > > > > CC: Mel Gorman <mel@xxxxxxxxx>
> > > > > CC: Christoph Lameter <cl@xxxxxxxxxxxxxxxxxxxx>
> > > > >
> > > >
> > > > This patch seems functionally sound but as Christoph points out, this
> > > > adds another branch to the fast path. Now, I ran some tests and those that
> > > > completed didn't show any problems but adding branches in the fast path can
> > > > eventually lead to hard-to-detect performance problems.
> > > >
> > > dividing pcp-list into MIGRATE_TYPES is bad ?
> >
> > I do not understand what your question is.
> >
> Hmm. like this.
>
> pcp = &zone_pcp(zone, get_cpu())->pcp[migrate_type];
>

Oh, do you mean splitting the list instead of searching? This is how it was
originally implement and shot down on the grounds it increased the size of
a per-cpu structure.

--
Mel Gorman
Part-time Phd Student Linux Technology Center
University of Limerick IBM Dublin Software Lab
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/