diff --git a/qos_bandwidth.adoc b/qos_bandwidth.adoc index 385b73c..06f15a2 100644 --- a/qos_bandwidth.adoc +++ b/qos_bandwidth.adoc @@ -428,7 +428,7 @@ When the `Mweight` parameter is not set to 0, the amount of unused bandwidth allocated to `RCID=x` during contention with another `RCID` that is also permitted to use unused bandwidth is determined by dividing the `Mweight` of `RCID=x` by the sum of the `Mweight` of all other contending `RCIDs`. This -ratio `P` is determined by <>. +ratio `P` is determined by <>. [latexmath#eq-4,reftext="equation ({counter:eqs})"] ++++ diff --git a/qos_capacity.adoc b/qos_capacity.adoc index 5eaf2ad..eb3097d 100644 --- a/qos_capacity.adoc +++ b/qos_capacity.adoc @@ -524,10 +524,10 @@ those capacity blocks. Next, the `cc_alloc_ctl register` is written to request a `CONFIG_LIMIT` operation for the `RCID` and `AT`. Once a capacity allocation limit has been established, a request may be allocated capacity in the _capacity blocks_ allocated to the `RCID` and `AT` associated with the request. It is -important to note that at least one _capacity block_ must be allocated using -`cc_block_mask` when allocating capacity, or else the operation will fail with -`STATUS=5`. Overlapping _capacity block_ masks among `RCID` and/or `AT` are -allowed to be configured. +important to note that some implementations may require at least one _capacity +block_ to be allocated using `cc_block_mask` when allocating capacity; +otherwise, the operation will fail with `STATUS=5`. Overlapping _capacity block_ +masks among `RCID` and/or `AT` are allowed to be configured. [NOTE] ====