[PATCH 0/2] minor cpu bandwidth control fix

Chuyi Zhou posted 2 patches 1 year, 4 months ago
There is a newer version of this series
kernel/sched/core.c | 2 ++
kernel/sched/fair.c | 3 +++
2 files changed, 5 insertions(+)
[PATCH 0/2] minor cpu bandwidth control fix
Posted by Chuyi Zhou 1 year, 4 months ago
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.

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 | 2 ++
 kernel/sched/fair.c | 3 +++
 2 files changed, 5 insertions(+)

-- 
2.20.1