From 605d8d4a02048a3e9c830bb34d7130d5288c8b75 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Tue, 13 Feb 2024 13:24:49 -0600 Subject: [PATCH 1/2] allow option to configure zero capacity blocks --- qos_capacity.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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] ==== From b8090ee04aa14f002e83bcda55174c169f59fc9e Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Mon, 19 Feb 2024 13:05:06 -0600 Subject: [PATCH 2/2] fix typo --- qos_bandwidth.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})"] ++++