Re: [PATCH v2 7/9] iommu/vt-d: Listen to IOASID notifications

2020-09-01 Thread Auger Eric
Hi Jacob, On 8/22/20 6:35 AM, Jacob Pan wrote: > On Intel Scalable I/O Virtualization (SIOV) enabled platforms, IOMMU > driver is one of the users of IOASIDs. In normal flow, callers will > perform IOASID allocation, bind, unbind, and free in order. However, for > guest SVA, IOASID free could

[PATCH v2 7/9] iommu/vt-d: Listen to IOASID notifications

2020-08-21 Thread Jacob Pan
On Intel Scalable I/O Virtualization (SIOV) enabled platforms, IOMMU driver is one of the users of IOASIDs. In normal flow, callers will perform IOASID allocation, bind, unbind, and free in order. However, for guest SVA, IOASID free could come before unbind as guest is untrusted. This patch