Skip to content

Commit

Permalink
Update man page for UDP provider
Browse files Browse the repository at this point in the history
Change "limitations" section to describe that the maximum transfer
size depends on interface MTU, and add FI_UDP_IFACE parameter
description.

Signed-off-by: Martin Pokorny <[email protected]>
  • Loading branch information
mpokorny committed Oct 29, 2024
1 parent 2d26352 commit a0efeb1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions man/fi_udp.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ receiving datagram messages over an unreliable endpoint.

# LIMITATIONS

The UDP provider has hard-coded maximums for supported queue sizes and data
transfers. These values are reflected in the related fabric attribute
structures
The UDP provider has a hard-coded maximum for supported queue sizes,
which is reflected in the related fabric attribute structures. Maximum
size of data transfers is limited by the MTU size of an interface, and
is also reflected in the related fabric attribute structures.

EPs must be bound to both RX and TX CQs.

Expand All @@ -53,7 +54,10 @@ No support for counters.

# RUNTIME PARAMETERS

No runtime parameters are currently defined.
The UDP provider checks for the following environment variables -

*FI_UDP_IFACE*
: An string value that specifies the name of the interface.

# SEE ALSO

Expand Down

0 comments on commit a0efeb1

Please sign in to comment.