From: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org
Cc: hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org,
lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCHSET sched,cgroup] sched: Implement interface for cgroup unified hierarchy
Date: Mon, 3 Aug 2015 18:40:47 -0400 [thread overview]
Message-ID: <1438641650-14591-1-git-send-email-tj@kernel.org> (raw)
Hello,
This patchset implements cpu controller's interface for unified
hierarchy. While cpu controller didn't have structural issues that
memcg and blkcg had, there still are minor issues such as cpuacct and
use of different time units and its interface can be made consistent
with other controllers so that cgroup as a whole presents uniform ways
to achieve similar things with different resources.
This patchset contains the following three patches.
0001-cgroup-define-controller-file-conventions.patch
0002-sched-Misc-preps-for-cgroup-unified-hierarchy-interf.patch
0003-sched-Implement-interface-for-cgroup-unified-hierarc.patch
The "Controller file conventions" section in
Documentation/cgroups/unified-hierarchy.txt which is added by the
first patch codifies the syntax and semantics for controller knobs and
the next two patches implement the new interface for the cpu
controller.
The first patch is needed by blkcg too, so once the changes get acked
I'll set up a branch containing the patch so that it can be pulled
from both sched and blkcg.
This patchset is on top of v4.2-rc1 and also available in the
following git branch.
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-sched-unified-intf
diffstat follows, thanks.
Documentation/cgroups/unified-hierarchy.txt | 128 +++++++++++++++++++-
include/linux/cgroup.h | 9 +
kernel/sched/core.c | 173 +++++++++++++++++++++++++++-
kernel/sched/cpuacct.c | 57 ++++++---
kernel/sched/cpuacct.h | 5
5 files changed, 342 insertions(+), 30 deletions(-)
--
tejun
WARNING: multiple messages have this Message-ID (diff)
From: Tejun Heo <tj@kernel.org>
To: mingo@redhat.com, peterz@infradead.org
Cc: hannes@cmpxchg.org, lizefan@huawei.com, cgroups@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCHSET sched,cgroup] sched: Implement interface for cgroup unified hierarchy
Date: Mon, 3 Aug 2015 18:40:47 -0400 [thread overview]
Message-ID: <1438641650-14591-1-git-send-email-tj@kernel.org> (raw)
Hello,
This patchset implements cpu controller's interface for unified
hierarchy. While cpu controller didn't have structural issues that
memcg and blkcg had, there still are minor issues such as cpuacct and
use of different time units and its interface can be made consistent
with other controllers so that cgroup as a whole presents uniform ways
to achieve similar things with different resources.
This patchset contains the following three patches.
0001-cgroup-define-controller-file-conventions.patch
0002-sched-Misc-preps-for-cgroup-unified-hierarchy-interf.patch
0003-sched-Implement-interface-for-cgroup-unified-hierarc.patch
The "Controller file conventions" section in
Documentation/cgroups/unified-hierarchy.txt which is added by the
first patch codifies the syntax and semantics for controller knobs and
the next two patches implement the new interface for the cpu
controller.
The first patch is needed by blkcg too, so once the changes get acked
I'll set up a branch containing the patch so that it can be pulled
from both sched and blkcg.
This patchset is on top of v4.2-rc1 and also available in the
following git branch.
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-sched-unified-intf
diffstat follows, thanks.
Documentation/cgroups/unified-hierarchy.txt | 128 +++++++++++++++++++-
include/linux/cgroup.h | 9 +
kernel/sched/core.c | 173 +++++++++++++++++++++++++++-
kernel/sched/cpuacct.c | 57 ++++++---
kernel/sched/cpuacct.h | 5
5 files changed, 342 insertions(+), 30 deletions(-)
--
tejun
next reply other threads:[~2015-08-03 22:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-03 22:40 Tejun Heo [this message]
2015-08-03 22:40 ` [PATCHSET sched,cgroup] sched: Implement interface for cgroup unified hierarchy Tejun Heo
-- strict thread matches above, loose matches on Subject: below --
2015-08-03 22:41 Tejun Heo
2015-08-03 22:41 ` Tejun Heo
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=1438641650-14591-1-git-send-email-tj@kernel.org \
--to=tj-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=peterz-wEGCiKHe2LqWVfeAwA7xHQ@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.