Possible event on cm_id after rdma_accept() fails?
From: Roland Dreier <hidden>
Date: 2012-01-06 20:08:34
From: Roland Dreier <hidden>
Date: 2012-01-06 20:08:34
Hi Sean, If I get a new cm_id from a RDMA_CM_EVENT_CONNECT_REQUEST event, and call rdma_accept(), and then rdma_accept() returns an error for whatever reason, is it safe to assume I won't get any other events for the cm_id I failed to accept? ie there's no race where another thread might get a disconnect event on that cm_id too, right? So it's safe to just start cleaning up after I get a failed status from rdma_accept(). Thanks, - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html