On Fri, May 18, 2018 at 11:57:42AM +0100, Patrick Bellasi wrote: > Thus, my simple (maybe dumb) questions are: > - why can't we just fold turbo boost frequency into the existing concepts? > - what are the limitations of such a "simple" approach?
Perhaps... but does this not further complicate the whole capacity vs util thing we already have in say the misfit patches? And the util_fits_capacity() thing from the EAS ones. The thing is, we either need to dynamically scale the util or the capacity or both. I think for Thermal there are patches out there that drop the capacity. But we'd then have to do the same for turbo/vector and all the other stuff as well. Otherwise we risk things like running at low U with 0% idle and not triggering the tipping point between eas and regular balancing. So either way around we need to know the 'true' max, either to fudge util or to fudge capacity. And I'm not sure we can know in some of these cases :/ And while Vincent's patches might have been inspired by another problem, they do have the effect of always allowing util to go to 1, which is nice for this.