Skip to content

Commit

Permalink
man: Update EFA docs for FI_EFA_INTER_MIN_READ_WRITE_SIZE
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sunku <[email protected]>
  • Loading branch information
sunkuamzn authored and a-szegel committed Dec 27, 2023
1 parent 296d287 commit 63f67b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/fi_efa.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ These OFI runtime parameters apply only to the RDM endpoint.
: The minimum message size in bytes for inter EFA read message protocol. If instance support RDMA read, messages whose size is larger than this value will be sent by read message protocol. (Default 1048576).

*FI_EFA_INTER_MIN_READ_WRITE_SIZE*
: The mimimum message size for inter EFA write to use read write protocol. If firmware support RDMA read, and FI_EFA_USE_DEVICE_RDMA is 1, write requests whose size is larger than this value will use the read write protocol (Default 65536).
: The mimimum message size for emulated inter EFA write to use read write protocol. If firmware support RDMA read, and FI_EFA_USE_DEVICE_RDMA is 1, write requests whose size is larger than this value will use the read write protocol (Default 65536). If the firmware supports RDMA write, device RDMA write will always be used.

*FI_EFA_USE_DEVICE_RDMA*
: Specify whether to require or ignore RDMA features of the EFA device.
Expand Down

0 comments on commit 63f67b2

Please sign in to comment.