Skip to content

Commit

Permalink
Updated nroff-generated man pages
Browse files Browse the repository at this point in the history
Signed-off-by: OFIWG Bot <ofiwg@lists.openfabrics.org>
  • Loading branch information
ofiwg-bot authored and github-actions[bot] committed Oct 18, 2024
1 parent e5a9dae commit 12131e9
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions man/man7/fi_opx.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "fi_opx" "7" "2024\-10\-17" "Libfabric Programmer\[cq]s Manual" "#VERSION#"
.TH "fi_opx" "7" "2024\-10\-18" "Libfabric Programmer\[cq]s Manual" "#VERSION#"
.hy
.PP
{%include JB/setup %}
Expand Down Expand Up @@ -152,18 +152,18 @@ Default setting is 64.
\f[I]FI_OPX_RELIABILITY_MAX_UNCONGESTED_PINGS\f[R]
Integer.
This setting controls how many PING requests the reliability/replay
function will issue per iteration of FI_OPX_RELIABILITY_SERVICE_USEC_MAX
in situations with less contending, outgoing traffic from the HFI.
.PP
Default setting is 128. Range of valid values is 1-65535.
function will issue per iteration of FI_OPX_RELIABILITY_SERVICE_USEC_MAX
in situations with less contending outgoing traffic from the HFI.
Default setting is 128.
Range of valid values is 1-65535.
.TP
\f[I]FI_OPX_RELIABILITY_MAX_CONGESTED_PINGS\f[R]
Integer.
This setting controls how many PING requests the reliability/replay
function will issue per iteration of FI_OPX_RELIABILITY_SERVICE_USEC_MAX
function will issue per iteration of FI_OPX_RELIABILITY_SERVICE_USEC_MAX
in situations with more contending, outgoing traffic from the HFI.
.PP
Default setting is 4. Range of valid values is 1-65535.
Default setting is 4.
Range of valid values is 1-65535.
.TP
\f[I]FI_OPX_SELINUX\f[R]
Boolean (0/1, on/off, true/false, yes/no).
Expand Down Expand Up @@ -268,6 +268,14 @@ using PIO.
Value must be between 64 and 2147483646.
Defaults to 16385.
.TP
\f[I]FI_OPX_TID_MIN_PAYLOAD_BYTES\f[R]
Integer.
The minimum length in bytes where TID (Expected Receive) will be used.
For messages smaller than this threshold, the send will be completed
using Eager Receive.
Value must be between 4096 and 2147483646.
Defaults to 4096.
.TP
\f[I]FI_OPX_RZV_MIN_PAYLOAD_BYTES\f[R]
Integer.
The minimum length in bytes where rendezvous will be used.
Expand Down

0 comments on commit 12131e9

Please sign in to comment.