linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Weiner <hannes@cmpxchg.org>
To: Michal Hocko <mhocko@kernel.org>
Cc: Vladimir Davydov <vdavydov@virtuozzo.com>,
	linux-mm@kvack.org, cgroups@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [RFC PATCH] mm: memcontrol: reign in CONFIG space madness
Date: Thu, 10 Dec 2015 10:06:50 -0500	[thread overview]
Message-ID: <20151210150650.GA1431@cmpxchg.org> (raw)
In-Reply-To: <20151210134031.GN19496@dhcp22.suse.cz>

On Thu, Dec 10, 2015 at 02:40:31PM +0100, Michal Hocko wrote:
> On Wed 09-12-15 15:30:04, Johannes Weiner wrote:
> > Hey guys,
> > 
> > there has been quite a bit of trouble that stems from dividing our
> > CONFIG space and having to provide real code and dummy functions
> > correctly in all possible combinations. This is amplified by having
> > the legacy mode and the cgroup2 mode in the same file sharing code.
> > 
> > The socket memory and kmem accounting series is a nightmare in that
> > respect, and I'm still in the process of sorting it out. But no matter
> > what the outcome there is going to be, what do you think about getting
> > rid of the CONFIG_MEMCG[_LEGACY]_KMEM and CONFIG_INET stuff?
> 
> The code size difference after your recent patches is indeed not that
> large but that is only because huge part of the kmem code is enabled by
> default now. I have raised this in the reply to the respective patch.
> This is ~8K of the code 1K for data. I do understand your reasoning
> about the complications but this is quite a lot of code. CONFIG_INET
> ifdefs are probably pointless - they do not add really much and most
> configs will have it by default. The core for KMEM seems to be a
> different thing to me. Maybe we can reorganize the code to make the
> maintenance easier and still allow to enable KMEM accounting separately
> for kernel size savy users?

Look, if kernel size savvy users care THAT much about TWO pages then
they must absolutely LOVE me for having eliminated page_cgroup and
saving them THOUSANDS of pages, and deleted hundreds of lines of code
and static data in memcontrol.c ever since I started working on it.

Yet this has been the only point you have been bringing up this entire
time: the cost I'm putting on users with all this in both memory and
cpu cycles. When I have just made all hotpaths and accounting in memcg
completely lockless. And when cgroup2 is going to be a FRACTION of the
original memcg code, data size, and runtime cost, even INCLUDING the
entirety of the kmem accounting.

There is no perspective to your criticism.

So let's just say I'm going to cash some of that credit I built up in
order to get to v2 as fast as possible, without having to spend days
engineering a solution to save two damn pages in legacy code, okay?

And if you DO care so much about cost for legacy users beyond this, I
think it's time for you to put your money where your mouth is and
start sending patches that save those users memory and cpu cycles,
instead of constantly demanding this from people who work on making
this whole thing much leaner, faster, and cleaner for EVERYBODY.

--
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:[~2015-12-10 15:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09 20:30 Johannes Weiner
2015-12-10 11:38 ` Vladimir Davydov
2015-12-10 13:40 ` Michal Hocko
2015-12-10 15:06   ` Johannes Weiner [this message]
2015-12-10 16:12     ` Michal Hocko
2015-12-10 17:15       ` Johannes Weiner

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=20151210150650.GA1431@cmpxchg.org \
    --to=hannes@cmpxchg.org \
    --cc=cgroups@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@kernel.org \
    --cc=vdavydov@virtuozzo.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