Skip to content
Snippets Groups Projects
Commit fdf6e6b4 authored by Andy Grover's avatar Andy Grover Committed by David S. Miller
Browse files

RDS/IB: Drop connection when a fatal QP event is received

parent 68cb01c1
No related branches found
No related tags found
No related merge requests found
......@@ -203,9 +203,9 @@ static void rds_ib_qp_event_handler(struct ib_event *event, void *data)
rdma_notify(ic->i_cm_id, IB_EVENT_COMM_EST);
break;
default:
printk(KERN_WARNING "RDS/ib: unhandled QP event %u "
"on connection to %pI4\n", event->event,
&conn->c_faddr);
rds_ib_conn_error(conn, "RDS/IB: Fatal QP Event %u "
"- connection %pI4->%pI4, reconnecting\n",
event->event, &conn->c_laddr, &conn->c_faddr);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment