diff options
author | Peter Zijlstra <peterz@infradead.org> | 2025-05-20 11:19:30 +0200 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2025-07-09 13:40:21 +0200 |
commit | cccb45d7c4295bbfeba616582d0249f2d21e6df5 (patch) | |
tree | 1652ef38b94e23fc8ca3c785784aa268ad46a5ce /rust/helpers/workqueue.c | |
parent | 570c8efd5eb79c3725ba439ce105ed1bedc5acd9 (diff) |
sched/deadline: Less agressive dl_server handling
Chris reported that commit 5f6bd380c7bd ("sched/rt: Remove default
bandwidth control") caused a significant dip in his favourite
benchmark of the day. Simply disabling dl_server cured things.
His workload hammers the 0->1, 1->0 transitions, and the
dl_server_{start,stop}() overhead kills it -- fairly obviously a bad
idea in hind sight and all that.
Change things around to only disable the dl_server when there has not
been a fair task around for a whole period. Since the default period
is 1 second, this ensures the benchmark never trips this, overhead
gone.
Fixes: 557a6bfc662c ("sched/fair: Add trivial fair server")
Reported-by: Chris Mason <clm@meta.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Juri Lelli <juri.lelli@redhat.com>
Acked-by: Juri Lelli <juri.lelli@redhat.com>
Link: https://lkml.kernel.org/r/20250702121158.465086194@infradead.org
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions