* kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
@ 2005-10-28 23:28 art
2005-10-28 23:42 ` john stultz
2005-10-29 0:05 ` Steven Rostedt
0 siblings, 2 replies; 7+ messages in thread
From: art @ 2005-10-28 23:28 UTC (permalink / raw)
To: linux-kernel; +Cc: mingo
kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
kernel-2.6.14-rc5-rt7 -- Calibrating delay using timer specific routine.. 604.62 BogoMIPS (lpj=302311)
kernel-2.6.14-rc5 -- Calibrating delay using timer specific routine.. 6024.43 BogoMIPS (lpj=12048877)
xboom
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
2005-10-28 23:28 kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ? art
@ 2005-10-28 23:42 ` john stultz
2005-10-29 0:10 ` Steven Rostedt
2005-10-29 0:05 ` Steven Rostedt
1 sibling, 1 reply; 7+ messages in thread
From: john stultz @ 2005-10-28 23:42 UTC (permalink / raw)
To: art; +Cc: linux-kernel, mingo
On Fri, 2005-10-28 at 18:28 -0500, art wrote:
> kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
>
> kernel-2.6.14-rc5-rt7 -- Calibrating delay using timer specific routine.. 604.62 BogoMIPS (lpj=302311)
>
> kernel-2.6.14-rc5 -- Calibrating delay using timer specific routine.. 6024.43 BogoMIPS (lpj=12048877)
Assuming this is an i386 kernel, in the timeofday patches, the __delay
function has been converted to be a simple loop based delay instead of
TSC based, since the TSC has too many potential problems.
That should explain a differing lpj value, although 10x smaller is a
little strange, so I'll dig into this on my system and see if I find
anything.
Do let me know if you see any actual changes in behavior (drivers acting
funny, etc).
thanks
-john
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
2005-10-28 23:42 ` john stultz
@ 2005-10-29 0:10 ` Steven Rostedt
2005-10-29 0:37 ` Steven Rostedt
0 siblings, 1 reply; 7+ messages in thread
From: Steven Rostedt @ 2005-10-29 0:10 UTC (permalink / raw)
To: john stultz; +Cc: mingo, linux-kernel, art
On Fri, 2005-10-28 at 16:42 -0700, john stultz wrote:
> On Fri, 2005-10-28 at 18:28 -0500, art wrote:
> > kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
> >
> > kernel-2.6.14-rc5-rt7 -- Calibrating delay using timer specific routine.. 604.62 BogoMIPS (lpj=302311)
> >
> > kernel-2.6.14-rc5 -- Calibrating delay using timer specific routine.. 6024.43 BogoMIPS (lpj=12048877)
>
> Assuming this is an i386 kernel, in the timeofday patches, the __delay
> function has been converted to be a simple loop based delay instead of
> TSC based, since the TSC has too many potential problems.
>
> That should explain a differing lpj value, although 10x smaller is a
> little strange, so I'll dig into this on my system and see if I find
> anything.
>
> Do let me know if you see any actual changes in behavior (drivers acting
> funny, etc).
John,
Don't waste any time on this. This was caused by a brain fart on
Thomas' part :-) Some legacy code in ktimer_interrupt returned a enum
that was being used to update the ticks. So before high-res was
activated, the jiffies would be incremented 7 times instead of just
once. It's already been fixed. Just waiting for Ingo to release his new
patch.
-- Steve
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
2005-10-29 0:10 ` Steven Rostedt
@ 2005-10-29 0:37 ` Steven Rostedt
2005-10-29 0:47 ` john stultz
0 siblings, 1 reply; 7+ messages in thread
From: Steven Rostedt @ 2005-10-29 0:37 UTC (permalink / raw)
To: john stultz; +Cc: Thomas Gleixner, linux-kernel, mingo
> > That should explain a differing lpj value, although 10x smaller is a
> > little strange, so I'll dig into this on my system and see if I find
> > anything.
> >
> > Do let me know if you see any actual changes in behavior (drivers acting
> > funny, etc).
>
> John,
>
> Don't waste any time on this. This was caused by a brain fart on
> Thomas' part :-) Some legacy code in ktimer_interrupt returned a enum
> that was being used to update the ticks. So before high-res was
> activated, the jiffies would be incremented 7 times instead of just
> once. It's already been fixed. Just waiting for Ingo to release his new
> patch.
John,
Would you want to be CC'd on all ktimer related patches? This way you
wont think things like this was caused by your code.
-- Steve
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
2005-10-29 0:37 ` Steven Rostedt
@ 2005-10-29 0:47 ` john stultz
0 siblings, 0 replies; 7+ messages in thread
From: john stultz @ 2005-10-29 0:47 UTC (permalink / raw)
To: Steven Rostedt; +Cc: Thomas Gleixner, linux-kernel, mingo
On Fri, 2005-10-28 at 20:37 -0400, Steven Rostedt wrote:
> > > That should explain a differing lpj value, although 10x smaller is a
> > > little strange, so I'll dig into this on my system and see if I find
> > > anything.
> > >
> > > Do let me know if you see any actual changes in behavior (drivers acting
> > > funny, etc).
> >
> > John,
> >
> > Don't waste any time on this. This was caused by a brain fart on
> > Thomas' part :-) Some legacy code in ktimer_interrupt returned a enum
> > that was being used to update the ticks. So before high-res was
> > activated, the jiffies would be incremented 7 times instead of just
> > once. It's already been fixed. Just waiting for Ingo to release his new
> > patch.
>
> Would you want to be CC'd on all ktimer related patches? This way you
> wont think things like this was caused by your code.
I skim lkml so that's probably not necessary. This complaint just
grabbed my attention since I had made a related change in the area.
I did recall the jiffies issue once you mentioned it, but I'm not
keeping to close a watch as far as what versions of ktimers patches are
in what versions of the -rt tree (Ingo: is there a place where you have
the -rt tree broken out?)
Please do be sure to CC me if you run into any timekeeping related
problems, just so I'm sure not to miss them.
thanks!
-john
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
2005-10-28 23:28 kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ? art
2005-10-28 23:42 ` john stultz
@ 2005-10-29 0:05 ` Steven Rostedt
2005-10-30 13:41 ` Ingo Molnar
1 sibling, 1 reply; 7+ messages in thread
From: Steven Rostedt @ 2005-10-29 0:05 UTC (permalink / raw)
To: art; +Cc: mingo, linux-kernel
On Fri, 2005-10-28 at 18:28 -0500, art wrote:
> kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
>
> kernel-2.6.14-rc5-rt7 -- Calibrating delay using timer specific routine.. 604.62 BogoMIPS (lpj=302311)
>
> kernel-2.6.14-rc5 -- Calibrating delay using timer specific routine.. 6024.43 BogoMIPS (lpj=12048877)
Already been fixed and will be out in Ingo's next release. Before
high-res was activated, the ktimers was causing jiffies to go up faster
than HZ and this caused bad calculations of BogoMIPS. So for now just
sit back and relax, it doesn't harm anything right now. :)
-- Steve
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
2005-10-29 0:05 ` Steven Rostedt
@ 2005-10-30 13:41 ` Ingo Molnar
0 siblings, 0 replies; 7+ messages in thread
From: Ingo Molnar @ 2005-10-30 13:41 UTC (permalink / raw)
To: Steven Rostedt; +Cc: art, linux-kernel
* Steven Rostedt <rostedt@goodmis.org> wrote:
> On Fri, 2005-10-28 at 18:28 -0500, art wrote:
> > kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ?
> >
> > kernel-2.6.14-rc5-rt7 -- Calibrating delay using timer specific routine.. 604.62 BogoMIPS (lpj=302311)
> >
> > kernel-2.6.14-rc5 -- Calibrating delay using timer specific routine.. 6024.43 BogoMIPS (lpj=12048877)
>
> Already been fixed and will be out in Ingo's next release. Before
> high-res was activated, the ktimers was causing jiffies to go up
> faster than HZ and this caused bad calculations of BogoMIPS. So for
> now just sit back and relax, it doesn't harm anything right now. :)
yeah. Should be fixed in 2.6.14-rt1.
Ingo
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-10-30 13:40 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-28 23:28 kernel-2.6.14-rc5-rt7 - 604.62 BogoMIPS (2.6.14-rc5 - 6024.43 BogoMIPS) problem with bogometer ? art
2005-10-28 23:42 ` john stultz
2005-10-29 0:10 ` Steven Rostedt
2005-10-29 0:37 ` Steven Rostedt
2005-10-29 0:47 ` john stultz
2005-10-29 0:05 ` Steven Rostedt
2005-10-30 13:41 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®