[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <474C2DFB.1090706@myri.com>
Date: Tue, 27 Nov 2007 09:47:23 -0500
From: Andrew Gallatin <gallatin@...i.com>
To: David Miller <davem@...emloft.net>
CC: Jan-Bernd Themann <ossthema@...ibm.com>,
netdev <netdev@...r.kernel.org>
Subject: [PATCH]: fix lro_gen_skb() alignment
The inet_lro.c:lro_gen_skb() function fails to include
NET_IP_ALIGN padding at the front of the sk_buffs it creates,
leading to alignment warnings on architectures which require
strict alignment (seen on sparc64). The attached patch
adds NET_IP_ALIGN padding.
Signed off by: Andrew Gallatin <gallatin@...i.com>
Drew
View attachment "lro_align.diff" of type "text/plain" (509 bytes)
Powered by blists - more mailing lists