All of lore.kernel.org
 help / color / mirror / Atom feed
* Question: How to distribute the interrupts over multiple cores?
@ 2013-03-25  2:33 Lenky Gao
  2013-03-25  2:58 ` Lin Feng
  0 siblings, 1 reply; 12+ messages in thread
From: Lenky Gao @ 2013-03-25  2:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: yinghai, mingo, gorcunov, rusty, sivanich, agordeev

Hi everyone,

I faced the same problem as this URL:
http://stackoverflow.com/questions/13641440/unable-to-distrubute-the-interrupts-over-multiple-cores

The question have been closed with no answer. :(

My machine have 2x Xeon E5504 processors and running vanilla kernel
3.6.11 in CentOS 6.0.

Could anyone give me some tips?

PS:
[root@localhost ~]# cat /proc/cmdline
ro root=/dev/mapper/vg_localhost-lv_root rd_NO_LUKS LANG=en_US.UTF-8
rd_NO_MD quiet rd_LVM_LV=vg_localhost/lv_swap
SYSFONT=latarcyrheb-sun16 rhgb rd_LVM_LV=vg_localhost/lv_root
KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM apic=debug pci=nomsi
[root@localhost ~]# uname -a
Linux localhost.lenkydomain 3.6.11 #2 SMP Fri Mar 22 21:13:41 CST 2013
x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# echo 6 > /proc/irq/25/smp_affinity
[root@localhost ~]# cat /proc/irq/25/smp_affinity
000006
[root@localhost ~]# cat /proc/interrupts | grep eth9
  25:       5824      13914        159        128        210
0          0          0  IR-IO-APIC-fasteoi   eth9
[root@localhost ~]# cat /proc/interrupts | grep eth9
  25:       5824      13927        159        128        210
0          0          0  IR-IO-APIC-fasteoi   eth9
[root@localhost ~]# cat /proc/interrupts | grep eth9
  25:       5824      13939        159        128        210
0          0          0  IR-IO-APIC-fasteoi   eth9
[root@localhost ~]# cat /proc/interrupts | grep eth9
  25:       5824      13973        159        128        210
0          0          0  IR-IO-APIC-fasteoi   eth9


-- 
Regards,

Lenky

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

end of thread, other threads:[~2013-03-25  9:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25  2:33 Question: How to distribute the interrupts over multiple cores? Lenky Gao
2013-03-25  2:58 ` Lin Feng
2013-03-25  3:18   ` Lenky Gao
2013-03-25  3:24     ` Lin Feng
2013-03-25  3:44       ` Lenky Gao
2013-03-25  5:19         ` Lin Feng
2013-03-25  6:46           ` Lenky Gao
2013-03-25  7:04             ` Lin Feng
2013-03-25  7:10               ` Lenky Gao
2013-03-25  9:00                 ` Lenky Gao
2013-03-25  9:41                   ` Lin Feng
2013-03-25  9:45                     ` Lenky Gao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.