mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Suresh Siddha <suresh.b.siddha@intel.com>
To: "Song, Youquan" <youquan.song@intel.com>
Cc: "mingo@elte.hu" <mingo@elte.hu>, "hpa@zytor.com" <hpa@zytor.com>,
	"tglx@linutronix.de" <tglx@linutronix.de>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"dwmw2@infradead.org" <dwmw2@infradead.org>
Subject: Re: [PATCH] interrupt remapping: Disallow interrupt remapping if not all ioapic under interrupt remapping
Date: Wed, 09 Sep 2009 14:42:55 -0700	[thread overview]
Message-ID: <1252532575.2767.32.camel@sbs-t61.sc.intel.com> (raw)
In-Reply-To: <20090907145807.GA30942@youquan-linux.bj.intel.com>

On Mon, 2009-09-07 at 07:58 -0700, Song, Youquan wrote:
> Current kernel enable interrupt remapping only when all the vt-d unit support
> interrupt remapping. So it is reasonable we should also disallow enabling
> intr-remapping if there any io-apics that are not listed under vt-d units. 
> Otherwise we can run into issues.
> 
> Acked-by: Suresh Siddha <suresh.b.siddha@intel.com> 
> Signed-off-by: Youquan Song <youquan.song@intel.com>
> ---
> 
> diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c
> index 7b287cb..a8a4383 100644
> --- a/drivers/pci/dmar.c
> +++ b/drivers/pci/dmar.c
> @@ -570,9 +570,6 @@ int __init dmar_table_init(void)
>  		printk(KERN_INFO PREFIX "No ATSR found\n");
>  #endif
>  
> -#ifdef CONFIG_INTR_REMAP
> -	parse_ioapics_under_ir();
> -#endif
>  	return 0;
>  }
>  
> diff --git a/drivers/pci/intr_remapping.c b/drivers/pci/intr_remapping.c
> index 4f5b871..ebfa47b 100644
> --- a/drivers/pci/intr_remapping.c
> +++ b/drivers/pci/intr_remapping.c
> @@ -626,6 +626,11 @@ int __init enable_intr_remapping(int eim)
>  	struct dmar_drhd_unit *drhd;
>  	int setup = 0;
>  
> +	if (parse_ioapics_under_ir() != 1) {
> +		printk(KERN_INFO "Not enable interrupt remapping\n");
> +		return -1;
> +	}
> +
>  	for_each_drhd_unit(drhd) {
>  		struct intel_iommu *iommu = drhd->iommu;
>  

David, Can you also pick this up please?

thanks,
suresh


  reply	other threads:[~2009-09-09 21:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-07 14:58 Youquan Song
2009-09-09 21:42 ` Suresh Siddha [this message]
2009-09-09 23:44   ` Song, Youquan
2009-09-20  0:37   ` [PATCH] IR: " Youquan,Song
2009-09-19 17:07     ` David Woodhouse
2009-09-20  0:55       ` Youquan,Song

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1252532575.2767.32.camel@sbs-t61.sc.intel.com \
    --to=suresh.b.siddha@intel.com \
    --cc=dwmw2@infradead.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    --cc=youquan.song@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®