[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v7 2/2] VT-d: Fix vt-d Device-TLB flush timeout issue
>>> On 18.03.16 at 12:31, <quan.xu@xxxxxxxxx> wrote: > On March 18, 2016 7:19pm, <JBeulich@xxxxxxxx> wrote: >> >>> On 17.03.16 at 08:12, <quan.xu@xxxxxxxxx> wrote: >> > --- a/xen/drivers/passthrough/vtd/qinval.c >> > +++ b/xen/drivers/passthrough/vtd/qinval.c >> > @@ -233,6 +233,57 @@ int qinval_device_iotlb(struct iommu *iommu, >> > return 0; >> > } >> > >> > +static void dev_invalidate_iotlb_timeout(struct iommu *iommu, u16 did, >> > + u16 seg, u8 bus, u8 devfn) >> { >> > + struct domain *d = NULL; >> > + struct pci_dev *pdev; >> > + >> > + if ( test_bit(did, iommu->domid_bitmap) ) >> > + d = rcu_lock_domain_by_id(iommu->domid_map[did]); >> > + >> > + if ( d == NULL ) >> > + return; >> > + >> > + pcidevs_lock(); >> > + for_each_pdev(d, pdev) >> >> Blank line please between these two, for symmetry with ... >> > for_each_pdev( d, pdev ) ?? That's blanks you added, not a blank line. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |