Re: softirq parameters

From: David S. Miller (davem@redhat.com)
Date: Wed Aug 07 2002 - 13:18:43 EST


   From: Matthew Wilcox <willy@debian.org>
   Date: Wed, 7 Aug 2002 19:23:14 +0100

   On Wed, Aug 07, 2002 at 03:24:23PM +1000, Rusty Russell wrote:
> Things haven't been changed over because I haven't pushed the per-cpu
> interface changes (required for some archs 8() to Linus yet. But you'll
> want them so we can save space (you only need allocate per-cpu data for
> cpus where cpu_possible(i) is true).
   
   So what we want is something more like:

Yes that would work.

I'm starting to become leery about this percpu stuff, which ends up
moving critical data structures (in this case softnet) out of the main
kernel image (and thus out of the single large PAGE_SIZE entry many
platforms use to map that part of the kernel).

Since all the per-cpu stuff ends up in the same cluster of bootmem
it probably doesn't matter so much. Here's to hoping that's true :-)
-
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/



This archive was generated by hypermail 2b29 : Wed Aug 07 2002 - 22:00:36 EST