* [PATCH 0/2, v2] replace irq <-> pirq mapping array with radix trees
@ 2011-05-03 14:07 Jan Beulich
0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2011-05-03 14:07 UTC (permalink / raw)
To: xen-devel@lists.xensource.com; +Cc: Allen M Kay
This is to further eliminate non-order-zero runtime allocations.
1: x86: replace nr_irqs sized per-domain arrays with radix trees
2: replace d->nr_pirqs sized arrays with radix tree
The first patch can probably go in right away, for the second my
testing abilities are somewhat limited, and hence it may need to be
considered to wait for e.g. Intel to conduct some more testing (otoh
we're early in the release cycle, so eventual fixes could of course
also be carried out as follow-up patches).
v2: Split setup/teardown into two stages - (de-)allocation (tree node
(de-)population) is done with just d->event_lock held (and hence
interrupts enabled), while actual insertion/removal of translation data
gets done with irq_desc's lock held (and interrupts disabled).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-03 14:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 14:07 [PATCH 0/2, v2] replace irq <-> pirq mapping array with radix trees Jan Beulich
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).