Skip to content

Commit

Permalink
Merge pull request #2966 from a-ilango/v1.4.x
Browse files Browse the repository at this point in the history
verbs: Minor update to man page
  • Loading branch information
shefty authored May 12, 2017
2 parents 251b38b + cbff098 commit eeda6f3
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 eeda6f3

Please sign in to comment.