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.