Re: Multiple MSI, take 3
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Date: Fri, 11 Jul 2008 04:34:19 -0700
There is one idea that seems to model this cleanly
without breaking all kinds of expectations.
That is an irq with a very small data payload.
In that case we wire all of the vectors up to a single
irq handler that computes the payload as:
payload = vector - base-vector.
And then we figure out how to pass that to the handler in irqaction.
To most of the system it is a single irq so it avoids breaking
expectations about what an irq is.
To everything else it is a little odd, and has it's own unique
set of rules (which is good as well).
Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Multiple MSI, take 3
- From: Matthew Wilcox
- Re: Multiple MSI, take 3
- References:
- Multiple MSI, take 3
- From: Matthew Wilcox
- Re: Multiple MSI, take 3
- From: Eric W. Biederman
- Re: Multiple MSI, take 3
- From: Matthew Wilcox
- Multiple MSI, take 3
- Prev by Date: Re: [PATCH 17/18] [GFS2] Remove support for unused and pointless flag
- Next by Date: Kernel panic 2.6.25.10 IXP4xx
- Previous by thread: Re: Multiple MSI, take 3
- Next by thread: Re: Multiple MSI, take 3
- Index(es):
Relevant Pages
|