Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Simplify Util_est
@ 2023-12-01 16:16 Vincent Guittot
  2023-12-01 16:16 ` [PATCH v2 1/2] sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true) Vincent Guittot
  2023-12-01 16:16 ` [PATCH v2 2/2] sched/fair: Simplify util_est Vincent Guittot
  0 siblings, 2 replies; 8+ messages in thread
From: Vincent Guittot @ 2023-12-01 16:16 UTC (permalink / raw)
  To: mingo, peterz, juri.lelli, dietmar.eggemann, rostedt, bsegall,
	mgorman, bristot, vschneid, corbet, alexs, siyanteng, qyousef,
	linux-kernel, linux-doc
  Cc: lukasz.luba, hongyan.xia2, yizhou.tang, Vincent Guittot

Following comment in [1], I prepared a patch to remove UTIL_EST_FASTUP.
This enables us to simplify util_est behavior as proposed in patch 2.

Changes since v2:
- Add Chinese translation
- Add Tag
- Remove remaining ref to ue.enqueued and move some defines

[1] https://lore.kernel.org/lkml/CAKfTPtCAZWp7tRgTpwJmyEAkyN65acmYrfu9naEUpBZVWNTcQA@mail.gmail.com/

Vincent Guittot (2):
  sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)
  sched/fair: Simplify util_est

 Documentation/scheduler/schedutil.rst         |  7 +-
 .../zh_CN/scheduler/schedutil.rst             |  7 +-
 include/linux/sched.h                         | 49 +++--------
 kernel/sched/debug.c                          |  7 +-
 kernel/sched/fair.c                           | 86 +++++++------------
 kernel/sched/features.h                       |  1 -
 kernel/sched/pelt.h                           |  4 +-
 7 files changed, 55 insertions(+), 106 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-12-07  3:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-01 16:16 [PATCH v2 0/2] Simplify Util_est Vincent Guittot
2023-12-01 16:16 ` [PATCH v2 1/2] sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true) Vincent Guittot
2023-12-02  2:41   ` Yanteng Si
2023-12-07  3:44   ` Alex Shi
2023-12-01 16:16 ` [PATCH v2 2/2] sched/fair: Simplify util_est Vincent Guittot
2023-12-02 23:38   ` Qais Yousef
2023-12-04  9:54     ` Vincent Guittot
2023-12-07  3:46   ` Alex Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox