Re: protected type interrupts



Jean-Pierre Rosen wrote:

But since you specified a priority for the PO (and assuming priority_ceiling), you still execute at interrupt priority. Depending on the hardware and how priorities are managed, this may delay or hide actual interrupts.

Right. I said that in another message, IIRC. The message you were replying to was mostly nit picking, correcting the OP's assumption that the entry was being executed BY the interrupt handler.

--
Jeff Carter
"This school was here before you came,
and it'll be here before you go."
Horse Feathers
48
.



Relevant Pages

  • Re: interrupt context & current
    ... Interrupt does not run in anybody's context, ... the interrupt handling thread is ... the interrupt thread has priority 55 (higher than ... thread A continues to execute (while the higher priority interrupt ...
    (comp.os.linux.development.system)
  • Re: Interrupt signal sampling (Level or edge?)
    ... It depends on the hardware that generates the interrupts, ... If the interrupt is held until the service routine removes it, ... Priority is a different issue. ...
    (comp.arch.fpga)
  • Re: Problem using thread ??
    ... high priority? ... beitman AT applieddata DOT net ... But I think it cames from the interrupt configuration. ... causes a high priority thread in one of your drivers to run? ...
    (microsoft.public.windowsce.embedded.vc)
  • Re[4]: Modem + Network in Xircom cards, and maybe others
    ... I think understand that problem is related to GIANT driver ... it needs to have high enough priority. ... other hardware or software interrupt handler. ... How did their priorities get to be in the middle of SWI ...
    (freebsd-current)
  • Re: [PATCH v3 3/6] vbus: add a "vbus-proxy" bus model for vbus_driver objects
    ... But from what I understand VMM bypass means avoiding the call to the VMM entirely by exposing hardware registers directly to the guest. ... I use "priority" generally..there may be other non-priority based ... if priority is so important then I'd recommend exposing it via a virtual interrupt controller. ... You'll still have to exit if the host takes a low priority interrupt, schedule the irq thread according to its priority, and return to the guest. ...
    (Linux-Kernel)