public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Hocko <mhocko-IBi9RG/b67k@public.gmane.org>
To: Yosry Ahmed <yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Cc: Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>,
	Roman Gushchin
	<roman.gushchin-fxUVXftIFDnyG1zEObXtfA@public.gmane.org>,
	Shakeel Butt <shakeelb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
	Muchun Song <songmuchun-EC8Uxl6Npydl57MIdRCFDg@public.gmane.org>,
	Andrew Morton
	<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
	Matthew Wilcox <willy-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
	Vlastimil Babka <vbabka-AlSwsSmVLrQ@public.gmane.org>,
	David Hildenbrand <david-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Miaohe Lin <linmiaohe-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
	NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>,
	Alistair Popple <apopple-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	Suren Baghdasaryan
	<surenb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
	Peter Xu <peterx-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
Subject: Re: [PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
Date: Thu, 23 Jun 2022 10:05:56 +0200	[thread overview]
Message-ID: <YrQe5A+FXnbgOR1f@dhcp22.suse.cz> (raw)
In-Reply-To: <20220623000530.1194226-1-yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>

On Thu 23-06-22 00:05:30, Yosry Ahmed wrote:
> Commit e22c6ed90aa9 ("mm: memcontrol: don't count limit-setting reclaim
> as memory pressure") made sure that memory reclaim that is induced by
> userspace (limit-setting, proactive reclaim, ..) is not counted as
> memory pressure for the purposes of psi.
> 
> Instead of counting psi inside try_to_free_mem_cgroup_pages(), callers
> from try_charge() and reclaim_high() wrap the call to
> try_to_free_mem_cgroup_pages() with psi handlers.
> 
> However, vmpressure is still counted in these cases where reclaim is
> directly induced by userspace. This patch makes sure vmpressure is not
> counted in those operations, in the same way as psi. Since vmpressure
> calls need to happen deeper within the reclaim path, the same approach
> could not be followed. Hence, a new "controlled" flag is added to struct
> scan_control to flag a reclaim operation that is controlled by
> userspace. This flag is set by limit-setting and proactive reclaim
> operations, and is used to count vmpressure correctly.
> 
> To prevent future divergence of psi and vmpressure, commit e22c6ed90aa9
> ("mm: memcontrol: don't count limit-setting reclaim as memory pressure")
> is effectively reverted and the same flag is used to control psi as
> well.

Why do we need to add this is a legacy interface now? Are there any
pre-existing users who realized this is bugging them? Please be more
specific about the usecase.

-- 
Michal Hocko
SUSE Labs

  parent reply	other threads:[~2022-06-23  8:05 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-23  0:05 [PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure Yosry Ahmed
     [not found] ` <20220623000530.1194226-1-yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2022-06-23  0:16   ` Andrew Morton
     [not found]     ` <20220622171624.fc7de8d0ab18a5cf663f8ab8-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2022-06-23  0:24       ` Yosry Ahmed
2022-06-23  8:05   ` Michal Hocko [this message]
     [not found]     ` <YrQe5A+FXnbgOR1f-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-06-23  8:35       ` Yosry Ahmed
2022-06-23  9:42         ` Michal Hocko
     [not found]           ` <YrQ1o3CeaZWhm+h4-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-06-23 16:22             ` Yosry Ahmed
2022-06-23 16:37               ` Michal Hocko
     [not found]                 ` <YrSWruhPlJV1X9kp-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-06-23 16:42                   ` Shakeel Butt
     [not found]                     ` <CALvZod6eLa1X1FJ2Qi6FXhFA-qBCP4mN2SB31MSgjj+g8hKo6Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-06-23 16:49                       ` Yosry Ahmed
2022-06-23 17:04                       ` Michal Hocko
     [not found]                         ` <YrSdFy3qYdG+rGR6-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-06-23 17:26                           ` Yosry Ahmed
     [not found]                             ` <CAJD7tkZNEtzJMDsLMHuNHkxFfurS37UuK=zFcPCkOkWfN-dbJQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-06-24 22:10                               ` Suren Baghdasaryan
     [not found]                                 ` <CAJuCfpG6D1fhc4c_-0cL=rmXUbhdROSWsObYrZ7Mp4=+sBkT7Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-06-24 22:13                                   ` Yosry Ahmed
2022-06-24 22:41                                     ` Suren Baghdasaryan
2022-06-27  8:25                               ` Michal Hocko
     [not found]                                 ` <YrlpcdgF1HzA7bHS-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-06-27  8:39                                   ` Yosry Ahmed
2022-06-27  9:20                                     ` Michal Hocko
     [not found]                                       ` <Yrl2T632Vfv8QGPn-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-06-27  9:39                                         ` Yosry Ahmed
     [not found]                                           ` <CAJD7tkZzwzHq7Q7KKUdVSdO4LWTPkrGprp0Q-ze_SWhUd_mTMw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-06-27 12:31                                             ` Michal Hocko
     [not found]                                               ` <YrmjH2FZF7iNn8da-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-06-27 17:03                                                 ` Yosry Ahmed
     [not found]                                                   ` <CAJD7tkYemNQqu_O2nYG3cqxPWGELvc6Lh5i+KKNCtv6cgSPmdA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-06-30  1:07                                                     ` Shakeel Butt
     [not found]                                                       ` <CALvZod68WdrXEmBpOkadhB5GPYmCXaDZzXH=yyGOCAjFRn4NDQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-06-30  2:08                                                         ` Yosry Ahmed
     [not found]                                                           ` <CAJD7tkZeySa9V+nuoGfmugrOcxaiaXFspPKLkgTFkvsrri=J3g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-06-30  8:22                                                             ` Michal Hocko

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=YrQe5A+FXnbgOR1f@dhcp22.suse.cz \
    --to=mhocko-ibi9rg/b67k@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=apopple-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=david-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org \
    --cc=linmiaohe-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
    --cc=neilb-l3A5Bk7waGM@public.gmane.org \
    --cc=peterx-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=roman.gushchin-fxUVXftIFDnyG1zEObXtfA@public.gmane.org \
    --cc=shakeelb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=songmuchun-EC8Uxl6Npydl57MIdRCFDg@public.gmane.org \
    --cc=surenb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=vbabka-AlSwsSmVLrQ@public.gmane.org \
    --cc=willy-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    /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