lkml.org 
[lkml]   [2015]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [v3 08/26] iommu, x86: Add intel_irq_remapping_capability() for Intel
From
Date
On Fri, 2014-12-12 at 23:14 +0800, Feng Wu wrote:
> Add the Intel side implementation for capability in
> struct irq_remap_ops.
>
> Signed-off-by: Feng Wu <feng.wu@intel.com>
> Reviewed-by: Jiang Liu <jiang.liu@linux.intel.com>

> +static bool intel_irq_remapping_capability(enum irq_remap_cap cap)
> +{
> + struct dmar_drhd_unit *drhd;
> + struct intel_iommu *iommu;
> +
> + switch (cap) {
> + case IRQ_POSTING_CAP:
> + /*
> + * If 1) posted-interrupts is disabled by user
> + * or 2) irq remapping is disabled, posted-interrupts
> + * is not supported.
> + */
> + if (disable_irq_post || !irq_remapping_enabled)
> + return 0;
> +
> + for_each_iommu(iommu, drhd)
> + if (!cap_pi_support(iommu->cap))
> + return 0;
> +

If a new IOMMU is hotplugged now which doesn't support posted
interrupts, what happens?

--
David Woodhouse Open Source Technology Centre
David.Woodhouse@intel.com Intel Corporation
[unhandled content-type:application/x-pkcs7-signature]
\
 
 \ /
  Last update: 2015-01-29 04:41    [W:0.218 / U:0.680 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site