Connection Manager (CM) ID Operations
rdma_create_id
Allocates a communication identifier.
rdma_destroy_id
Releases a communication identifier.
rdma_migrate_id
Moves an rdma_cm_id to a new event channel.
rdma_bind_addr
Binds an RDMA identifier to a source address.
rdma_resolve_addr
Resolves the destination and optional source addresses.
rdma_resolve_route
Resolves the route information required to establish a connection.
rdma_connect
Initiates an active connection request.
rdma_listen
Listens for incoming connection requests.
rdma_accept
Accepts a connection request.
rdma_reject
Rejects a connection request.
rdma_disconnect
Disconnects a connection.
rdma_get_src_port
Returns the local port number of a bound rdma_cm_id.
rdma_get_dst_port
Returns the remote port number of a bound rdma_cm_id.
rdma_get_local_addr
Returns the local IP address of a bound rdma_cm_id.
rdma_get_peer_addr
Returns the remote IP address of a bound rdma_cm_id.
Parent topic:
Supported Verbs
[
Feedback
]