On Tue, Aug 26, 2025 at 06:07:15PM -0700, Randy Dunlap wrote:
+compilation unit. For something like iommu each format will be compiled into a +per-format iommu operations kernel module.
I would s/iommu/IOMMU/g when it's used in a sentence as an acronym (i.e., not functions names, struct names, struct fields, file names, etc.).
Sure
+The implementation will further wrapper this in its own top level struct, such
this??? top-level
oh, maybe wrap this top-level
The implementation will further wrap struct pt_common in its own top-level struct, such as struct pt_iommu_amdv1.
Thanks!! Jason