Re: [UPDATE][RFC/RFT][PATCH 07/10] cpufreq: intel_pstate: HWP boost performance on busy task migrate

From: Srinivas Pandruvada
Date: Thu May 17 2018 - 09:55:36 EST


On Thu, 2018-05-17 at 10:23 +0200, Peter Zijlstra wrote:
> On Wed, May 16, 2018 at 01:51:11PM -0700, Srinivas Pandruvada wrote:
> > @@ -263,6 +264,7 @@ struct cpudata {
> > Â call_single_data_t csd;
> > Â bool hwp_boost_active;
> > Â u64 last_io_update;
> > + bool migrate_hint;
> > Â};
>
> You want to look at that structure layout...
Yes, I will.