public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* some questions using rdtsc in user space
@ 2002-08-02 17:08 Alexandre P. Nunes
       [not found] ` <3D4ACF11.FD7BB5B5@nortelnetworks.com>
  2002-08-03  4:31 ` Ben Greear
  0 siblings, 2 replies; 6+ messages in thread
From: Alexandre P. Nunes @ 2002-08-02 17:08 UTC (permalink / raw)
  To: linux-kernel

Hi,

Both I and a friend have with an interesting scenario, maybe someone can 
help us.

We have to access a device connected to parallel port, which works in 
the following way: you send a byte to the port, to turn some bits on 
(reflecting on some pins on the parallel port), which is interpreted by 
the device as a command. Then you are supposed to sleep about ~200ns 
(maybe more, just can't be much less), and then you send a byte which is 
received by the device as  data, pertinent to command.

We wrote a program which accomplishes this by doing outb() to 
appropriate address(es), followed by usleep(1), but that  seems to take 
about 10 ms at average or so, which is far from good for our application.

I read somewhere that putting the process in real-time priority could 
lead the average to 2ms, but I had this though that I could solve this 
by using rdtsc instruction, because as far as I know it won't cause a 
trap to kernel mode, which maybe expensive, am I right?

I don't have the need to use real time linux (though I'm considering 
real-time priority), nor desperate time precision needs, what I don't 
want is to have huge delays. I cannot relay on the low-latency patches 
too, if possible  (though I know it could help), because the program 
will eventually run on standard kernels.

If using rdtsc is a good way, someone knows how do I do some sort of 
loop, converting the rdtsc difference (is it in cpu clocks, right?) to 
nano/microseconds, and if there could be bad behaviour from this (I 
believe there could be some SMP issues, but for now this is irrelavant 
for us).


Thanks!


Alexandre

P.S..: carbon-copy me, since I'm not subscribed to the list.


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <Pine.LNX.4.33.0208021430590.2710-100000@coffee.psychology.mcmaster.ca>]
[parent not found: <006901c23a81$08f52170$0100a8c0@brianwinxp>]

end of thread, other threads:[~2002-08-03 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-02 17:08 some questions using rdtsc in user space Alexandre P. Nunes
     [not found] ` <3D4ACF11.FD7BB5B5@nortelnetworks.com>
2002-08-02 19:05   ` Alexandre P. Nunes
2002-08-03  4:31 ` Ben Greear
     [not found] <Pine.LNX.4.33.0208021430590.2710-100000@coffee.psychology.mcmaster.ca>
2002-08-02 19:29 ` Alexandre P. Nunes
2002-08-02 20:58   ` george anzinger
     [not found] <006901c23a81$08f52170$0100a8c0@brianwinxp>
2002-08-03 18:18 ` Alexandre Pereira Nunes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox