Re: [PATCH V3 2/2] sched: Reduce the default slice to avoid tasks getting an extra tick
From: zihan zhou
Date: Mon Feb 10 2025 - 01:28:40 EST
> > Update sysctl_sched_base_slice with debugfs, limit its value and
> > update normalized_sysctl_sched_base_slice.
> >
> > Rename the function sched_update_scaling to sched_update_scaling_or_slice,
> > it is no longer related to CONFIG_SMP and return void, as the previous
> > function always returns 0 and there is no need to judge the return value
> > again, just like the function update_sysctl.
> >
> > Signed-off-by: zihan zhou <15645113830zzh@xxxxxxxxx>
> > Reviewed-by: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
>
> My Reviewed applied only for patch 1 not patch 2. That's also why I
> asked you to split it. Patch 1 makes sense for me but I don't see the
> benefit of patch 2
I'm sorry I misunderstood your meaning. Do I need to resubmit or just
ignore this patch?