Re: [RFC 0/4] dynamically allocate arch specific system vectors

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric W. Biederman
Date: Thursday, September 18, 2008 - 5:28 pm

Jack Steiner <steiner@sgi.com> writes:


Every vendor of high end hardware is saying they intend to provide
1 or 2 queues per cpu and 1 irq per queue.  So the GRU is not special in
that regard.  Also a very large number of IRQs is not a problem as
soon as we start dynamically allocating them, which is currently
in progress.

Once we start dynamically allocating irq_desc structures we can put
them in node-local memory and guarantee there is no data shared between
cpus.


Alright. 

I would be completely happy if there were interrupts who's affinity we can
not change, and are always targeted at a single cpu.


That would work.  So far the GRU doesn't sound that special.

For a lot of this I would much rather solve the general case on this
giving us a solution that works for all high end interrupts rather than
one specific solution just for the GRU.  Especially since it looks like
we have most of the infrastructure already present to solve the general
case and we have to develop and review the specific case from scratch.

Eric
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] x86_64: (NEW) Dynamically allocate arch speci ..., Eric W. Biederman, (Mon Aug 11, 12:39 pm)
Re: [PATCH] x86_64: (NEW) Dynamically allocate arch speci ..., Jeremy Fitzhardinge, (Mon Aug 11, 12:55 pm)
Re: [PATCH] x86_64: (NEW) Dynamically allocate arch speci ..., Eric W. Biederman, (Mon Aug 11, 1:10 pm)
Re: [RFC 0/4] dynamically allocate arch specific system ve ..., Dimitri Sivanich, (Wed Sep 17, 10:30 am)
Re: [RFC 0/4] dynamically allocate arch specific system ve ..., Eric W. Biederman, (Wed Sep 17, 11:59 am)
Re: [RFC 0/4] dynamically allocate arch specific system ve ..., Eric W. Biederman, (Wed Sep 17, 3:15 pm)
Re: [RFC 0/4] dynamically allocate arch specific system ve ..., Eric W. Biederman, (Thu Sep 18, 5:28 pm)