Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
librdmacm: Do not wait in rdma_accept for UD QPs
There are no additional connection events to process for UD QPs after calling rdma_accept(). When using synchronous rdma_cm_id's, simply return to the user after sending the reply. Do not wait for additional events. This fixes a hang on the server side when setting up UD QP communication. Signed-off-by: Sean Hefty <sean.hefty@intel.com>
- Loading branch information