Re: userspace irq balancer

From: David S. Miller (davem@redhat.com)
Date: Tue May 27 2003 - 01:16:25 EST


From: Andrea Arcangeli <andrea@xxxxxxx>
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/