Skip to content

Commit

Permalink
Merge pull request #24 from ved-rivos/relax_min
Browse files Browse the repository at this point in the history
allow option to configure zero capacity blocks
  • Loading branch information
ved-rivos authored Feb 26, 2024
2 parents 054a170 + b8090ee commit af6b305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qos_bandwidth.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<eq-3>>.
ratio `P` is determined by <<eq-4>>.

[latexmath#eq-4,reftext="equation ({counter:eqs})"]
++++
Expand Down
8 changes: 4 additions & 4 deletions qos_capacity.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
====
Expand Down

0 comments on commit af6b305

Please sign in to comment.