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

RERI error code mappings #466

Open
zetalog opened this issue Jan 14, 2025 · 1 comment
Open

RERI error code mappings #466

zetalog opened this issue Jan 14, 2025 · 1 comment

Comments

@zetalog
Copy link

zetalog commented Jan 14, 2025

Should IOMMU specification define RERI error code mappings?

Should cfg cache, ptw (page table walk) cache, tlb each be assigned a different error code than what are defined for CPU internal memories, or should they be mapped to the existing RERI error codes?

@ved-rivos
Copy link
Collaborator

The RERI intent was to define error code encoding for some common types of error codes that are generically applicable to various processing elements such as the CPU MMU, IOMMU, etc. The error record identifies it as being an IOMMU vs. a CPU MMU. So would be appropriate to use the standard Error code encoding for IOMMU RAS error records where applicable - such as those for TLB/page walk caches, internal data path errors, corrupted data access such as attempted consumption of poisoned data by IOMMU on access to its in-memory data structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants