search for: niagra

Displaying 1 result from an estimated 1 matches for "niagra".

Did you mean: viagra
2007 May 29
2
interrupt loading, intrd, and CMT
...;'ve been asked to look at lately is interrupt load spreading, and intrd, to improve the network performance of CMT systems. From my read of the code, it looks like intrd only knows about virtual processors. This has major breakage in that all the virtual processors on a single core in a Niagra system share the common interrupt logic. I.e. when the interrupt handler runs, it interrupts _everything_ on that core. What I''m thinking of is to teach intrd about cores, so that instead of considering cpus (virtual), it instead considers load on *cores*. I think this will help it...