linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Shakeel Butt <shakeelb@google.com>
To: Tim Chen <tim.c.chen@linux.intel.com>
Cc: Yang Shi <shy828301@gmail.com>,
	lsf-pc@lists.linux-foundation.org,  Linux MM <linux-mm@kvack.org>,
	Michal Hocko <mhocko@suse.com>,
	 Dan Williams <dan.j.williams@intel.com>,
	Dave Hansen <dave.hansen@intel.com>,
	 David Rientjes <rientjes@google.com>,
	Wei Xu <weixugc@google.com>,  Greg Thelen <gthelen@google.com>
Subject: Re: [LSF/MM TOPIC] Tiered memory accounting and management
Date: Fri, 18 Jun 2021 16:59:37 -0700	[thread overview]
Message-ID: <CALvZod4=2e02D4WBa=obZexrQN8afP=3_2N0MNMF-Z_7F3MMag@mail.gmail.com> (raw)
In-Reply-To: <82ffac56-e3fb-2d2d-1601-64130310bfc1@linux.intel.com>

On Fri, Jun 18, 2021 at 3:11 PM Tim Chen <tim.c.chen@linux.intel.com> wrote:
>
>
>
> On 6/17/21 11:48 AM, Shakeel Butt wrote:
[...]
> >
> > At the moment "personally" I am more inclined towards a passive
> > approach towards the memcg accounting of memory tiers. By that I mean,
> > let's start by providing a 'usage' interface and get more
> > production/real-world data to motivate the 'limit' interfaces. (One
> > minor reason is that defining the 'limit' interface will force us to
> > make the decision on defining tiers i.e. numa or a set of numa or
> > others).
>
> Probably we could first start with accounting the memory used in each
> NUMA node for a cgroup and exposing this information to user space.
> I think that is useful regardless.
>

Is memory.numa_stat not good enough? This interface does miss
__GFP_ACCOUNT non-slab allocations, percpu and sock.

> There is still a question of whether we want to define a set of
> numa node or tier and extend the accounting and management at that
> memory tier abstraction level.
>
[...]
> >
> > To give a more concrete example: Let's say we have a system with two
> > memory tiers and multiple low and high priority jobs. For high
> > priority jobs, set the allocation try list from high to low tier and
> > for low priority jobs the reverse of that (I am not sure if we can do
> > that out of the box with today's kernel). In the background we migrate
> > cold memory down the tiers and hot memory in the reverse direction.
> >
> > In this background mechanism we can enforce all different limiting
> > policies like Yang's original high and low tier percentage or
> > something like X% of accesses of high priority jobs should be from
> > high tier.
>
> If I understand what you are saying is you desire the kernel to provide
> the interface to expose performance information like
> "X% of accesses of high priority jobs is from high tier",

I think we can estimate "X% of accesses to high tier" using existing
perf/PMU counters. So, no new interface.

> and knobs for user space to tell kernel to re-balance pages on
> a per job class (or cgroup) basis based on this information.
> The page re-balancing will be initiated by user space rather than
> by the kernel, similar to what Wei proposed.

This is more open to discussion and we should brainstorm the pros and
cons of all proposed approaches.


  reply	other threads:[~2021-06-19  0:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14 21:51 [LSF/MM TOPIC] Tiered memory accounting and management Tim Chen
2021-06-16  0:17 ` Yang Shi
2021-06-17 18:48   ` Shakeel Butt
2021-06-18 22:11     ` Tim Chen
2021-06-18 23:59       ` Shakeel Butt [this message]
2021-06-19  0:56         ` Tim Chen
2021-06-19  1:17           ` Shakeel Butt
2021-06-21 20:42     ` Yang Shi
2021-06-21 21:23       ` Shakeel Butt

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='CALvZod4=2e02D4WBa=obZexrQN8afP=3_2N0MNMF-Z_7F3MMag@mail.gmail.com' \
    --to=shakeelb@google.com \
    --cc=dan.j.williams@intel.com \
    --cc=dave.hansen@intel.com \
    --cc=gthelen@google.com \
    --cc=linux-mm@kvack.org \
    --cc=lsf-pc@lists.linux-foundation.org \
    --cc=mhocko@suse.com \
    --cc=rientjes@google.com \
    --cc=shy828301@gmail.com \
    --cc=tim.c.chen@linux.intel.com \
    --cc=weixugc@google.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).