[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240723122006.47053-1-zhouchuyi@bytedance.com>
Date: Tue, 23 Jul 2024 20:20:04 +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,
joshdon@...gle.com,
Chuyi Zhou <zhouchuyi@...edance.com>
Subject: [PATCH v2 0/2] minor cpu bandwidth control fix
Hello,
This patchset tries to fix the minor issues in cpu bandwidthe control.
patch#1 tries to fix the inaccurate __cfs_bandwidth_used.
patch#2 tries to reduce the unnecessary overhead in
tg_set_cfs_bandwidth() observed in our production environment.
Please see individual patches for more details, and comments are always
welcome.
---
Changes in v2:
patch#1:
- guard(cpus_read_lock) before cfs_bandwidth_usage_dec() in
destroy_cfs_bandwidth().(Benjamin)
- do cfs_bandwidth_usage_dec after __cfsb_csd_unthrottle loop.(Benjamin)
- move the call to destroy_cfs_bandwidth() to cpu_cgroup_css_free
(Benjamin)
patch#2:
- move the check under cfs_constraints_mutex.(Chengming and Benjamin)
Link to v1:https://lore.kernel.org/lkml/20240721125208.5348-1-zhouchuyi@bytedance.com/
Chuyi Zhou (2):
sched/fair: Decrease cfs bandwidth usage in task_group destruction
sched/core: Avoid unnecessary update in tg_set_cfs_bandwidth
kernel/sched/core.c | 5 +++++
kernel/sched/fair.c | 13 +++++++------
kernel/sched/sched.h | 2 ++
3 files changed, 14 insertions(+), 6 deletions(-)
--
2.20.1
Powered by blists - more mailing lists