Re: [PATCH v5 1/9] iommu: Introduce domain attachment handle

2024-05-19 Thread Baolu Lu
On 5/15/24 3:17 PM, Tian, Kevin wrote: From: Lu Baolu Sent: Tuesday, April 30, 2024 10:57 PM +/* Add an attach handle to the group's pasid array. */ +static struct iommu_attach_handle * +iommu_attach_handle_set(struct iommu_domain *domain, + struct iommu_group *group, ioas

RE: [PATCH v5 1/9] iommu: Introduce domain attachment handle

2024-05-15 Thread Tian, Kevin
> From: Lu Baolu > Sent: Tuesday, April 30, 2024 10:57 PM > > +/* Add an attach handle to the group's pasid array. */ > +static struct iommu_attach_handle * > +iommu_attach_handle_set(struct iommu_domain *domain, > + struct iommu_group *group, ioasid_t pasid) > +{ > + stru