Re: [PATCH V2 3/7] sched/deadline: Keep new DL task within root domain's boundary

2018-02-05 Thread Mathieu Poirier
On 2 February 2018 at 07:35, Juri Lelli wrote: > Hi Mathieu, > > On 01/02/18 09:51, Mathieu Poirier wrote: >> When considering to move a task to the DL policy we need to make sure >> the CPUs it is allowed to run on matches the CPUs of the root domains of >> the runqueue it

Re: [PATCH V2 3/7] sched/deadline: Keep new DL task within root domain's boundary

2018-02-05 Thread Mathieu Poirier
On 2 February 2018 at 07:35, Juri Lelli wrote: > Hi Mathieu, > > On 01/02/18 09:51, Mathieu Poirier wrote: >> When considering to move a task to the DL policy we need to make sure >> the CPUs it is allowed to run on matches the CPUs of the root domains of >> the runqueue it is currently assigned

Re: [PATCH V2 3/7] sched/deadline: Keep new DL task within root domain's boundary

2018-02-02 Thread Juri Lelli
Hi Mathieu, On 01/02/18 09:51, Mathieu Poirier wrote: > When considering to move a task to the DL policy we need to make sure > the CPUs it is allowed to run on matches the CPUs of the root domains of > the runqueue it is currently assigned to. Otherwise the task will be > allowed to roam on

Re: [PATCH V2 3/7] sched/deadline: Keep new DL task within root domain's boundary

2018-02-02 Thread Juri Lelli
Hi Mathieu, On 01/02/18 09:51, Mathieu Poirier wrote: > When considering to move a task to the DL policy we need to make sure > the CPUs it is allowed to run on matches the CPUs of the root domains of > the runqueue it is currently assigned to. Otherwise the task will be > allowed to roam on

[PATCH V2 3/7] sched/deadline: Keep new DL task within root domain's boundary

2018-02-01 Thread Mathieu Poirier
When considering to move a task to the DL policy we need to make sure the CPUs it is allowed to run on matches the CPUs of the root domains of the runqueue it is currently assigned to. Otherwise the task will be allowed to roam on CPUs outside of this root domain, something that will skew system

[PATCH V2 3/7] sched/deadline: Keep new DL task within root domain's boundary

2018-02-01 Thread Mathieu Poirier
When considering to move a task to the DL policy we need to make sure the CPUs it is allowed to run on matches the CPUs of the root domains of the runqueue it is currently assigned to. Otherwise the task will be allowed to roam on CPUs outside of this root domain, something that will skew system