Skip to content

Commit

Permalink
prov/verbs: Update man page and NEWS to document change in fi_info be…
Browse files Browse the repository at this point in the history
…havior.

Signed-off-by: Arun C Ilango <[email protected]>
  • Loading branch information
Arun C Ilango committed May 11, 2017
1 parent 012c987 commit cbff098
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ v1.4.2, Fri May 5, 2017
- Fix issues not handling multiple ipoib interfaces
- Reduce lock contention on buffer pools in send/completion handling
code.
- To see verbs provider in fi_info output, configure the corresponding
IPoIB interface with an IP address. This is a change in behavior from
previous versions. Please refer fi_verbs man page for more info.

v1.4.1, Fri Feb 3, 2017
========================
Expand Down
5 changes: 5 additions & 0 deletions man/fi_verbs.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ also makes the use of fork unsafe.

# LIMITATIONS

When fi_info test is run for verbs provider over Infiniband devices, the IPoIB
(IP over InfiniBand) network interface has to be configured with an IP address.
Otherwise verbs provider would not show up in the list returned by fi_info test.
fi_info -l should still list the verbs provider.

### Memory Regions
Only FI_MR_BASIC mode is supported. Adding regions via s/g list is not supported.
Generic fi_mr_regattr is not supported. No support for binding memory regions to
Expand Down

0 comments on commit cbff098

Please sign in to comment.