net: better pcpu data alignment
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 4 Nov 2011 23:19:28 +0000 (23:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Nov 2011 20:10:59 +0000 (15:10 -0500)
Tunnels can force an alignment of their percpu data to reduce number of
cache lines used in fast path, or read in .ndo_get_stats()

percpu_alloc() is a very fine grained allocator, so any small hole will
be used anyway.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found