AW: RT process priority Interrupts ?

2015-04-13 Thread Warlich, Christof
In Linux, when a real time process is executing and an interrupt comes, will the RT process be preempted? Is RT process considered superior to interrupts? Generally, interrupts always intercept processes as long as interrupts are enabled, but ... A missed IRQ is not considered fatal but

Re: RT process priority Interrupts ?

2015-04-09 Thread manty kuma
A missed IRQ is not considered fatal but where as missing the upper time limit for an RT process will be considered fatal. Hence I think, as a simple solution, the process should not be preempted. Is it the case? On Thu, Apr 9, 2015 at 11:15 AM, valdis.kletni...@vt.edu wrote: On Thu, 09 Apr

Re: RT process priority Interrupts ?

2015-04-09 Thread Valdis . Kletnieks
On Thu, 09 Apr 2015 15:30:42 +0900, manty kuma said: A missed IRQ is not considered fatal but where as missing the upper time Are you *sure* that ignoring an IRQ for an arbitrarily long time is non-fatal? (Hint - it may not be fatal to the *kernel*. Think bigger) limit for an RT process

RT process priority Interrupts ?

2015-04-08 Thread manty kuma
In Linux, when a real time process is executing and an interrupt comes, will the RT process be preempted? Is RT process considered superior to interrupts? Best Regards, Sandeep Kumar ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Re: RT process priority Interrupts ?

2015-04-08 Thread Valdis . Kletnieks
On Thu, 09 Apr 2015 10:59:20 +0900, manty kuma said: In Linux, when a real time process is executing and an interrupt comes, will the RT process be preempted? Is RT process considered superior to interrupts? Think it through - that would imply that RT processes effectively run with interrupts