From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: Assertions when lowering tcp_tso_win_divisor Date: Sat, 20 Nov 2004 19:25:30 -0800 Message-ID: <20041120192530.31d8b113.davem@davemloft.net> References: <20041116163106.3b62a39a.davem@davemloft.net> <20041119223527.1f243d6e.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: herbert@gondor.apana.org.au, netdev@oss.sgi.com Return-path: To: Sridhar Samudrala In-Reply-To: Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Sat, 20 Nov 2004 15:19:54 -0800 (PST) Sridhar Samudrala wrote: > I tried to do this myself by identifying the tso related patches > that went in after 2.6.9 and just wanted to find out if i missed > any other patches that may have fixed the tso related assertions. At a minimum you missed the net/core/skbuff.c patch Herbert Xu made to fix missing of copying around tso bits when copying/cloning SKBs.