> From: Lu Baolu <[email protected]> > Sent: Tuesday, June 7, 2022 9:50 AM > > + > +static const struct iommu_domain_ops intel_svm_domain_ops = { > + .set_dev_pasid = intel_svm_attach_dev_pasid, > + .block_dev_pasid = intel_svm_detach_dev_pasid, > + .free = intel_svm_domain_free, > +}; > +
It's clearer to use set/block for intel callbacks. _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
