Re: [RFC PATCH 2/9] sched: add search limit as per latency-nice

2019-09-04 Thread Parth Shah
On 8/30/19 11:19 PM, subhra mazumdar wrote: > Put upper and lower limit on CPU search in select_idle_cpu. The lower limit > is set to amount of CPUs in a core while upper limit is derived from the > latency-nice of the thread. This ensures for any architecture we will > usually search beyond a

[RFC PATCH 2/9] sched: add search limit as per latency-nice

2019-08-30 Thread subhra mazumdar
Put upper and lower limit on CPU search in select_idle_cpu. The lower limit is set to amount of CPUs in a core while upper limit is derived from the latency-nice of the thread. This ensures for any architecture we will usually search beyond a core. Changing the latency-nice value by user will chan