Skip to content

Commit

Permalink
man: Clarify FI_HMEM support of inject calls
Browse files Browse the repository at this point in the history
Add text to clarify that only FI_HMEM_SYSTEM is allowed for inject calls
if FI_MR_HMEM is required.

Signed-off-by: Jianxin Xiong <jianxin.xiong@intel.com>
  • Loading branch information
j-xiong committed Oct 10, 2024
1 parent 36851db commit 14269c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions man/fi_msg.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ to write CQ entries for all successful completions. See the flags
discussion below for more details. The requested message size that
can be used with fi_inject is limited by inject_size.

If FI_HMEM is enabled, the fi_inject call can only accept buffer with
iface equal to FI_HMEM_SYSTEM if the provider requires the FI_MR_HMEM
mr_mode. This limitation applies to all the fi_\*inject\* calls and
does not affect how inject_size is reported.

## fi_senddata

The send data call is similar to fi_send, but allows for the sending
Expand Down

0 comments on commit 14269c8

Please sign in to comment.