lkml.org 
[lkml]   [2026]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
On Mon, Jul 06, 2026 at 09:55:10AM -0700, Jacob Pan wrote:
> Hi Yu,
>
> On Fri, 3 Jul 2026 00:05:17 +0800
> Yu Zhang <zhangyu1@linux.microsoft.com> wrote:
>
> > +static int hv_iommu_attach_dev(struct iommu_domain *domain, struct
> > device *dev,
> > + struct iommu_domain *old)
> > +{
> > + u64 status;
> > + u32 prefix;
> > + unsigned long flags;
> > + struct pci_dev *pdev;
> > + struct hv_input_attach_device_domain *input;
> > + struct hv_iommu_endpoint *vdev = dev_iommu_priv_get(dev);
> > + struct hv_iommu_domain *hv_domain =
> > to_hv_iommu_domain(domain);
> > + int ret;
> > +
> > + if (vdev->hv_domain == hv_domain)
> > + return 0;
> > +
> Is this needed? seems the core code already skips same domain attach?
> i.e.
>
> static int __iommu_group_set_domain_internal(struct iommu_group *group,
> struct iommu_domain
> *new_domain, unsigned int flags)
> {
> ...
> if (group->domain == new_domain)
> return 0;
>

Thanks for catching this, Jacob. Will remove

B.R.
Yu

\
 
 \ /
  Last update: 2026-07-08 13:02    [W:0.197 / U:2.410 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and my Meterkast|Read the blog