Re: [PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread Herbert Xu
On Fri, Aug 25, 2006 at 03:43:53PM -0700, Stephen Hemminger wrote: > TCP over IPV6 would incorrectly inherit the GSO settings. > This would cause kernel to send Tcp Segmentation Offload packets for > IPV6 data to devices that can't handle it. It caused the sky2 driver > to lock http://bugzilla.kern

Re: [PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread Stephen Hemminger
On Sat, 26 Aug 2006 01:06:26 +0200 Thomas Glanzmann <[EMAIL PROTECTED]> wrote: > Hello Stephen, > thanks for the fix, it fixes the problem for me. I closed the bug. On > which hardware did you reproduce the bug and how did you found it? Did > you use git bisect? > > Thomas Finding the li

Re: [PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread Stephen Hemminger
On Sat, 26 Aug 2006 01:06:26 +0200 Thomas Glanzmann <[EMAIL PROTECTED]> wrote: > Hello Stephen, > thanks for the fix, it fixes the problem for me. I closed the bug. On > which hardware did you reproduce the bug and how did you found it? Did > you use git bisect? > > Thomas Using sky2 on

Re: [PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread Thomas Glanzmann
Hello Stephen, thanks for the fix, it fixes the problem for me. I closed the bug. On which hardware did you reproduce the bug and how did you found it? Did you use git bisect? Thomas - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROT

Re: [PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 25 Aug 2006 15:43:53 -0700 > TCP over IPV6 would incorrectly inherit the GSO settings. > This would cause kernel to send Tcp Segmentation Offload packets for > IPV6 data to devices that can't handle it. It caused the sky2 driver > to lock http

[PATCH] IPV6 : segmentation offload not set correctly on TCP children

2006-08-25 Thread Stephen Hemminger
TCP over IPV6 would incorrectly inherit the GSO settings. This would cause kernel to send Tcp Segmentation Offload packets for IPV6 data to devices that can't handle it. It caused the sky2 driver to lock http://bugzilla.kernel.org/show_bug.cgi?id=7050 and the e1000 would generate bogus packets. I c