mlx4_core: Distinguish multiple devices in /proc/interrupts
authorArputham Benjamin <abenjamin@sgi.com>
Sun, 6 Sep 2009 03:24:50 +0000 (20:24 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 6 Sep 2009 03:24:50 +0000 (20:24 -0700)
commitf5f5951c7494b6ae89ec53ca7ca6b0177ebd1308
treeb887609a24906ceb27ce3e0fe1f1704892965730
parent1af92e2a211b0d46ef60ea9f30f989fd7b5725fa
mlx4_core: Distinguish multiple devices in /proc/interrupts

When the mlx4 driver uses the same name for interrupts for every
device in the system.  This can make it very confusing trying to work
out exactly which device MSI-X interrupts are for.  Change the driver
to add the PCI name of the device to the interrupt name.

Signed-off-by: Arputham Benjamin <abenjamin@sgi.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/net/mlx4/eq.c