[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250103065930.413464-1-zhouchuyi@bytedance.com>
Date: Fri, 3 Jan 2025 14:59:27 +0800
From: Chuyi Zhou <zhouchuyi@...edance.com>
To: mingo@...hat.com,
peterz@...radead.org,
juri.lelli@...hat.com,
vincent.guittot@...aro.org,
dietmar.eggemann@....com,
rostedt@...dmis.org,
bsegall@...gle.com,
mgorman@...e.de,
vschneid@...hat.com,
longman@...hat.com,
riel@...riel.com
Cc: chengming.zhou@...ux.dev,
kprateek.nayak@....com,
linux-kernel@...r.kernel.org,
Chuyi Zhou <zhouchuyi@...edance.com>
Subject: [PATCH v2 0/3] Take the scheduling domain into account in numa balancin
This patchset tries to adjust the logic of handling isolate cpus in numa balancing.
patch#1: Clean up for task_numa_migrate().
patch#2: Skips the isolate cpus when gathering numa status and finding
idle cpus in update_numa_stats().
patch#3: Ensure that we do not select an isolated CPU in
task_numa_find_cpu(), even if it is present in the task's CPU mask.
v1 -> v2:
- collect Prateek's reviewed-by and add the history of
task_numa_migrate() to commit log.
Chuyi Zhou (3):
sched/fair: Remove unused task_numa_migrate return value
sched/fair: Ignore isolated cpus in update_numa_stat
sched/fair: Ensure select housekeeping cpus in task_numa_find_cpu
kernel/sched/fair.c | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
--
2.20.1
Powered by blists - more mailing lists