summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/Makefile
diff options
context:
space:
mode:
authorAlex Vesker2018-07-12 14:13:16 +0200
committerDavid S. Miller2018-07-13 02:37:13 +0200
commitbedc989b0c98285b277ff8a08ff9514e580913f4 (patch)
treeb43a985053f8be734922974e06ea56854849e61f /drivers/net/ethernet/mellanox/mlx4/Makefile
parentnet/mlx4_core: Add health buffer address capability (diff)
downloadkernel-qcow2-linux-bedc989b0c98285b277ff8a08ff9514e580913f4.tar.gz
kernel-qcow2-linux-bedc989b0c98285b277ff8a08ff9514e580913f4.tar.xz
kernel-qcow2-linux-bedc989b0c98285b277ff8a08ff9514e580913f4.zip
net/mlx4_core: Add Crdump FW snapshot support
Crdump allows the driver to create a snapshot of the FW PCI crspace and health buffer during a critical FW issue. In case of a FW command timeout, FW getting stuck or a non zero value on the catastrophic buffer, a snapshot will be taken. The snapshot is exposed using devlink, cr-space, fw-health address regions are registered on init and snapshots are attached once a new snapshot is collected by the driver. Signed-off-by: Alex Vesker <valex@mellanox.com> Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/Makefile')
-rw-r--r--drivers/net/ethernet/mellanox/mlx4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx4/Makefile b/drivers/net/ethernet/mellanox/mlx4/Makefile
index 16b10d01fcf4..3f400770fcd8 100644
--- a/drivers/net/ethernet/mellanox/mlx4/Makefile
+++ b/drivers/net/ethernet/mellanox/mlx4/Makefile
@@ -3,7 +3,7 @@ obj-$(CONFIG_MLX4_CORE) += mlx4_core.o
mlx4_core-y := alloc.o catas.o cmd.o cq.o eq.o fw.o fw_qos.o icm.o intf.o \
main.o mcg.o mr.o pd.o port.o profile.o qp.o reset.o sense.o \
- srq.o resource_tracker.o
+ srq.o resource_tracker.o crdump.o
obj-$(CONFIG_MLX4_EN) += mlx4_en.o