[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241216122357.1276382-1-zhouchuyi@bytedance.com>
Date: Mon, 16 Dec 2024 20:23:54 +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
Cc: chengming.zhou@...ux.dev,
linux-kernel@...r.kernel.org,
Chuyi Zhou <zhouchuyi@...edance.com>
Subject: [PATCH 0/3] Take the scheduling domain into account in numa balancing
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.
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