Skip to content

Commit

Permalink
IB/hfi1: Adjust high temperature warning for QSFP cable
Browse files Browse the repository at this point in the history
When we receive a QSFP_HIGH_TEMP_ALARM or QSFP_HIGH_TEMP_WARNING
interrupt, print a "QSFP cable temperature too high" message.

Reviewed-by: Easwar Hariharan <easwar.hariharan@intel.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Neel Desai <neel.desai@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
  • Loading branch information
Neel Desai authored and Doug Ledford committed Apr 28, 2017
1 parent 22546b7 commit 03e80e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/hfi1/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -9363,7 +9363,7 @@ static int handle_qsfp_error_conditions(struct hfi1_pportdata *ppd,

if ((qsfp_interrupt_status[0] & QSFP_HIGH_TEMP_ALARM) ||
(qsfp_interrupt_status[0] & QSFP_HIGH_TEMP_WARNING))
dd_dev_info(dd, "%s: QSFP cable on fire\n",
dd_dev_info(dd, "%s: QSFP cable temperature too high\n",
__func__);

if ((qsfp_interrupt_status[0] & QSFP_LOW_TEMP_ALARM) ||
Expand Down

0 comments on commit 03e80e9

Please sign in to comment.