lkml.org 
[lkml]   [2005]   [May]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC][PATCH] i386 x86-64 Eliminate Local APIC timer interrupt
On Mon, May 02, 2005 at 01:27:37PM -0700, Venkatesh Pallipadi wrote:
> On Mon, May 02, 2005 at 09:08:50PM +0200, Andi Kleen wrote:
> > I thought about it more and i really dislike the broadcast timer
> > more and more. Zwanes point on creating a lot of contention
> > on irq0 datastructures is also a very good one.
> >
>
> Actually, as IRQ0 will become PER_CPU din broadcast, there are no irq0 lock
> contention. Only contention that can be there is in scheduler idle balancing,
> which should not be an issue as the CPU is idle anyway.
>
> > > Fully agree with you on the mess part :(. Few other options that we had
> > > thought about earlier:
> > > - Have some sort of callbacks while entering/exiting C3, and hand manipulate
> > > Local APIC timer counter to account for the time spent in C3 state. This is
> > > less intrusive change (affects only the system that has C3), but code starts
> > > getting ugly once we have time spent in C3 exceed a jiffy and spans across
> > > multiple jiffies. And we have to have some execute some code to handle all
> > > the lost local APIC timer idle ticks (for the statistics part) and can
> > > increase C3 wakeup latency higher.
> >
> > It is a bit messy agreed, but no timer tick in idle has to do this
> > anyways. And we need to communicate with the ACPI idle code even
> > because we need to shorten delays artificially in lower sleep
> > modi (e.g. in C1 you dont want to sleep for longer than a ms
> > before waking up and switching into C2)
> >
> > So given that we need this anyways (and I have it partly coded up
> > already) I think that is the way to go. The no tick code has
> > to query the backing time in this case anyways (or rather use the TSC
> > instead which is local - and I hope is still accurate even after C3)
>
> Unfortunately no :(. TSC will also stop in C3. Myself and John are working on
> another patch to fix TSC based gettimeofday() to handle this (atleast in UP
> case) It is almost impossible in SMP, as TSCs can go out of sync with C3 on SMP.
>
> So, ACPI PM timer or HPET seem to be the only option for backing time.

Ok, that is ok too, just slower. May need some heuristics to not do
it that often in this case, but I guess C3 is long enough that
adding the additional overhead for HPET/PM is not that bad.
>
> cpufreq_ondemand governor depends on the idle statistics. And due to the
> wrong idle statistics, the governor will keep the CPU frequency at maximum,
> loosing all the power advantages of cpufreq. So, question is not a simple
> power savings against accurate atatistics. Accurate statistics is related
> to power savings as well...

I guess it just needs to know how long the machine is idle. That is
relatively easy to do anyways by just accumulating a counter when
the timer is fixed up.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-05-03 16:28    [W:0.080 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site