Main index | Section 3 | Options |
int rdma_post_send (struct rdma_cm_id *id, void *context, void *addr, size_t length, struct ibv_mr *mr, int flags);
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 the memory buffer to post. |
length | The length of the memory buffer. |
mr | Optional registered memory region associated with the posted buffer. |
flags | Optional flags used to control the send operation. |
Send operations may not be posted to an rdma_cm_id or the corresponding queue pair until it has been connected.
The user-defined context associated with the send request will be returned to the user through the work completion wr_id, work request identifier, field.
2010-07-19 | RDMA_POST_SEND (3) | librdmacm |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.