-
Notifications
You must be signed in to change notification settings - Fork 5
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
specification: Clear all ATC cache when unbinding a TDI #121
Conversation
src/07-theory_operations.adoc
Outdated
8. The TSM removes all C-IOMMU, TVM G-stage mappings and the MMIO gpa -> hpa | ||
mapping for the interface. | ||
8. The TSM removes all C-IOMMU mappings and all cached C-IOMMU ATC mappings, the | ||
TVM G-stage mappings and the MMIO gpa -> hpa mappings for the interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: Add a glossary entry for ATC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Done.
src/07-theory_operations.adoc
Outdated
@@ -923,8 +923,8 @@ Unbinding an interface from a TVM goes through the following steps: | |||
belongs to a bound interface, or if it does not belong to the MMIO gpa -> hpa | |||
mapping the TSM initially created for the interface at | |||
xref:binding-flow[TDI binding time]. | |||
8. The TSM removes all C-IOMMU, TVM G-stage mappings and the MMIO gpa -> hpa | |||
mapping for the interface. | |||
8. The TSM removes all C-IOMMU mappings and all cached C-IOMMU ATC mappings, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add full name for ATC
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done as well, thanks.
0926b67
to
99e5f52
Compare
Signed-off-by: Samuel Ortiz <sameo@rivosinc.com>
99e5f52
to
e1ba3a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
No description provided.