Hi everyone,
while developing SDP, I found a small problem with cma handlers:

drivers/infiniband/core/cma.c : 2204
drivers/infiniband/core/cma.c : 976

event.status = ib_event->param.sidr_rep_rcvd.status
event.status = ib_event->param.rej_rcvd.reason

event.status should be 0 for success, or negative value of generic error code.
In that code, the error code is positive and do not comply with
generic error code.

In order to make the status field available for other modules (like
SDP), that field should be format-consistent.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to