On Fri, Mar 13, 2020 at 06:42:12PM +0530, Akash Asthana wrote: > + se->avg_bw_cpu = Bps_to_icc(mas->cur_speed_hz); > + se->peak_bw_cpu = Bps_to_icc(2 * mas->cur_speed_hz); As I commented on the previous version to no reply there seem to be a lot of cases where the peak bandwidth is just set to double the normal bandwidth without obvious analysis. Should this default be centralized?