On Fri, Jun 08, 2018 at 02:09:49PM +0200, Vincent Guittot wrote: > - * Ideally we would like to set util_dl as min/guaranteed freq and > - * util_cfs + util_dl as requested freq. However, cpufreq is not yet > - * ready for such an interface. So, we only do the latter for now.
Please don't delete that comment. It is not less relevant. > -static inline unsigned long cpu_util_dl(struct rq *rq) > +static inline unsigned long cpu_bw_dl(struct rq *rq) I think you forgot to fix-up ignore_dl_rate_limit().

