rdma_resolve_route - Resolve the route information needed to establish a connection.
Contents
Arguments
id RDMA identifier.
timeout_ms Time to wait for resolution to complete.
Description
Resolves an RDMA route to the destination address in order to establish a connection. The destination
address must have already been resolved by calling rdma_resolve_addr.
Infiniband Specific
This call obtains a path record that is used by the connection.
Name
rdma_resolve_route - Resolve the route information needed to establish a connection.
Notes
This is called on the client side of a connection after calling rdma_resolve_addr, but before calling
rdma_connect.
Return Value
Returns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure
reason.
See Also
rdma_resolve_addr(3), rdma_connect(3), rdma_get_cm_event(3) librdmacm 2007-10-31 RDMA_RESOLVE_ROUTE(3)
Synopsis
#include<rdma/rdma_cma.h>intrdma_resolve_route(structrdma_cm_id*id,inttimeout_ms);
