[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XenPPC] Spurious interrupt count
The code of concern seems well suited to catch a spurious interruptstorm, since when a valid external interrupt is recieved, the counter isreset. But given that we don't take our first external until way into dom0's boot, we are actually asserting that 100 spurious interrupts won't be received over a fairly long period of time.I can't find any documents regarding expected spurious interrupt rates. Can anyone with knowledge in this area comment about the code of concern? All edge-triggered interrupts can cause spurious interrupts; this is normal. For example, a second edge interrupt (on the same line) can come in before the first has been handled. The rate at which this happens should be really low. The CPC9x5 interrupt controller has an issue though that manifests itself as lots of spurious interrupts all over the place. Those are interspersed with valid interrupts, there is no functional problem; it can turn into a performance problem though. Segher _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |