Results 1 to 1 of 1
I applied RT-preemption and High-Resolution Timer Patch to linux-2.6.19.2 .
It gave satisfactory result for 'cyclic_test' and
'HR-Timer clock-nanoSleep_test'.
But the problem is that Interrupt Latency in much more than ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-18-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 2
RT-Preemption is causing Very-High Interrupt Latency
I applied RT-preemption and High-Resolution Timer Patch to linux-2.6.19.2 .
It gave satisfactory result for 'cyclic_test' and
'HR-Timer clock-nanoSleep_test'.
But the problem is that Interrupt Latency in much more than before.
This is result which i got from my Interrupt Latency program.
WITH RT-preemption:
(Max Latency= 513.1 micro seconds and Min Latency= 12.1 micro seconds)
WITHOUT RT-preemption:
(Max Latency= 13.1 micro seconds and Min Latency= 1.8 micro seconds)
Since, RT-preemption implements ISR like threads, so is this the reason for
higher latency? Is there any way to improve this?
regards
~ashish


Reply With Quote
