From: Eric Dumazet <[EMAIL PROTECTED]>
Date: Tue, 01 Jan 2008 16:33:33 +0100
> We use a percpu variable named flow_hash_info, which holds 12 bytes.
>
> It is currently marked as cacheline_aligned, which makes linker
> skip space to properly align this variable.
>
> Before :
> c065cc90 D per_
We use a percpu variable named flow_hash_info, which holds 12 bytes.
It is currently marked as cacheline_aligned, which makes linker
skip space to properly align this variable.
Before :
c065cc90 D per_cpu__softnet_data
c065cd00 d per_cpu__flow_tables
c065cd80 d per_cpu__flow_hash_info
c065