From c6fc71ba45a36a76c56b02fc82024d307f3e35ee Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Sat, 29 Jun 2024 08:39:50 -0500 Subject: [PATCH 1/2] editorial updates --- qos_bandwidth.adoc | 2 -- qos_intro.adoc | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/qos_bandwidth.adoc b/qos_bandwidth.adoc index 72953a4..b7016b3 100644 --- a/qos_bandwidth.adoc +++ b/qos_bandwidth.adoc @@ -133,8 +133,6 @@ The `OP`, `AT`, `MCID`, and `EVT_ID` fields of the register are WARL fields. The `OP` field is used to instruct the controller to perform an operation listed in <>. -<<< - [[BC_MON_OP]] .Bandwidth Usage Monitoring Operations (`OP`) [width=100%] diff --git a/qos_intro.adoc b/qos_intro.adoc index 28bfe32..50a08a6 100644 --- a/qos_intro.adoc +++ b/qos_intro.adoc @@ -110,8 +110,9 @@ implement the `REV8` byte-reversal instruction defined by the Zbb extension. If sequence of instructions. ==== +<<< + A controller can support a subset of capabilities that are defined by CBQRI. When a capability is not supported, the registers and/or fields used to configure and/or control such capabilities are hardwired to `0`. Each controller supports a capabilities register to enumerate the supported capabilities. - From 261a70ea980c3ee0f2d6c6e1c0cf55546950470c Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Sat, 29 Jun 2024 08:59:57 -0500 Subject: [PATCH 2/2] editorial updates --- qos_bandwidth.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/qos_bandwidth.adoc b/qos_bandwidth.adoc index b7016b3..b3ca76a 100644 --- a/qos_bandwidth.adoc +++ b/qos_bandwidth.adoc @@ -319,13 +319,12 @@ before requesting the operation. |-- | 0 | Reserved for future standard use. |`CONFIG_LIMIT`| 1 | Establishes reserved bandwidth allocation for requests by `RCID` and of access-type `AT`. The - bandwidth allocation is specified in `bc_bw_alloc` - register. + bandwidth allocation is specified in `bc_bw_alloc`. |`READ_LIMIT` | 2 | Reads back the previously configured bandwidth allocation for requests by `RCID` and of access-type `AT`. The current configured allocation - is written to `bc_bw_alloc` register on completion - of the operation. + is written to `bc_bw_alloc` on completion of the + operation. | -- | 3-23 | Reserved for future standard use. | -- | 24-31 | Designated for custom use. |===