Re: [Comment] sizeof(struct tcp_sock) is above 1024 on x86 since linux-2.6.15

2006-03-24 Thread David S. Miller
From: Eric Dumazet [EMAIL PROTECTED] Date: Tue, 21 Mar 2006 15:17:17 +0100 I would like to point out that struct tcp_sock was enlarged in 2.6.15, and the 'TCP' kmem_cache now needs order-1 allocations instead of order-0 Thanks for pointing this out Eric, I'll see what I can do to trim it down

[Comment] sizeof(struct tcp_sock) is above 1024 on x86 since linux-2.6.15

2006-03-21 Thread Eric Dumazet
Hi all I would like to point out that struct tcp_sock was enlarged in 2.6.15, and the 'TCP' kmem_cache now needs order-1 allocations instead of order-0 In 2.6.14 : # grep ^TCP /proc/slabinfo TCP 64 7696041 : tunables 54 270 : slabdata 19 19