On Wednesday, May 29, 2013 03:38:59 PM Thomas Renninger wrote: > Hi Rafael, > > it would be great if you could queue these up. > While trying the disable interface with a recent kernel I found a sever issue: One core seem to fire interrupts at a high rate. intel_idle driver does not even enter C1, but only enters the POLL dummy sleep state. perf top shows that only intel_idle is involved: 90.00 70.9% intel_idle [kernel.kallsyms] 16.00 12.6% _raw_spin_lock_irqsave [kernel.kallsyms] and that quite some (local) interrupts are happening: PerfTop: 1016 irqs/sec cpupower monitor -m Mperf,Idle_Stats shows: |Mperf || Idle_Stats PKG |CORE|CPU | C0 | Cx | Freq || POLL | C1-N | C1E- | C3-N | C6-N 1| 0| 0| 99.89| 0.11| 3065|| 99.81| 0.00| 0.00| 0.00| 0.00 on the affected core and expected idleness: |Mperf || Idle_Stats PKG |CORE|CPU | C0 | Cx | Freq || POLL | C1-N | C1E- | C3-N | C6-N 0| 3| 15| 0.04| 99.96| 1595|| 0.00| 0.00| 0.00| 0.00| 99.99 on the other other cores. I have seen this on a 3.10.0-rc2 kernel on a bigger server machine, but with a 3.9.x kernel on a smaller desktop machine as well. Is this known already? Any candidates I could try to revert? Thanks, Thomas