Re: [PATCH 1/2] cpufreq: Make iowait boost a policy option

From: Joel Fernandes
Date: Fri May 19 2017 - 01:00:21 EST


On Thu, May 18, 2017 at 9:17 PM, Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
> On Fri, May 19, 2017 at 12:00 AM, Joel Fernandes <joelaf@xxxxxxxxxx> wrote:
>> Make iowait boost a cpufreq policy option and enable it for intel_pstate
>> cpufreq driver. Governors like schedutil can use it to determine if
>> boosting for tasks that wake up with p->in_iowait set is needed.
>>
>> Signed-off-by: Joel Fernandes <joelaf@xxxxxxxxxx>
>> ---
>> drivers/cpufreq/intel_pstate.c | 1 +
>> include/linux/cpufreq.h | 3 +++
>> 2 files changed, 4 insertions(+)
>
> Hi Joel,
>
> Please refer to MAINTAINERS file to find the list of people/list you need to
> send these patches to. You can take help from scripts/get_maintainers.pl
> as well.

Ok with me.

thanks,