Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • ibv_poll_cq() returns no error status if the remote QP disappears
    • we will need to manually time out
  • ibv_post_send(), ibv_post_recv() both fail within ~250ns if the remote QP is dead
    • how does ibv_post_recv() detect absence of the remote QP? why can't ibv_poll_cq make use of this?

Infiniband UD (unreliable datagram QPs)

  • ibv_poll_cq ??
  • ibv_post_send() and ibv_post_recv() both appear to block indefinitely
    • doesn't appear to be an analogue to ICMPs sent in response to a closed UDP port