From: ebiederm@xmission.com (Eric W. Biederman)
To: "Williams, Mitch A" <mitch.a.williams@intel.com>
Cc: "Grant Grundler" <grundler@parisc-linux.org>,
<linux-pci@atrey.karlin.mff.cuni.cz>, <gregkh@suse.de>,
<linux-kernel@vger.kernel.org>, <akpm@linux-foundation.org>,
"Kok, Auke-jan H" <auke-jan.h.kok@intel.com>
Subject: Re: [PATCH 2.6.21-rc5] MSI: read-flush MSI-X table
Date: Tue, 27 Mar 2007 19:14:37 -0600 [thread overview]
Message-ID: <m14po6w4n6.fsf@ebiederm.dsl.xmission.com> (raw)
In-Reply-To: <08FE5CC30C9A3F41BF819A502CF7BF6EF98580@fmsmsx411.amr.corp.intel.com> (Mitch A. Williams's message of "Tue, 27 Mar 2007 14:43:55 -0700")
"Williams, Mitch A" <mitch.a.williams@intel.com> writes:
> Doh! I was reading the code wrong. We only mask if we're still
> handling a previous interrupt on the same vector. My bad.
>
> However, I can't really see where mask() is used outside of that
> instance. Which then leads us back to the question: do we need
> a read flush on mask/unmask or just enable/disable?
I'm not even certain we need the read flush in the enable.
However having it in there makes the code easier to reason
about. Which is a big plus.
Generally if the interrupt controller hardware is sane
mask/unmask and enable/disable should be the same function.
If we need to work around something in the hardware enable/disable
should do that and mask/unmask should poke the hardware.
Since MSI is specified as properly handle pending interrupts
I would put the write flush in mask. It makes the code easier
to understand and comprehend.
The practical question in my book is do we set the enable/disable
methods to the same functions as the mask/unmask methods or
do we let them default to the crazy delayed disable scenario.
Given that we do have a tiny race where we need to ensure the
MSI is disabled before we unregister it, we don't know of any
MSI implementation problems that will result in a screaming IRQ.
I would say set enable/disable to the mask/unmask methods.
This will fix the tiny freeing bug mentioned above, and not play
games with drivers that are using MSI irqs.
If at some point we need a lesser form someone can change the msi
enable/disable methods to something else.
Eric
next prev parent reply other threads:[~2007-03-28 1:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-26 23:18 Mitch Williams
2007-03-27 0:09 ` Greg KH
2007-03-27 2:26 ` Eric W. Biederman
2007-03-27 13:23 ` Eric W. Biederman
2007-03-27 14:55 ` Grant Grundler
2007-03-27 15:15 ` Eric W. Biederman
2007-03-27 15:25 ` Grant Grundler
2007-03-27 15:31 ` Williams, Mitch A
2007-03-27 16:01 ` Eric W. Biederman
2007-03-27 17:15 ` Williams, Mitch A
2007-03-27 21:13 ` Eric W. Biederman
2007-03-27 21:43 ` Williams, Mitch A
2007-03-28 1:14 ` Eric W. Biederman [this message]
2007-03-28 15:37 ` Williams, Mitch A
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=m14po6w4n6.fsf@ebiederm.dsl.xmission.com \
--to=ebiederm@xmission.com \
--cc=akpm@linux-foundation.org \
--cc=auke-jan.h.kok@intel.com \
--cc=gregkh@suse.de \
--cc=grundler@parisc-linux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@atrey.karlin.mff.cuni.cz \
--cc=mitch.a.williams@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®