Eric Dumazet 179f7ebff6 percpu_counter: FBC_BATCH should be a variable
For NR_CPUS >= 16 values, FBC_BATCH is 2*NR_CPUS

Considering more and more distros are using high NR_CPUS values, it makes
sense to use a more sensible value for FBC_BATCH, and get rid of NR_CPUS.

A sensible value is 2*num_online_cpus(), with a minimum value of 32 (This
minimum value helps branch prediction in __percpu_counter_add())

We already have a hotcpu notifier, so we can adjust FBC_BATCH dynamically.

We rename FBC_BATCH to percpu_counter_batch since its not a constant
anymore.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-06 15:59:13 -08:00
..
2008-10-10 20:02:48 -04:00
2008-12-25 11:40:09 +11:00
2008-10-10 20:02:48 -04:00
2009-01-04 13:33:20 -08:00
2008-10-10 20:02:48 -04:00
2008-12-31 18:07:44 -05:00
2008-10-10 20:29:21 -04:00
2008-10-10 20:02:48 -04:00
2008-10-10 20:02:48 -04:00
2008-10-10 20:02:48 -04:00
2008-10-10 20:02:48 -04:00