RDMACMEVENTCONNECTREQUEST
RDMACMEVENTCONNECTREQUEST, or RDMA_CM_EVENT_CONNECT_REQUEST, is an event type in the RDMA Connection Manager (RDMA-CM) API. It signals the arrival of an incoming connection request on a listening RDMA CM identifier and marks the first step in establishing a new RDMA connection between a client and server. This event is part of the kernel/user-space interface used by applications that implement RDMA communication over InfiniBand or RDMA over Converged Ethernet.
When a remote peer initiates a connection to a listening CM ID, the RDMA CM posts a
To proceed after receiving the event, the application typically fills a rdma_conn_param structure with desired connection
On successful acceptance, the connection progresses toward established state, and subsequent events such as RDMA_CM_EVENT_ESTABLISHED will