From: "Qinghua(Kevin) Ye" <[EMAIL PROTECTED]> Date: Wed, 6 Jul 2005 15:57:00 -0600
> In my SMP platform, there is no other processes running. The usage of CPUs > are 100% and 0%. How could I make Nic interrupts not arrive at only one CPU, > or balance the interrupt between two CPUs? This doesn't work. If you try to split up the work for one network card amongst multiple cpus, you'll get SMP cache line movements for shared data between the processors and performance will go down. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html