Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752835AbdGHKXA (ORCPT ); Sat, 8 Jul 2017 06:23:00 -0400 Received: from mail-oi0-f54.google.com ([209.85.218.54]:34836 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752555AbdGHKW6 (ORCPT ); Sat, 8 Jul 2017 06:22:58 -0400 MIME-Version: 1.0 In-Reply-To: <20170708101700.4678-1-joelaf@google.com> References: <20170708101700.4678-1-joelaf@google.com> From: Joel Fernandes Date: Sat, 8 Jul 2017 03:22:57 -0700 Message-ID: Subject: Re: [PATCH RFC v3] cpufreq: schedutil: Make iowait boost more energy efficient To: LKML Cc: Patrick Bellasi , Juri Lelli , Andres Oportus , Dietmar Eggemann , Joel Fernandes , Srinivas Pandruvada , Len Brown , "Rafael J . Wysocki" , Viresh Kumar , Ingo Molnar , Peter Zijlstra Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 621 Lines: 18 Hi, On Sat, Jul 8, 2017 at 3:17 AM, Joel Fernandes wrote: > Currently the iowait_boost feature in schedutil makes the frequency go to max. > This is to handle a case that Peter described where the through put of > operations involving continuous I/O requests [1]. Apologies for the incomplete line here, I'll rewrite the commit message in a subsequent patch. I meant to say "This is to handle a case that Peter described where the throughput of operations involving continuous I/O requests is a victim of low-frequency and ends up getting 'stuck' in a loop as he described in [1]." thanks, -Joel