]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/core/dev.c
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)
commit67fd1a731ff1a990d4da7689909317756e50cb4d
tree69a52991358d932cd7e860740cb49547573c3adc
parente85bf47e6ded66ea138f692fe149c00a4998afe8
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@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c