Re: [NET]: Fix csum_start update in pskb_expand_head

2007-10-15 Thread Guillaume Chazarain
Le Mon, 15 Oct 2007 12:57:23 +0800, Herbert Xu <[EMAIL PROTECTED]> a écrit : > [NET]: Fix csum_start update in pskb_expand_head > [NET]: Avoid copying TCP packets unnecessarily I am Bittorrenting for a few hours with these patches, and they seem to work well. Thanks for the qu

Re: [NET]: Fix csum_start update in pskb_expand_head

2007-10-15 Thread David Miller
> Doh! It was my patch a month ago which added code to update > csum_start if the headroom changed that broke this. > > We'll need this patch for stable as well. > > [NET]: Fix csum_start update in pskb_expand_head > > I got confused by the dual nature of the off v

[NET]: Fix csum_start update in pskb_expand_head

2007-10-14 Thread Herbert Xu
roke this. We'll need this patch for stable as well. [NET]: Fix csum_start update in pskb_expand_head I got confused by the dual nature of the off variable in the function pskb_expand_head. The csum_start offset should use nhead instead of off which can change depending on whether we are us