Re: userspace irq balancer

David S. Miller (davem@redhat.com)
Mon, 26 May 2003 23:11:20 -0700 (PDT)


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/