Re: [RFC PATCH 9/9] sched: rotate the cpu search window for better spread

2019-09-04 Thread Parth Shah
On 8/30/19 11:19 PM, subhra mazumdar wrote: > Rotate the cpu search window for better spread of threads. This will ensure > an idle cpu will quickly be found if one exists. > > Signed-off-by: subhra mazumdar > --- > kernel/sched/fair.c | 10 -- > 1 file changed, 8 insertions(+), 2 del

[RFC PATCH 9/9] sched: rotate the cpu search window for better spread

2019-08-30 Thread subhra mazumdar
Rotate the cpu search window for better spread of threads. This will ensure an idle cpu will quickly be found if one exists. Signed-off-by: subhra mazumdar --- kernel/sched/fair.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fa