net: Add debug info to track down GSO checksum bug
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Jan 2009 00:26:44 +0000 (16:26 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jan 2009 00:26:44 +0000 (16:26 -0800)
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@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found