rdma_post_send (3) Linux Manual Page
rdma_post_send – post a work request to send a message. Synopsis #include <rdma/rdma_verbs.h> int rdma_post_send (struct rdma_cm_id *id, void *context, void *addr, size_t length, struct ibv_mr *mr, int flags); Arguments id A reference to a communication identifier where the message buffer will be posted. context User-defined context associated with the request. addr The address of…
