Skip to content

Commit

Permalink
prov/efa: Add missing document for FI_EFA_USE_ZCPY_RX
Browse files Browse the repository at this point in the history
Signed-off-by: Shi Jin <sjina@amazon.com>
  • Loading branch information
shijin-aws committed Jun 25, 2024
1 parent 2a011e2 commit f185546
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions man/fi_efa.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,14 @@ Using huge page memory has a small performance advantage, but can
cause system to run out of huge page memory. By default, EFA provider
will use huge page unless FI_EFA_FORK_SAFE is set to 1/on/true.

*FI_EFA_USE_ZCPY_RX*
: Enables the use of application's receive buffers in place of bounce-buffers when feasible.
(Default: 1). Setting this environment variable to 0 can disable this feature.
Explicitly setting this variable to 1 does not guarantee this feature
due to other requirements. See
https://github.com/ofiwg/libfabric/blob/main/prov/efa/docs/efa_rdm_protocol_v4.md
for details.

# SEE ALSO

[`fabric`(7)](fabric.7.html),
Expand Down

0 comments on commit f185546

Please sign in to comment.