Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address public review feedback #60

Merged
merged 2 commits into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions src/server_soc_requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ deliver external interrupts to the RISC-V application processor harts.

<<<

[[IOMMU]]
=== Input-Output Memory Management Unit (IOMMU)

[width=100%]
Expand Down Expand Up @@ -1184,11 +1185,9 @@ and more.
| QOS_030 | If CBQRI is supported, RISC-V harts within the application
processors of the SoC MUST include support for the `srmcfg` CSR.
Furthermore, this CSR MUST support a minimum of 16 RCIDs and at
least 32 MCIDs.
2+a| _The count of RCID and MCID that can be used in the SoC should scale with
the number of RISC-V harts in the SoC._ +
+
_The `srmcfg` CSR is provided by the Ssqosid extension cite:[PRIV]._
least 32 MCIDs. The count of RCID and MCID that can be used in the
SoC SHOULD scale with the number of RISC-V harts in the SoC.
2+| _The `srmcfg` CSR is provided by the Ssqosid extension cite:[PRIV]._

| QOS_040 | If CBQRI is supported, the IOMMUs in the SoC SHOULD incorporate
support for the CBQRI-defined extension, enabling the association
Expand Down Expand Up @@ -1317,8 +1316,11 @@ data centers and enterprises.
| SPM_010 a| Significant caches within the SoC SHOULD incorporate an HPM capable
of counting:

* Cache lookup
* Cache miss
* Cache lookups for reads
* Cache misses on reads
* Cache lookups for writes
* Cache misses on writes

2+| _It is recommended that a cache with a capacity that is approximately 16 KiB
or larger be considered a significant cache._

Expand Down Expand Up @@ -1350,6 +1352,8 @@ data centers and enterprises.
PCIe specification 6.0.
|===

Please refer to <<IOMMU>> for details on the IOMMU performance monitoring rules.

<<<

=== Security Requirements
Expand Down
Loading