Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update partitions.conf docs for rate and mtu fixes #31 #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 38 additions & 6 deletions doc/partition-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,42 @@ General file format:
bits.

mgroup_flag:
rate=<val> - specifies rate for this MC group
(default is 3 (10GBps))
mtu=<val> - specifies MTU for this MC group
(default is 4 (2048))
rate=<val> - specifies rate selector for this MC group
| Selector | Gb/s | |
|----------|--------|---------|
| 2 | 2.5 | |
| 3 | 10 | default |
| 4 | 30 | |
| 5 | 5 | |
| 6 | 20 | |
| 7 | 40 | |
| 8 | 60 | |
| 9 | 80 | |
| 10 | 120 | |
| 11 | 14 | |
| 12 | 56 | |
| 13 | 112 | |
| 14 | 168 | |
| 15 | 25 | |
| 16 | 100 | |
| 17 | 200 | |
| 18 | 300 | |
| 19 | 28 | |
| 20 | 50 | |
| 21 | 400 | |
| 22 | 600 | |
| 23 | 800 | |
| 24 | 1200 | |

mtu=<val> - specifies MTU selector for this MC group
| Selector | MTU | |
|----------|--------|---------|
| 1 | 256 | |
| 2 | 512 | |
| 3 | 1024 | |
| 4 | 2048 | default |
| 5 | 4096 | |

sl=<val> - specifies SL for this MC group
(default is 0)
scope=<val> - specifies scope for this MC group
Expand All @@ -117,8 +149,8 @@ General file format:
NOTE: All mgroup_flag flags MUST be separated by comma (,).

Note that values for rate, mtu, and scope, for both partitions and multicast
groups, should be specified as defined in the IBTA specification (for example,
mtu=4 for 2048).
groups, should be specified as defined in the IBTA specification.
For example, "mtu=5" to allow 4K MTU sizes of 4096.

There are several useful keywords for PortGUID definition:

Expand Down