Skip to content

Commit

Permalink
man: Update fi_errno(3)
Browse files Browse the repository at this point in the history
Signed-off-by: Darryl Abbate <drl@amazon.com>
  • Loading branch information
darrylabbate authored and j-xiong committed Mar 20, 2024
1 parent ff2a621 commit 96172b7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions man/fi_errno.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,18 @@ const char *fi_strerror(int errno);
*FI_ENOSYS*
: Function not implemented
*FI_EWOULDBLOCK*
: Operation would block
*FI_ENOMSG*
: No message of desired type
*FI_ENODATA*
: No data available
*FI_EOVERFLOW*
: Value too large for defined data type
*FI_EMSGSIZE*
: Message too long
Expand Down Expand Up @@ -94,6 +100,9 @@ const char *fi_strerror(int errno);
*FI_ECONNRESET*
: Connection reset by peer
*FI_ENOBUFS*
: No buffer space available
*FI_EISCONN*
: Transport endpoint is already connected
Expand All @@ -109,6 +118,9 @@ const char *fi_strerror(int errno);
*FI_ECONNREFUSED*
: Connection refused
*FI_EHOSTDOWN*
: Host is down
*FI_EHOSTUNREACH*
: No route to host
Expand Down Expand Up @@ -154,6 +166,27 @@ const char *fi_strerror(int errno);
*FI_ENOCQ*
: Missing or unavailable completion queue
*FI_ECRC*
: CRC error
*FI_ETRUNC*
: Truncation error
*FI_ENOKEY*
: Required key not available
*FI_ENOAV*
: Missing or unavailable address vector
*FI_EOVERRUN*
: Queue has been overrun
*FI_ENORX*
: Receiver not ready, no receive buffers available
*FI_ENOMR*
: Memory registration limit exceeded
# SEE ALSO
[`fabric`(7)](fabric.7.html)

0 comments on commit 96172b7

Please sign in to comment.