Librpma-Dev
- librpma(7) librpma - remote persistent memory access library
- rpma_atomic_write(3) rpma_atomic_write -- initiate the atomic 8 bytes write operation
- rpma_conn_apply_remote_peer_cfg(3) rpma_conn_apply_remote_peer_cfg - apply remote peer cfg to the connection
- rpma_conn_cfg_delete(3) rpma_conn_cfg_delete - delete the connection configuration object
- rpma_conn_cfg_get_compl_channel(3) rpma_conn_cfg_get_compl_channel - get if the completion event channel can be shared by CQ and RCQ
- rpma_conn_cfg_get_cq_size(3) rpma_conn_cfg_get_cq_size - get CQ size for the connection
- rpma_conn_cfg_get_rcq_size(3) rpma_conn_cfg_get_rcq_size - get receive CQ size for the connection
- rpma_conn_cfg_get_rq_size(3) rpma_conn_cfg_get_rq_size - get RQ size for the connection
- rpma_conn_cfg_get_sq_size(3) rpma_conn_cfg_get_sq_size - get SQ size for the connection
- rpma_conn_cfg_get_srq(3) rpma_conn_cfg_get_srq - get the shared RQ object from the connection
- rpma_conn_cfg_get_timeout(3) rpma_conn_cfg_get_timeout - get connection establishment timeout
- rpma_conn_cfg_new(3) rpma_conn_cfg_new - create a new connection configuration object
- rpma_conn_cfg_set_compl_channel(3) rpma_conn_cfg_set_compl_channel - set if the completion event channel can be shared by CQ and RCQ
- rpma_conn_cfg_set_cq_size(3) rpma_conn_cfg_set_cq_size - set CQ size for the connection
- rpma_conn_cfg_set_rcq_size(3) rpma_conn_cfg_set_rcq_size - set receive CQ size for the connection
- rpma_conn_cfg_set_rq_size(3) rpma_conn_cfg_set_rq_size - set RQ size for the connection
- rpma_conn_cfg_set_sq_size(3) rpma_conn_cfg_set_sq_size - set SQ size for the connection
- rpma_conn_cfg_set_srq(3) rpma_conn_cfg_set_srq - set a shared RQ object for the connection
- rpma_conn_cfg_set_timeout(3) rpma_conn_cfg_set_timeout - set connection establishment timeout
- rpma_conn_delete(3) rpma_conn_delete - delete already closed connection
- rpma_conn_disconnect(3) rpma_conn_disconnect - tear the connection down
- rpma_conn_get_compl_fd(3) rpma_conn_get_compl_fd - get a file descriptor of the shared completion channel of the connection
- rpma_conn_get_cq(3) rpma_conn_get_cq - get the connection's main CQ
- rpma_conn_get_event_fd(3) rpma_conn_get_event_fd - get an event file descriptor of the connection
- rpma_conn_get_private_data(3) rpma_conn_get_private_data - get a pointer to the connection's private data
- rpma_conn_get_qp_num(3) rpma_conn_get_qp_num - get the connection's qp_num
- rpma_conn_get_rcq(3) rpma_conn_get_rcq -- get the connection's receive CQ
- rpma_conn_next_event(3) rpma_conn_next_event - obtain a connection status
- rpma_conn_req_connect(3) rpma_conn_req_connect - initiate processing the connection request
- rpma_conn_req_delete(3) rpma_conn_req_delete - delete the connection requests
- rpma_conn_req_get_private_data(3) rpma_conn_req_get_private_data - get a pointer to the request's private data
- rpma_conn_req_new(3) rpma_conn_req_new - create a new outgoing connection request object
- rpma_conn_req_recv(3) rpma_conn_req_recv - initiate the receive operation
- rpma_conn_wait(3) rpma_conn_wait - wait for a completion event on the shared completion channel from CQ or RCQ
- rpma_cq_get_fd(3) rpma_cq_get_fd - get the completion queue's file descriptor
- rpma_cq_get_wc(3) rpma_cq_get_wc - receive one or more completions
- rpma_cq_wait(3) rpma_cq_wait - wait for a completion and ack it
- rpma_ep_get_fd(3) rpma_ep_get_fd - get a file descriptor of the endpoint
- rpma_ep_listen(3) rpma_ep_listen - create a listening endpoint
- rpma_ep_next_conn_req(3) rpma_ep_next_conn_req - obtain an incoming connection request
- rpma_ep_shutdown(3) rpma_ep_shutdown - stop listening and delete the endpoint
- rpma_err_2str(3) rpma_err_2str - convert RPMA error code to a string
- rpma_flush(3) rpma_flush - initiate the flush operation
- rpma_log_get_threshold(3) rpma_log_get_threshold - get the logging threshold level
- rpma_log_set_function(3) rpma_log_set_function - set the logging function
- rpma_log_set_threshold(3) rpma_log_set_threshold - set the logging threshold level
- rpma_mr_advise(3) rpma_mr_advise - give advice about an address range in a memory registration
- rpma_mr_dereg(3) rpma_mr_dereg - delete a local memory registration object
- rpma_mr_get_descriptor_size(3) rpma_mr_get_descriptor_size - get size of the memory region descriptor
- rpma_mr_get_descriptor(3) rpma_mr_get_descriptor - get a descriptor of a memory region
- rpma_mr_get_ptr(3) rpma_mr_get_ptr - get the pointer to the local memory region
- rpma_mr_get_size(3) rpma_mr_get_size - get the size of the local memory region
- rpma_mr_reg(3) rpma_mr_reg - create a local memory registration object
- rpma_mr_remote_delete(3) rpma_mr_remote_delete - delete the remote memory region's structure
- rpma_mr_remote_from_descriptor(3) rpma_mr_remote_from_descriptor - create a memory region from a descriptor
- rpma_mr_remote_get_flush_type(3) rpma_mr_remote_get_flush_type - get a remote memory region's flush types
- rpma_mr_remote_get_size(3) rpma_mr_remote_get_size - get a remote memory region size
- rpma_peer_cfg_delete(3) rpma_peer_cfg_delete - delete the peer configuration object
- rpma_peer_cfg_from_descriptor(3) rpma_peer_cfg_from_descriptor - create a peer cfg from the descriptor
- rpma_peer_cfg_get_descriptor_size(3) rpma_peer_cfg_get_descriptor_size - get size of the peer cfg descriptor
- rpma_peer_cfg_get_descriptor(3) rpma_peer_cfg_get_descriptor - get the descriptor of the peer configuration
- rpma_peer_cfg_get_direct_write_to_pmem(3) rpma_peer_cfg_get_direct_write_to_pmem - check direct write to PMEM support
- rpma_peer_cfg_new(3) rpma_peer_cfg_new - create a new peer configuration object
- rpma_peer_cfg_set_direct_write_to_pmem(3) rpma_peer_cfg_set_direct_write_to_pmem - declare direct write to PMEM support
- rpma_peer_delete(3) rpma_peer_delete - delete a peer object
- rpma_peer_new(3) rpma_peer_new - create a peer object
- rpma_read(3) rpma_read - initiate the read operation
- rpma_recv(3) rpma_recv - initiate the receive operation
- rpma_send_with_imm(3) rpma_send_with_imm - initiate the send operation with immediate data
- rpma_send(3) rpma_send - initiate the send operation
- rpma_srq_cfg_delete(3) rpma_srq_cfg_delete - delete the shared RQ configuration object
- rpma_srq_cfg_get_rcq_size(3) rpma_srq_cfg_get_rcq_size - get receive CQ size of the shared RQ
- rpma_srq_cfg_get_rq_size(3) rpma_srq_cfg_get_rq_size - get RQ size of the shared RQ
- rpma_srq_cfg_new(3) rpma_srq_cfg_new - create a new shared RQ configuration object
- rpma_srq_cfg_set_rcq_size(3) rpma_srq_cfg_set_rcq_size - set receive CQ size of the shared RQ
- rpma_srq_cfg_set_rq_size(3) rpma_srq_cfg_set_rq_size - set RQ size of the shared RQ
- rpma_srq_delete(3) rpma_srq_delete - delete the shared RQ object
- rpma_srq_get_rcq(3) rpma_srq_get_rcq -- get the receive CQ from the shared RQ object
- rpma_srq_new(3) rpma_srq_new - create a new shared RQ object
- rpma_srq_recv(3) rpma_srq_recv - initiate the receive operation in shared RQ
- rpma_utils_conn_event_2str(3) rpma_utils_conn_event_2str - convert RPMA_CONN_* enum to a string
- rpma_utils_get_ibv_context(3) rpma_utils_get_ibv_context - obtain an RDMA device context by IP address
- rpma_utils_ibv_context_is_odp_capable(3) rpma_utils_ibv_context_is_odp_capable - is On-Demand Paging supported
- rpma_write_with_imm(3) rpma_write_with_imm - initiate the write operation with immediate data
- rpma_write(3) rpma_write - initiate the write operation