Re: [IPSEC] flow : Remove an unecessary ____cacheline_aligned

2008-01-01 Thread David Miller
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_

[IPSEC] flow : Remove an unecessary ____cacheline_aligned

2008-01-01 Thread Eric Dumazet
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