[openib-general] CM callbacks

2007-01-29 Thread Eric Barton
Is the following possible? 1. I listen for connection requests. 2. RDMA_CM_EVENT_CONNECT_REQUEST is delivered, I rdma_accept() successfully and return from the callback. 3. RDMA_CM_EVENT_DISCONNECTED is delivered. Am I wrong to assume I can only get RDMA_CM_EVENT_DISCONNECTED after I've

Re: [openib-general] CM callbacks

2007-01-29 Thread Sean Hefty
Eric Barton wrote: Is the following possible? 1. I listen for connection requests. 2. RDMA_CM_EVENT_CONNECT_REQUEST is delivered, I rdma_accept() successfully and return from the callback. 3. RDMA_CM_EVENT_DISCONNECTED is delivered. Am I wrong to assume I can only get