Re: Latency with Real-Time Preemption with 2.6.12

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2005-08-18 at 17:23 -0700, Sundar Narayanaswamy wrote:

> The SBC has two serial ports, ttyS0 and ttyS1 that are connected by the
> serial port cable. A program writes characters on ttyS0 while another
> program (with RealTime priority thread) reads the char from ttyS1 and
> echoes it back immediately). The first program then measures the time it
> takes for it to get back the written char. Without any system load, 
> I noticed that this time is about 4ms, which I think is fine. However,
> as the system load (primarly disk I/O) increases, the time increases to about 
> 30-40 ms and this increase (with moderate system load) surprises me. With
> realtime preemption patch, I was hoping this time would remain about 4ms.

I'm assuming that your config is using full RT preemption.  Also, you
need to raise the priority of the interrupt thread of the serial, so
that both the program reading the serial and the serial interrupt are
higher than all else running on the system.  This should keep the
timings down.
> 
> My initial guess was that the driver (IDE controller, due to disk I/O load) 
> has non-preemptible sections that is causing the additional delay, and 
> that was why I tried the nanosleep test program. 

There shouldn't be any drivers that are showing long latencies.  Again,
make sure your program and the serial interrupt are above all else.

> 
> Now, I am not sure if  I am not setting up something right, or if I 
> am missing something. I appreciate your time and feedback. Please let me know 
> if there is something obvious that I should look into, or a setup (config) 
> I might be missing. I'll look into George's suggestion to try timers 
> tomorrow.

If you want, you can send a compressed version of your config.

-- Steve


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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]
  Powered by Linux