Re: [PATCH] cpuset: Allow cpuset controller in default hierarchy

2017-08-24 Thread Christian Brauner
On Thu, Aug 24, 2017 at 08:02:22AM -0700, Tejun Heo wrote: > Hello, > > On Thu, Aug 24, 2017 at 10:56:21AM -0400, Waiman Long wrote: > > The main reason for sending out this patch is to figure out what exactly > > is in your mind before enabling cpuset in v2. > > > > From my point of view, the ex

Re: [PATCH] cpuset: Allow cpuset controller in default hierarchy

2017-08-24 Thread Mike Galbraith
On Thu, 2017-08-24 at 07:43 -0700, Tejun Heo wrote: > Hello, Waiman. > > On Thu, Aug 24, 2017 at 10:40:11AM -0400, Waiman Long wrote: > > Given the fact that thread mode is now queued for 4.14, it is now > > time to enable cpuset to be used in the default hierarchy (cgroup v2) > > as it is clearly

Re: [PATCH] cpuset: Allow cpuset controller in default hierarchy

2017-08-24 Thread Waiman Long
On 08/24/2017 11:02 AM, Tejun Heo wrote: > Hello, > > On Thu, Aug 24, 2017 at 10:56:21AM -0400, Waiman Long wrote: >> The main reason for sending out this patch is to figure out what exactly >> is in your mind before enabling cpuset in v2. >> >> From my point of view, the exclusive setting makes cp

Re: [PATCH] cpuset: Allow cpuset controller in default hierarchy

2017-08-24 Thread Tejun Heo
Hello, On Thu, Aug 24, 2017 at 10:56:21AM -0400, Waiman Long wrote: > The main reason for sending out this patch is to figure out what exactly > is in your mind before enabling cpuset in v2. > > From my point of view, the exclusive setting makes cpuset behave more > like a resource domain that a

Re: [PATCH] cpuset: Allow cpuset controller in default hierarchy

2017-08-24 Thread Waiman Long
On 08/24/2017 10:43 AM, Tejun Heo wrote: > Hello, Waiman. > > On Thu, Aug 24, 2017 at 10:40:11AM -0400, Waiman Long wrote: >> Given the fact that thread mode is now queued for 4.14, it is now >> time to enable cpuset to be used in the default hierarchy (cgroup v2) >> as it is clearly threaded. > I'

Re: [PATCH] cpuset: Allow cpuset controller in default hierarchy

2017-08-24 Thread Tejun Heo
Hello, Waiman. On Thu, Aug 24, 2017 at 10:40:11AM -0400, Waiman Long wrote: > Given the fact that thread mode is now queued for 4.14, it is now > time to enable cpuset to be used in the default hierarchy (cgroup v2) > as it is clearly threaded. I'm not sure we want things like exclusive settings

[PATCH] cpuset: Allow cpuset controller in default hierarchy

2017-08-24 Thread Waiman Long
Given the fact that thread mode is now queued for 4.14, it is now time to enable cpuset to be used in the default hierarchy (cgroup v2) as it is clearly threaded. Signed-off-by: Waiman Long --- kernel/cgroup/cpuset.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/cgroup/cpuset.c b/