Symmetric Multiprocessing (SMP) development
 help / color / mirror / Atom feed
* smp_affinity weirdness in LK 2.6.14
@ 2005-11-05 13:04 Dimitri Puzin
  2005-12-01 15:36 ` Dimitri Puzin
  0 siblings, 1 reply; 2+ messages in thread
From: Dimitri Puzin @ 2005-11-05 13:04 UTC (permalink / raw)
  To: linux-smp

Hello,

I found that I cannot change IRQ affinity in the 2.6.14 kernel. It works
however on the 2.6.13.4 and earlier.
2.6.13.4:
# cat /proc/irq/189/smp_affinity
1
# echo 2 > /proc/irq/189/smp_affinity
# cat /proc/irq/189/smp_affinity
2
#

2.6.14:
# cat /proc/irq/189/smp_affinity
1
# echo 2 > /proc/irq/189/smp_affinity
# cat /proc/irq/189/smp_affinity
1
#
/proc/interrupts is also showing that all all IRQs are bound to CPU0. I
must add, that this system is a P4 with HyperThreading support. I've
tried both with CONFIG_IRQBALANCE=y and n but the result is always the
same. With the new kernel I cannot balance the IRQs neither by hand, nor
userspace/kernel tools. Is that normal?

Regards
-Dimitri

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-01 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-05 13:04 smp_affinity weirdness in LK 2.6.14 Dimitri Puzin
2005-12-01 15:36 ` Dimitri Puzin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox