Man Pages in librdmacm-dev

  1. Carta.tech
  2. Packages
  3. librdmacm-dev
  • 49

    Section 3: Library calls

    rdma_accept.3
    Called to accept a connection request.
    rdma_ack_cm_event.3
    Free a communication event.
    rdma_bind_addr.3
    Bind an rdma identifier to a source address.
    rdma_connect.3
    Initiate an active connection request.
    rdma_create_ep.3
    Allocate a communication identifier and optional qp.
    rdma_create_event_channel.3
    Open a channel used to report communication events.
    rdma_create_id.3
    Allocate a communication identifier.
    rdma_create_qp.3
    Allocate a qp.
    rdma_create_srq.3
    Allocate a shared receive queue.
    rdma_dereg_mr.3
    Deregisters a registered memory region.
    rdma_destroy_ep.3
    Release a communication identifier.
    rdma_destroy_event_channel.3
    Close an event communication channel.
    rdma_destroy_id.3
    Release a communication identifier.
    rdma_destroy_qp.3
    Deallocate a qp.
    rdma_destroy_srq.3
    Deallocate a srq.
    rdma_disconnect.3
    This function disconnects a connection.
    rdma_event_str.3
    Returns a string representation of an rdma cm event.
    rdma_free_devices.3
    Frees the list of devices returned by rdma_get_devices.
    rdma_get_cm_event.3
    Retrieves the next pending communication event.
    rdma_get_devices.3
    Get a list of rdma devices currently available.
    rdma_get_dst_port.3
    Returns the remote port number of a bound rdma_cm_id.
    rdma_get_local_addr.3
    Returns the local ip address of a bound rdma_cm_id.
    rdma_get_peer_addr.3
    Returns the remote ip address of a bound rdma_cm_id.
    rdma_get_recv_comp.3
    Retrieves a completed receive request.
    rdma_get_request.3
    Retrieves the next pending connection request event.
    rdma_get_send_comp.3
    Retrieves a completed send, read, or write request.
    rdma_get_src_port.3
    Returns the local port number of a bound rdma_cm_id.
    rdma_getaddrinfo.3
    Provides transport independent address translation.
    rdma_join_multicast.3
    Joins a multicast group.
    rdma_leave_multicast.3
    Leaves a multicast group.
    rdma_listen.3
    Listen for incoming connection requests.
    rdma_migrate_id.3
    Move a communication identifer to a different event channel.
    rdma_notify.3
    Notifies the librdmacm of an asynchronous event.
    rdma_post_read.3
    Post an rdma read work request.
    rdma_post_readv.3
    Post an rdma read work request.
    rdma_post_recv.3
    Post a work request to receive an incoming message.
    rdma_post_recvv.3
    Post a work request to receive incoming messages.
    rdma_post_send.3
    Post a work request to send a message.
    rdma_post_sendv.3
    Post a work request to send a message.
    rdma_post_ud_send.3
    Post a work request to send a datagram.
    rdma_post_write.3
    Post an rdma write work request.
    rdma_post_writev.3
    Post an rdma write work request.
    rdma_reg_msgs.3
    Register data buffer(s) for sending or receiving messages.
    rdma_reg_read.3
    Register data buffer(s) for remote rdma read access.
    rdma_reg_write.3
    Register data buffer(s) for remote rdma write access.
    rdma_reject.3
    Called to reject a connection request.
    rdma_resolve_addr.3
    Resolve destination and optional source addresses.
    rdma_resolve_route.3
    Resolve the route information needed to establish a connection.
    rdma_set_option.3
    Set communication options for an rdma_cm_id.
  • 2

    Section 7: Miscellaneous

    rdma_cm.7
    Rdma communication manager.
    rsocket.7
    Rdma socket api