summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
diff options
context:
space:
mode:
authorSagi Grimberg2013-09-11 15:35:34 +0200
committerRoland Dreier2013-10-10 18:23:59 +0200
commitada9f5d007971a71d619e2abf66ebd3a9a399413 (patch)
treec608cf2df9fa6f3fb85adbb2ce0340d85359c17d /include/linux/mlx5
parentmlx5: Fix error code translation from firmware to driver (diff)
downloadkernel-qcow2-linux-ada9f5d007971a71d619e2abf66ebd3a9a399413.tar.gz
kernel-qcow2-linux-ada9f5d007971a71d619e2abf66ebd3a9a399413.tar.xz
kernel-qcow2-linux-ada9f5d007971a71d619e2abf66ebd3a9a399413.zip
IB/mlx5: Fix eq names to display nicely in /proc/interrupts
It's helpful for a driver to put the pci slot name in its interrupt names, so /proc/interrupts will show the pci slot of the device. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r--include/linux/mlx5/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index 2cfc4309d45f..6b8c496572c8 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -82,7 +82,7 @@ enum {
};
enum {
- MLX5_MAX_EQ_NAME = 20
+ MLX5_MAX_EQ_NAME = 32
};
enum {