linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: PCI: MSI interrupts masked using prohibited method
       [not found]               ` <20080725165655.GC17093@parisc-linux.org>
@ 2008-07-28  9:59                 ` Michal Schmidt
  2008-07-28 22:04                   ` Jesse Barnes
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Schmidt @ 2008-07-28  9:59 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: David Vrabel, Jesse Barnes, linux-pci, linux-kernel,
	linux-rt-users

On Fri, 25 Jul 2008 10:56:55 -0600
Matthew Wilcox <matthew@wil.cx> wrote:

> On Fri, Jul 25, 2008 at 05:37:49PM +0100, David Vrabel wrote:
> > The spec says that system software should enable MSI before setting 
> > message address and data (PCI 3.0 section 6.8.3.1 MSI
> > configuration). The kernel doesn't do this.
> 
> I think you meant "disable"?  I can't find anything in 6.8.3.1 of 3.0
> that refers to this.
> 
> > I really don't think we should be enabling/disabling MSI while 
> > interrupts might be being generated.  There are cases where
> > interrupts will be lost.  Consider PCIe where we might end up with
> > a situation where MSI is disabled and then enabled sufficiently
> > quickly that no periodic line interrupt message is sent by the
> > device.
> 
> I don't think there's a difference here between PCIe and conventional
> PCI.  A device raising a line based interrupt is perfectly equivalent
> to a device sending an INTx message.
> 
> > The message address and data should only be modified while the
> > vector is masked (to avoid the aforementioned 'tearing').  This
> > means that setting IRQ affinity cannot be done on devices without
> > per-vector mask bits.  I don't think this is a problem.
> 
> I agree.  I think it's fine to have this limitation.

I can imagine this being a problem e.g. for people wanting to isolate
selected CPUs from interrupts for realtime tasks.

> > In vague psuedo-code, set_affinity() should be something like this:
> > 
> > int did_mask = msi_mask_vector();
> > if (!did_mask) {
> >     return -ENOTSUPP;
> > }
> > /* fiddle with address and mask now */
> > msi_unmask_vector();
> 
> Yes, something like that.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PCI: MSI interrupts masked using prohibited method
  2008-07-28  9:59                 ` PCI: MSI interrupts masked using prohibited method Michal Schmidt
@ 2008-07-28 22:04                   ` Jesse Barnes
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2008-07-28 22:04 UTC (permalink / raw)
  To: Michal Schmidt
  Cc: Matthew Wilcox, David Vrabel, linux-pci, linux-kernel,
	linux-rt-users

> > I agree.  I think it's fine to have this limitation.
>
> I can imagine this being a problem e.g. for people wanting to isolate
> selected CPUs from interrupts for realtime tasks.

And they'll still be able to do this; they'll just need to use hardware that 
supports proper masking or make sure their interrupts are targetted at the 
right CPU from the start.

Jesse

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-28 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4860D09D.4060801@csr.com>
     [not found] ` <48807166.9010006@csr.com>
     [not found]   ` <20080722155629.1160635e@brian.englab.brq.redhat.com>
     [not found]     ` <200807221052.26879.jbarnes@virtuousgeek.org>
     [not found]       ` <20080725152918.43bf3100@brian.englab.brq.redhat.com>
     [not found]         ` <20080725134252.GG6701@parisc-linux.org>
     [not found]           ` <20080725155329.79821436@brian.englab.brq.redhat.com>
     [not found]             ` <488A015D.4040107@csr.com>
     [not found]               ` <20080725165655.GC17093@parisc-linux.org>
2008-07-28  9:59                 ` PCI: MSI interrupts masked using prohibited method Michal Schmidt
2008-07-28 22:04                   ` Jesse Barnes

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).