Skip to content

Commit

Permalink
Fixed example to show correct resource type for memory bandwidth QoS …
Browse files Browse the repository at this point in the history
…controller.

Signed Off by: Vasudevan Srinivasan <[email protected]>
  • Loading branch information
vasu-rivosinc committed Nov 15, 2024
1 parent 107b75b commit 45fdd26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/chapter3-ex1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Name(\RQSC, Package()
0x0001, // Number of Resources
Package() // Resource Structure - Cluster 0 L2 Cache
{
0x00, // Resource Type
0x00, // Resource Type (Cache)
0x0F, // Length (16 bytes)
0x0000, // Resource Flags
0x0000000000000000, // Resource ID 1 (Cache ID from PPTT)
Expand All @@ -112,7 +112,7 @@ Name(\RQSC, Package()
0x0001, // Number of Resources
Package() // Resource Structure - Cluster 1 L2 Cache
{
0x00, // Resource Type
0x00, // Resource Type (Cache)
0x0F, // Length (16 bytes)
0x0000, // Resource Flags
0x0000000000000001, // Resource ID 1 (Cache ID from PPTT)
Expand All @@ -138,7 +138,7 @@ Name(\RQSC, Package()
0x0001, // Number of Resources
Package() // Resource Structure - Shared LLC Cache
{
0x00, // Resource Type
0x00, // Resource Type (Cache)
0x0F, // Length (16 bytes)
0x0000, // Resource Flags
0x0000000000000002, // Resource ID 1 (Cache ID from PPTT)
Expand All @@ -164,7 +164,7 @@ Name(\RQSC, Package()
0x0001, // Number of Resources
Package() // Resource Structure - Proximity Domain
{
0x00, // Resource Type
0x01, // Resource Type (Memory)
0x0F, // Length (16 bytes)
0x0000, // Resource Flags
0x0000000000000000, // Resource ID 1 (Proximity Domain from SRAT table for this memory)
Expand All @@ -190,7 +190,7 @@ Name(\RQSC, Package()
0x0001, // Number of Resources
Package() // Resource Structure - Proximity Domain
{
0x00, // Resource Type
0x01, // Resource Type (Memory)
0x0F, // Length (16 bytes)
0x0000, // Resource Flags
0x0000000000000000, // Resource ID 1 (Proximity Domain from SRAT table for this memory)
Expand All @@ -216,7 +216,7 @@ Name(\RQSC, Package()
0x0001, // Number of Resources
Package() // Resource Structure - Proximity Domain
{
0x00, // Resource Type
0x01, // Resource Type (Memory)
0x0F, // Length (16 bytes)
0x0000, // Resource Flags
0x0000000000000000, // Resource ID 1 (Proximity Domain from SRAT table for this memory)
Expand Down

0 comments on commit 45fdd26

Please sign in to comment.