Skip to content

Commit

Permalink
specification: Clear all ATC cache when unbinding a TDI
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
sameo committed May 14, 2024
1 parent 9a24ba0 commit 0926b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/07-theory_operations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
TVM G-stage mappings and the MMIO gpa -> hpa mappings for the interface.

.Device Interface Unbinding - Unbind Interface
[source,mermaid]
Expand Down

0 comments on commit 0926b67

Please sign in to comment.