Query: umad_send
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UMAD_SEND(3) OpenIB Programmer's Manual UMAD_SEND(3)NAMEumad_send - send umadSYNOPSIS#include <infiniband/umad.h> int umad_send(int portid, int agentid, void *umad, int length, int timeout_ms, int retries);DESCRIPTIONumad_send() sends length bytes from the specified umad buffer from the port specified by portid, and using the agent specified by agentid. timeout_ms controls the solicited MADs behavior as follows: zero value means not solicited. Positive value makes kernel indicate timeout in milliseconds. If reply is not received within the specified value, the original buffer is returned in the read channel with the status field set (to non zero). Negative timeout_ms makes kernel wait forever for the reply. retries indicates the number of times the MAD will be retried before giving up.RETURN VALUEumad_send() returns 0 on success, and a negative value on error as follows: -EINVAL invalid port handle or agentid -EIO send operation failedAUTHORHal Rosenstock <halr@voltaire.com> OpenIB May 11, 2007 UMAD_SEND(3)
Related Man Pages |
---|
umad_get_ca(3) - centos |
umad_get_ca(3) - debian |
umad_set_grh(3) - debian |
umad_set_grh_net(3) - debian |
ibcheckportwidth(8) - debian |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Tar Command |
Unsure why access time on a directory change isn't changing |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |