Re: [PATCH V7 9/9] sched/rt: Remove default bandwidth control
From: Juri Lelli
Date: Mon Dec 02 2024 - 04:39:31 EST
On 29/11/24 21:21, Michal Koutný wrote:
> On Fri, Nov 29, 2024 at 03:44:53PM GMT, Juri Lelli <juri.lelli@xxxxxxxxxx> wrote:
> > You can disable admission control by echoing -1 in sched_rt_runtime_us,
> > but still have the dl_server working for SCHED_NORMAL tasks. By
> > disabling admission control SCHED_DEADLINE can indeed monopolize CPU
> > (over subscription).
>
> | I'm wondering if different values of Δ mean anything or how they can
> | be used.
>
> Aha, the knob therefore remains relevant for the DL admission control.
>
> So if I put it together, I will write it down like this:
Ah, yes sounds good to me, thanks for writing it down properly! :)
If you send it out as a separate patch, please feel free to add
Acked-by: Juri Lelli <juri.lelli@xxxxxxxxxx>
Best,
Juri