linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Balbir Singh <balbir@linux.vnet.ibm.com>
To: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	linux-mm@kvack.org, lizf@cn.fujitsu.com,
	linux-kernel@vger.kernel.org
Subject: Re: [RFC][PATCH 5/5] Memory controller soft limit reclaim on contention (v9)
Date: Mon, 20 Jul 2009 21:17:19 +0530	[thread overview]
Message-ID: <20090720154719.GH24157@balbir.in.ibm.com> (raw)
In-Reply-To: <20090721001923.AF72.A69D9226@jp.fujitsu.com>

* KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> [2009-07-21 00:20:38]:

> 
> very sorry for the delaying.
>

No problem, thanks for the review and ack
 
> 
> > @@ -1918,6 +1951,7 @@ loop_again:
> >  		for (i = 0; i <= end_zone; i++) {
> >  			struct zone *zone = pgdat->node_zones + i;
> >  			int nr_slab;
> > +			int nid, zid;
> >  
> >  			if (!populated_zone(zone))
> >  				continue;
> > @@ -1932,6 +1966,15 @@ loop_again:
> >  			temp_priority[i] = priority;
> >  			sc.nr_scanned = 0;
> >  			note_zone_scanning_priority(zone, priority);
> > +
> > +			nid = pgdat->node_id;
> > +			zid = zone_idx(zone);
> > +			/*
> > +			 * Call soft limit reclaim before calling shrink_zone.
> > +			 * For now we ignore the return value
> > +			 */
> > +			mem_cgroup_soft_limit_reclaim(zone, order, sc.gfp_mask,
> > +							nid, zid);
> >  			/*
> >  			 * We put equal pressure on every zone, unless one
> >  			 * zone has way too many pages free already.
> 
> 
> In this part:
> 	Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
> 
> 
> 

-- 
	Balbir

--
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>

  reply	other threads:[~2009-07-20 15:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-10 12:59 [RFC][PATCH 0/5] Memory controller soft limit patches (v9) Balbir Singh
2009-07-10 12:59 ` [RFC][PATCH 1/5] Memory controller soft limit documentation (v9) Balbir Singh
2009-07-10 13:00 ` [RFC][PATCH 2/5] Memory controller soft limit interface (v9) Balbir Singh
2009-07-10 13:00 ` [RFC][PATCH 3/5] Memory controller soft limit organize cgroups (v9) Balbir Singh
2009-07-10 13:00 ` [RFC][PATCH 4/5] Memory controller soft limit refactor reclaim flags (v9) Balbir Singh
2009-07-10 13:00 ` [RFC][PATCH 5/5] Memory controller soft limit reclaim on contention (v9) Balbir Singh
2009-07-20 15:20   ` KOSAKI Motohiro
2009-07-20 15:47     ` Balbir Singh [this message]
2009-07-15  4:08 ` [RFC][PATCH 0/5] Memory controller soft limit patches (v9) Balbir Singh
2009-07-15  4:33   ` KAMEZAWA Hiroyuki
2009-07-15  5:25     ` Balbir Singh
2009-07-15  5:28   ` KOSAKI Motohiro
2009-07-15  5:32     ` Balbir Singh
2009-07-20 15:48 ` Balbir Singh
2009-07-21  0:03   ` KAMEZAWA Hiroyuki

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=20090720154719.GH24157@balbir.in.ibm.com \
    --to=balbir@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=kosaki.motohiro@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=lizf@cn.fujitsu.com \
    /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;
as well as URLs for NNTP newsgroup(s).