Skip to content

Commit

Permalink
prov/efa: Add FI_EFA_USE_HUGE_PAGE to efa man page.
Browse files Browse the repository at this point in the history
Signed-off-by: Shi Jin <[email protected]>
  • Loading branch information
shijin-aws committed Nov 21, 2023
1 parent 9c9cf82 commit f3753fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions man/fi_efa.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@ These OFI runtime parameters apply only to the RDM endpoint.
- When set to 0/false/no/off, libfabric will emulate all fi_rma operations instead of offloading them to the EFA network device. Libfabric will not use device RDMA to implement send/receive operations.
- If not set, RDMA operations will occur when available based on RDMA device ID/version.

*FI_EFA_USE_HUGE_PAGE*
: Specify Whether EFA provider can use huge page memory for internal buffer.
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.

# SEE ALSO

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

0 comments on commit f3753fd

Please sign in to comment.