posted recv buffers returned syncronously or async after calling rdma_disconnect()
Posted
by Andy Grover
on Stack Overflow
See other posts from Stack Overflow
or by Andy Grover
Published on 2010-05-03T21:53:17Z
Indexed on
2010/05/03
21:58 UTC
Read the original article
Hit count: 263
When calling rdma_disconnect(), do I get completion queue events for all posted recv work requests before rdma_disconnect() returns, or should I expect them to come in after rdma_disconnect() has returned?
© Stack Overflow or respective owner