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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
