netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Ananda Raju <Ananda.Raju@neterion.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-fsdevel@vger.kernel.org, dgc@sgi.com, balbir@in.ibm.com,
	viro@zeniv.linux.org.uk, neilb@suse.de, jblunck@suse.de,
	tglx@linutronix.de, ananda.raju@neterion.com,
	leonid.grossman@neterion.com, ravinandan.arakali@neterion.com,
	alicia.pena@neterion.com
Subject: Re: [patch 2.6.17] s2io driver irq fix
Date: Wed, 21 Jun 2006 21:15:34 -0700	[thread overview]
Message-ID: <20060621211534.b740d0f8.akpm@osdl.org> (raw)
In-Reply-To: <Pine.GSO.4.10.10606211537540.23949-100000@guinness>

On Wed, 21 Jun 2006 15:50:49 -0400 (EDT)
Ananda Raju <Ananda.Raju@neterion.com> wrote:

> +	if (sp->intr_type == MSI_X) {
> +		int i;
>  
> -				free_irq(vector, arg);
> +		for (i=1; (sp->s2io_entries[i].in_use == MSIX_FLG); i++) {
> +			if (sp->s2io_entries[i].type == MSIX_FIFO_TYPE) {
> +				sprintf(sp->desc[i], "%s:MSI-X-%d-TX",
> +					dev->name, i);
> +				err = request_irq(sp->entries[i].vector,
> +					  s2io_msix_fifo_handle, 0, sp->desc[i],
> +						  sp->s2io_entries[i].arg);

Is it usual to prohibit IRQ sharing with msix?


  reply	other threads:[~2006-06-22  4:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-21 19:50 [patch 2.6.17] s2io driver irq fix Ananda Raju
2006-06-22  4:15 ` Andrew Morton [this message]
2006-06-22 21:50   ` Ravinandan Arakali
2006-06-23  5:54   ` Roland Dreier

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=20060621211534.b740d0f8.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=Ananda.Raju@neterion.com \
    --cc=alicia.pena@neterion.com \
    --cc=balbir@in.ibm.com \
    --cc=dgc@sgi.com \
    --cc=jblunck@suse.de \
    --cc=leonid.grossman@neterion.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neilb@suse.de \
    --cc=netdev@vger.kernel.org \
    --cc=ravinandan.arakali@neterion.com \
    --cc=tglx@linutronix.de \
    --cc=viro@zeniv.linux.org.uk \
    /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;
as well as URLs for NNTP newsgroup(s).