On Fri, Jul 12, 2013 at 09:13:56PM +0800, Sha Zhengju wrote: > Ooops.... it seems unreachable, change Glauber's email... > > > On Fri, Jul 12, 2013 at 8:59 PM, Sha Zhengju <handai.szj@xxxxxxxxx> wrote: > > > Add cc to Glauber > > Thanks > > > > On Thu, Jul 11, 2013 at 10:56 PM, Michal Hocko <mhocko@xxxxxxx> wrote: > > > On Sat 06-07-13 01:33:43, Sha Zhengju wrote: > > >> From: Sha Zhengju <handai.szj@xxxxxxxxxx> > > >> > > >> If memcg is enabled and no non-root memcg exists, all allocated > > >> pages belongs to root_mem_cgroup and wil go through root memcg > > >> statistics routines. So in order to reduce overheads after adding > > >> memcg dirty/writeback accounting in hot paths, we use jump label to > > >> patch mem_cgroup_{begin,end}_update_page_stat() in or out when not > > >> used. > > > > > > I do not think this is enough. How much do you save? One atomic read. > > > This doesn't seem like a killer. > > > > > > I hoped we could simply not account at all and move counters to the root > > > cgroup once the label gets enabled. > > > > I have thought of this approach before, but it would probably run into > > another issue, e.g, each zone has a percpu stock named ->pageset to > > optimize the increment and decrement operations, and I haven't figure out a > > simpler and cheaper approach to handle that stock numbers if moving global > > counters to root cgroup, maybe we can just leave them and can afford the > > approximation? > > > > Glauber have already done lots of works here, in his previous patchset he > > also tried to move some global stats to root ( > > http://comments.gmane.org/gmane.linux.kernel.cgroups/6291). May I steal > > some of your ideas here, Glauber? :P > > Of course. Please go ahead and keep me posted in my new address. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>