Message ID | 20180830024536.4255-2-honli@redhat.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Hal Rosenstock |
Headers | show |
Series | [1/2] osm_prtn_config.c: Sanity check the value of mgroup_flag flag | expand |
On Thu, Aug 30, 2018 at 10:45:36AM +0800, Honggang LI wrote: > From: Honggang Li <honli@redhat.com> > > Signed-off-by: Honggang Li <honli@redhat.com> > --- > doc/partition-config.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/partition-config.txt b/doc/partition-config.txt > index 3bdb9577..84ae798b 100644 > --- a/doc/partition-config.txt > +++ b/doc/partition-config.txt > @@ -114,6 +114,7 @@ General file format: > (default is 0) > FlowLabel=<val> - specifies FlowLabel for this MC group > (default is 0) > + NOTE: All mgroup_flag flags MUST be spilt with comma (,). You mean "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, > -- > 2.14.4 >
On Thu, Aug 30, 2018 at 09:30:18PM +0300, Yuval Shaia wrote: > On Thu, Aug 30, 2018 at 10:45:36AM +0800, Honggang LI wrote: > > From: Honggang Li <honli@redhat.com> > > > > Signed-off-by: Honggang Li <honli@redhat.com> > > --- > > doc/partition-config.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/doc/partition-config.txt b/doc/partition-config.txt > > index 3bdb9577..84ae798b 100644 > > --- a/doc/partition-config.txt > > +++ b/doc/partition-config.txt > > @@ -114,6 +114,7 @@ General file format: > > (default is 0) > > FlowLabel=<val> - specifies FlowLabel for this MC group > > (default is 0) > > + NOTE: All mgroup_flag flags MUST be spilt with comma (,). > > You mean "flags must be separated by comma"? yes > > > > > 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, > > -- > > 2.14.4 > >
diff --git a/doc/partition-config.txt b/doc/partition-config.txt index 3bdb9577..84ae798b 100644 --- a/doc/partition-config.txt +++ b/doc/partition-config.txt @@ -114,6 +114,7 @@ General file format: (default is 0) FlowLabel=<val> - specifies FlowLabel for this MC group (default is 0) + NOTE: All mgroup_flag flags MUST be spilt with 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,