From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: net: Add debug info to track down GSO checksum bug Date: Sun, 18 Jan 2009 22:08:03 -0800 (PST) Message-ID: <20090118.220803.257200823.davem@davemloft.net> References: <20090116072251.GA13327@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: herbert@gondor.apana.org.au Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:40914 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755653AbZASGIB (ORCPT ); Mon, 19 Jan 2009 01:08:01 -0500 In-Reply-To: <20090116072251.GA13327@gondor.apana.org.au> Sender: netdev-owner@vger.kernel.org List-ID: From: Herbert Xu Date: Fri, 16 Jan 2009 18:22:51 +1100 > net: Add debug info to track down GSO checksum bug > > I'm trying to track down why people're hitting the checksum warning > in skb_gso_segment. As the problem seems to be hitting lots of > people and I can't reproduce it or locate the bug, here is a patch > to print out more details which hopefully should help us to track > this down. > > Signed-off-by: Herbert Xu Herbert, do you still want me to add this debugging hack to the tree?