Re: [PATCH 1/6] net: pack skb_shared_info more efficiently
From: David Miller <davem@davemloft.net>
Date: 2012-01-05 19:09:55
From: David Miller <davem@davemloft.net>
Date: 2012-01-05 19:09:55
From: Eric Dumazet <redacted> Date: Thu, 05 Jan 2012 19:30:58 +0100
Le jeudi 05 janvier 2012 à 17:13 +0000, Ian Campbell a écrit :quoted
nr_frags can be 8 bits since 256 is plenty of fragments. This allows it to be packed with tx_flags. Also by moving ip6_frag_id and dataref (both 4 bytes) next to each other we can avoid a hole between ip6_frag_id and frag_list on 64 bit systems. Signed-off-by: Ian Campbell <redacted> ---Acked-by: Eric Dumazet <redacted>
Applied.