Mike Heffner wrote: > Is there any method by which a receiving process that is polling in > preregistered memory regions for data from a sender performing RDMA > writes, can detect if the sender is killed? Say by a SIGKILL signal? The > RC connection is setup using the RDMA CM and there do not appear to be > any CM events created on the event channel
If you have a process with connected RDMA CM ID whose associated peer process died you should get DISCONNECTED event. how do you verify that there is no rdma cm event present at the polling side? Or. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
