Re: [PATCH (resubmit)]: fix lro_gen_skb() alignment

2007-12-05 Thread David Miller
From: Andrew Gallatin <[EMAIL PROTECTED]> Date: Tue, 04 Dec 2007 14:55:06 -0500 > > Add a field to the lro_mgr struct so that drivers can specify how much > padding is required to align layer 3 headers when a packet is copied > into a freshly allocated skb by inet_lro.c:lro_gen_skb(). Without >

[PATCH (resubmit)]: fix lro_gen_skb() alignment

2007-12-04 Thread Andrew Gallatin
Add a field to the lro_mgr struct so that drivers can specify how much padding is required to align layer 3 headers when a packet is copied into a freshly allocated skb by inet_lro.c:lro_gen_skb(). Without padding, skbs generated by LRO will cause alignment warnings on architectures which requir