Skip to content

Commit

Permalink
allow option to configure zero capacity blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Feb 13, 2024
1 parent 054a170 commit 605d8d4
Showing 1 changed file with 4 additions and 4 deletions.
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 605d8d4

Please sign in to comment.