logo       

Re: forcing bottom half to a specific processor on numa: msg#00963

Subject: Re: forcing bottom half to a specific processor on numa
On Fri, 29 Aug 2003 11:49:43 -0400
chas williams <chas@xxxxxxxxxxxxxxxx> wrote:

> is there a reason i shouldnt do this?  is there a better way?

Just bind the interrupts of your card to a processor local
to the numa node in question using the IRQ affinity stuff.

Then all softints you schedule will run on that processor
too, when you schedule a softint or a tasklet it runs on
the cpu where you perform that schedule.




<Prev in Thread] Current Thread [Next in Thread>