Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1652553 > unrolled thread

[PATCH V2 0/2] sched/deadline: Revised wakeup for suspending constrained dl tasks

Started byDaniel Bristot de Oliveira <bristot@redhat.com>
First post2017-05-29 16:30 +0200
Last post2017-05-29 16:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH V2 0/2] sched/deadline: Revised wakeup for suspending constrained dl tasks Daniel Bristot de Oliveira <bristot@redhat.com> - 2017-05-29 16:30 +0200

#1652553 — [PATCH V2 0/2] sched/deadline: Revised wakeup for suspending constrained dl tasks

FromDaniel Bristot de Oliveira <bristot@redhat.com>
Date2017-05-29 16:30 +0200
Subject[PATCH V2 0/2] sched/deadline: Revised wakeup for suspending constrained dl tasks
Message-ID<tMtQe-17n-5@gated-at.bofh.it>
Hi,

Here is the new version of the patch.

Changes from RFC:
  - dl_runtime and dl_deadline don't get updated that often, so
    save the task's density in a new variable (dl_density) in the
    sched_dl_entity, avoiding a division in the wakeup path.
    (Steven Rostedt & Juri Lelli)

  - Added a patch fixing the comment of the variable dl_bw in the
    sched_dl_entity.

  - Comment fixes (Peter Zijlstra): 
    - Reference the correct dependency (s/edf5835/df8eac8cafce/).
    - Better explanation of the problem and solution.

  - Fixes the laxity check: Use WARN_ON and change the check to one
    that actually works :-) (Peter Zijlstra).

  - Adjust the alignment in the unlikely() in the function (Peter Zijlstra).

Daniel Bristot de Oliveira (2):
  sched/deadline: Comment fix - dl_bw = dl_runtime / dl_period
  sched/deadline: Use the revised wakeup rule for suspending constrained
    dl tasks

 include/linux/sched.h   |  3 +-
 kernel/sched/core.c     |  2 +
 kernel/sched/deadline.c | 98 +++++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 91 insertions(+), 12 deletions(-)

-- 
2.5.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web