Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PCI-MSI-edge in /proc/interrupts

4,267 views
Skip to first unread message

J.Hwan Kim

unread,
Aug 8, 2011, 5:00:02 AM8/8/11
to
Hi, everyone

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

Camaleón

unread,
Aug 8, 2011, 1:30:03 PM8/8/11
to
On Mon, 08 Aug 2011 17:57:49 +0900, J.Hwan Kim wrote:

> 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

Archive: http://lists.debian.org/pan.2011.08...@gmail.com

Henrique de Moraes Holschuh

unread,
Aug 8, 2011, 11:00:02 PM8/8/11
to
On Mon, 08 Aug 2011, J.Hwan Kim wrote:
> ethernet card with "PCI-MSI-edge".
> Does it mean MSI-X interrupt or MSI interrupt?

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

Henrique de Moraes Holschuh

unread,
Aug 8, 2011, 11:20:02 PM8/8/11
to
On Mon, 08 Aug 2011, Camaleón wrote:
> On Mon, 08 Aug 2011 17:57:49 +0900, J.Hwan Kim wrote:
> > 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 :-?

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

0 new messages