lkml.org 
[lkml]   [2007]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFC][PATCH 2/7] RSS controller core
    On Tue, 06 Mar 2007 17:55:29 +0300
    Pavel Emelianov <xemul@sw.ru> wrote:

    > +struct rss_container {
    > + struct res_counter res;
    > + struct list_head page_list;
    > + struct container_subsys_state css;
    > +};
    > +
    > +struct page_container {
    > + struct page *page;
    > + struct rss_container *cnt;
    > + struct list_head list;
    > +};

    ah. This looks good. I'll find a hunk of time to go through this work
    and through Paul's patches. It'd be good to get both patchsets lined
    up in -mm within a couple of weeks. But..

    We need to decide whether we want to do per-container memory limitation via
    these data structures, or whether we do it via a physical scan of some
    software zone, possibly based on Mel's patches.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-03-06 23:05    [W:7.327 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site