Main index | Section 3 | Options |
int rdma_post_sendv (struct rdma_cm_id *id, void *context, struct ibv_sge *slg, int nsge, int flags);
id | A reference to a communication identifier where the message buffer will be posted. |
context | User-defined context associated with the request. |
slg | A scatter-gather list of memory buffers posted as a single request. |
nsge | The number of scatter-gather entries in the slg array. |
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_SENDV (3) | librdmacm |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options! | ” |
— The Unix Haters' handbook |