Re: Re: Lowering Latency

From: arun4linux (arun4linux@indiatimes.com)
Date: Wed Dec 25 2002 - 17:09:53 EST


<<Your driver latency should not be a problem. It should be interrupt latency and not much more.

>>I need to process a minimum of 3000 interrupts per minute generated by a PCI based controller.
And my development environment is RedHat 8.0. I can't change both of these. And the application is tightly coupled with the driver. Driver exports the PCI base addresses to the application using mmap and application accesses the card directly.

Arun

"Roger Larsson" wrote:

On Tuesday 24 December 2002 16:55, arun4linux wrote:
&gt; Hello,
&gt;
&gt; I'm writing a module device driver on RH 8.0 (2.4.18-14 kernel).
&gt; I'd like to know is there any way I can give maximum priority to my module.
&gt; Or can I make my module a non-preemptable one?
&gt; I could see from drivers/char/oprofile/compat.h that preempt_disable()
doesn't do anything. (Mine is an uniprocessor machine.)

It does in 2.5 kernels. That is why it is a compat in 2.4 :-)
[2.4 does not have kernel preemption unless you add the specific patches]

&gt; I don't want to touch the rest of the kernel. I dont want to apply any
patch.
&gt; All I want to do is get the maximum time from the CPU and lower my driver's
latency.

Your driver latency should not be a problem. It should be interrupt latency
and not much more. Are you sure that it is the drivers latency that is the
problem? How have you come to that conclusion?
(if it is in the milliseconds range then it is not the driver, but driver to
application - and you need a low latency patch)

&gt; Is it possible?

Yes, if that really is the problem. There are two hard RT approaches.
RTLinux and RTAI/Adeos (but it is important to read their respective
licenses...) It it is driver to application those are overkills...

&gt; If it's possible, please do let me know, how to achieve this.
&gt;
&gt; Wishing you all a merry christmas and a prosperous new year.
&gt;
&gt; Arun
&gt;

/RogerL

-- 
Roger Larsson
Skellefteċ
Sweden

Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com

Buy the best in Movies at http://www.videos.indiatimes.com

Now bid just 7 Days in Advance and get Huge Discounts on Indian Airlines Flights. So log on to http://indianairlines.indiatimes.com and Bid Now!

- 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/



This archive was generated by hypermail 2b29 : Tue Dec 31 2002 - 22:00:08 EST