Messages in this thread |  | | Date | Mon, 26 May 2003 23:11:20 -0700 (PDT) | Subject | Re: userspace irq balancer | From | "David S. Miller" <> |
| |
From: Andrea Arcangeli <andrea@suse.de> Date: Tue, 27 May 2003 03:26:17 +0200
I argue with that, NAPI needs to poll somehow, either you hook into the kernel slowing down every single schedule, or you need to offload this work to a kernel thread.
You've never shown what this "offloading work to a kernel thread" actually accomplishes.
What I've seen it do is decrease the amount of total softirq work that cpu can get done. And avoiding ksoftirqd actually running makes performance get better. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |