Re: [RFC][PATCH] make module refcounts use percpu_counters

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Dave Hansen <haveblue@...>
Cc: <linux-kernel@...>
Date: Monday, October 1, 2007 - 5:43 am

On Fri, 2007-09-28 at 16:00 -0700, Dave Hansen wrote:

That's why we look at the counters inside stop_machine_run().

Note that (1) the module implementation handles hotplug CPUs, and (2)
percpu_counter_sum() doesn't have to either (that's just for
percpu_counter_read()).

But it might be a useful cleanup (although a slight de-optimization).
If you want I'll queue for 2.6.24 (there are several other module
patches pending too).

In an ideal world, (1) we would have percpu pointers using the same
percpu mechanism as percpu variables, (2) we would have a modal variant
of percpu counters which would collapse to a single counter when we
cared about the precise value (probably using stop_machine for the
transition).  This would be useful for many other cases.

Cheers,
Rusty.

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC][PATCH] make module refcounts use percpu_counters, Dave Hansen, (Fri Sep 28, 7:00 pm)
Re: [RFC][PATCH] make module refcounts use percpu_counters, Rusty Russell, (Mon Oct 1, 5:43 am)