Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e38a366 authored by Steve Wise's avatar Steve Wise Committed by Doug Ledford
Browse files

ib_isert: log the connection reject message

parent 39384f04
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -795,6 +795,8 @@ isert_cma_handler(struct rdma_cm_id *cma_id, struct rdma_cm_event *event)
		 */
		return 1;
	case RDMA_CM_EVENT_REJECTED:       /* FALLTHRU */
		isert_info("Connection rejected: %s\n",
			   rdma_reject_msg(cma_id, event->status));
	case RDMA_CM_EVENT_UNREACHABLE:    /* FALLTHRU */
	case RDMA_CM_EVENT_CONNECT_ERROR:
		ret = isert_connect_error(cma_id);