sched/fair: select busiest rq with misfit task
Current code select busiest rq mostly consider only from weighted load this point of view; so it's possible to select one CPU with most weighted load value but this load are contributes by some small load tasks, on the other hand there have one another CPU with misfit task but it may have no chance to migrate task to higher capacity CPU. This patch is to add one more checking for selection busiest rq if find only one misfit task on the rq and it's possible to migrate task from lower capacity CPU to higher capacity CPU. Change-Id: I583859b970050bb95f0d4f474896234930574bd3 Signed-off-by:Leo Yan <leo.yan@linaro.org> Patch-mainline: eas-dev @ 12/22/16, 15:58 Signed-off-by:
Joonwoo Park <joonwoop@codeaurora.org>
Loading
Please register or sign in to comment