From 0c8c47d61fa8564139b1add096377d94ef16f87a Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Fri, 5 Apr 2024 10:23:33 -0500 Subject: [PATCH] bandwidth scales linearly with Rbwb --- qos_bandwidth.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qos_bandwidth.adoc b/qos_bandwidth.adoc index 06f15a2..92e7ba9 100644 --- a/qos_bandwidth.adoc +++ b/qos_bandwidth.adoc @@ -372,7 +372,8 @@ the register. The `STATUS` field remains valid until a subsequent write to the The `bc_bw_alloc` is used to program reserved bandwidth blocks (`Rbwb`) for an `RCID` for requests of access-type `AT` using the `CONFIG_LIMIT` operation. If a controller does not support bandwidth allocation, then the `bc_bw_alloc` register -is read-only zero. +is read-only zero. The bandwidth allocation scales linearly with the number of +bandwidth blocks programmed into `Rbwb`. The `bc_bw_alloc` holds the previously configured reserved bandwidth blocks for an `RCID` and `AT` on successful completion of the `READ_LIMIT` operation.