mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* udelay minimum delay guarantee and maximum supported delay?
@ 2012-03-09 14:37 Tvrtko Ursulin
  2012-03-09 15:21 ` Tvrtko Ursulin
  2012-03-09 19:55 ` Thomas Gleixner
  0 siblings, 2 replies; 5+ messages in thread
From: Tvrtko Ursulin @ 2012-03-09 14:37 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel


Hi all,

I was debugging some weird driver behaviour under 3.3.0-rc6+ (amd64) and 
eventually I got to discovering udelay's driver is issuing are occasionally 
short. That results in random hardware behaviour, but that is beside the 
point.

Driver in question wants to delay for 500us at a time, which is not a terribly 
nice thing to do, but putting that aside and talking more in general I would 
have three questions:

1. Are 500us udelays supposed to work? (I know they are not recommended and 
I'll fix that.)
2. Should udelay guarantee it won't delay by less than the time asked?
3. Is ktime_get() considered accurate enough to measure how long udelay 
actually delayed? (Empirical evidence suggests it is, because hardware 
weirdness correlates perfectly with occurences of these short udelays.)

If answers to all are yes then we might have a bug here.

Because I am seeing udelay(500) (_occasionally_) being short, and that by 
delaying for some duration between 0us (yep) and 491us.

As far as I can see this box is using TSC delay and CPU (Intel(R) Core(TM) 
i5-2400S CPU @ 2.50GH) exposes the constant_tsc flag:

 [    1.717050] Refined TSC clocksource calibration: 2494.334 MHz.
 [    1.717054] Switching to clocksource tsc

Am I missing something and what are your opinions?

Thanks,

Tvrtko

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-09 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-09 14:37 udelay minimum delay guarantee and maximum supported delay? Tvrtko Ursulin
2012-03-09 15:21 ` Tvrtko Ursulin
2012-03-09 19:55 ` Thomas Gleixner
2012-03-09 20:11   ` Linus Torvalds
2012-03-09 20:31     ` Thomas Gleixner

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®