When I read /proc/interrupts, it displays interrupt type of my ethernet
card with "PCI-MSI-edge".
Does it mean MSI-X interrupt or MSI interrupt?
I set to my ethernet driver operates with MSI-X interrupt.
Thanks in advance.
Best Regards,
J.Hwan Kim
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/4E3FA50D...@gmail.com
> When I read /proc/interrupts, it displays interrupt type of my ethernet
> card with "PCI-MSI-edge".
Mmm, I get two modes for each of my ethernet devices:
sm01@stt008:~$ grep -i eth /proc/interrupts
20: 1 0 0 0 IO-APIC-fasteoi eth1
1276: 104018 104203 104044 103894 PCI-MSI-edge eth0
I wonder what's the difference between those two :-?
> Does it mean MSI-X interrupt or MSI interrupt? I set to my ethernet
> driver operates with MSI-X interrupt.
As per this post:
http://www.mail-archive.com/e1000...@lists.sourceforge.net/msg02598.html
I'd say if msi-x is enabled it should be present.
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
It could be either. Use lspci -vvv as root to check whether MSI or MSI-X is
active on the device.
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/20110809025...@khazad-dum.debian.net
Basically, MSI and MSI-X scale a lot better and are faster to process.
They're device-specific (and often device-function-specific), so they're
never shared with other devices.
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/20110809031...@khazad-dum.debian.net