Skip to content

Commit 03e80e9

Browse files
Neel Desaidledford
authored andcommitted
IB/hfi1: Adjust high temperature warning for QSFP cable
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>
1 parent 22546b7 commit 03e80e9

File tree

1 file changed

+1
-1
lines changed
  • drivers/infiniband/hw/hfi1

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/hfi1/chip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9363,7 +9363,7 @@ static int handle_qsfp_error_conditions(struct hfi1_pportdata *ppd,
93639363

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

93699369
if ((qsfp_interrupt_status[0] & QSFP_LOW_TEMP_ALARM) ||

0 commit comments

Comments
 (0)