Re: [PATCH v5 0/4] Scan for an idle sibling in a single pass

2021-02-01 Thread Mel Gorman
On Mon, Feb 01, 2021 at 09:13:16AM +0800, Li, Aubrey wrote: > > Peter's series tried to solve three problems at once, this subset addresses > > one problem. > > > > kernel/sched/fair.c | 151 +++- > > kernel/sched/features.h | 1 - > > 2 files changed, 70

Re: [PATCH v5 0/4] Scan for an idle sibling in a single pass

2021-01-31 Thread Li, Aubrey
On 2021/1/27 21:51, Mel Gorman wrote: > Changelog since v4 > o Avoid use of intermediate variable during select_idle_cpu > > Changelog since v3 > o Drop scanning based on cores, SMT4 results showed problems > > Changelog since v2 > o Remove unnecessary parameters > o Update nr during scan only wh