[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 08/11] IOMMU: propagate IOMMU Device-TLB flush error up to iommu_iotlb_flush{, _all} (leaf ones).
On April 25, 2016 7:40 PM, Jan Beulich <JBeulich@xxxxxxxx> wrote: > >>> On 18.04.16 at 16:00, <quan.xu@xxxxxxxxx> wrote: > > While IOMMU Device-TLB flush timed out, xen calls panic() at present. > > However the existing panic() is going to be eliminated, so we must > > propagate the IOMMU Device-TLB flush error up to the > > iommu_iotlb_flush{,_all}. > > > > If IOMMU mapping and unmapping failed, the domain (with the exception > > of the hardware domain) is crashed, treated as a fatal error. Rollback > > can be lighter weight. > > > > This patch fixes the leaf ones. > > > > Signed-off-by: Quan Xu <quan.xu@xxxxxxxxx> > > Looks okay except for the again missing uses of __must_check on function > declarations or, where needed, definitions. > This patch modifies the common part 'iommu_ops', but not to fix the ARM/AMD callbacks ( it seems the callbacks are not initialized for AMD code, but ARM does). I need to fix ARM callbacks as well. I wonder whether it is good to use __must_check on these callbacks or not. IMO I'd better use __must_check on functions, i.e. iommu_iotlb_flush_all(), invoking these callbacks, instead of these callbacks. Quan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |