Re: [PATCH 1/1] network memory allocator.

From: David Miller
Date: Tue Aug 15 2006 - 06:25:07 EST


From: Evgeniy Polyakov <johnpol@xxxxxxxxxxx>
Date: Tue, 15 Aug 2006 14:02:28 +0400

> I had a version with per-cpu data - it is not very convenient to use
> here with it's per_cpu_ptr dereferencings....

It does eat lots of space though, even for non-present cpus, and for
local cpu case the access may even get optimized to a single register
+ offset computation on some platforms :-)
-
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/