| Main index | Section 3 | Options |
int rdma_post_ud_send (struct rdma_cm_id *id, void *context, void *addr, size_t length, struct ibv_mr *mr, int flags, struct ibv_ah *ah, uint32_t remote_qpn);
| 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. |
| ah | An address handle describing the address of the remote node. |
| remote_qpn | The number of the destination queue pair. |
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_UD_SEND (3) | librdmacm |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | One of the advantages of using UNIX to teach an operating systems course is the sources and documentation will easily fit into a student's briefcase. | ” |
| — John Lions | ||