lkml.org 
[lkml]   [2017]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFC PATCH v1 00/11] Create fast idle path for short idle periods
    On Tue, Jul 18, 2017 at 02:56:47PM +0800, Li, Aubrey wrote:
    > On 2017/7/18 14:43, Thomas Gleixner wrote:
    > > On Mon, 17 Jul 2017, Andi Kleen wrote:
    > >
    > >>> We need a tradeoff here IMHO. I'll check Daniel's work to understand how/if
    > >>> it's better than menu governor.
    > >>
    > >> I still would like to see how the fast path without the C1 heuristic works.
    > >>
    > >> Fast pathing is a different concept from a better predictor. IMHO we need
    > >> both, but the first is likely lower hanging fruit.
    > >
    > > Hacking something on the side is always the lower hanging fruit as it
    > > avoids solving the hard problems. As Peter said already, that's not going
    > > to happen unless there is a real technical reason why the general path
    > > cannot be fixed. So far there is no proof for that.
    > >
    > Let me try to make a summary, please correct me if I was wrong.
    >
    > 1) for quiet_vmstat, we are agreed to move to another place where tick is
    > really stopped.
    >
    > 2) for rcu idle enter/exit, I measured the details which Paul provided, and
    > the result matches with what I have measured before, nothing notable found.
    > But it still makes more sense if we can make rcu idle enter/exit hooked with
    > tick off. (it's possible other workloads behave differently)

    Again, assuming that RCU is informed of CPUs in the kernel, regardless
    of whether or not the tick is on that that point in time.

    Thanx, Paul

    > 3) for tick nohz idle, we want to skip if the coming idle is short. If we can
    > skip the tick nohz idle, we then skip all the items depending on it. But, there
    > are two hard points:
    >
    > 3.1) how to compute the period of the coming idle. My current proposal is to
    > use two factors in the current idle menu governor. There are two possible
    > options from Peter and Thomas, the one is to use scheduler idle estimate, which
    > is task activity based, the other is to use the statistics generated from irq
    > timings work.
    >
    > 3.2) how to determine if the idle is short or long. My current proposal is to
    > use a tunable value via /sys, while Peter prefers an auto-adjust mechanism. I
    > didn't get the details of an auto-adjust mechanism yet
    >
    > 4) for idle loop, my proposal introduces a simple one to use default idle
    > routine directly, while Peter and Thomas suggest we fix c-state selection
    > in the existing idle path.
    >
    > Thanks,
    > -Aubrey
    >

    \
     
     \ /
      Last update: 2017-07-18 17:21    [W:4.032 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site