linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* hw tcp v4 csum failed
@ 2003-07-27  7:02 Doruk Fisek
  2003-07-27 22:26 ` David S. Miller
  2003-07-28  0:37 ` James Stevenson
  0 siblings, 2 replies; 4+ messages in thread
From: Doruk Fisek @ 2003-07-27  7:02 UTC (permalink / raw)
  To: linux-kernel

Hi,

 I am getting "hw tcp v4 csum failed" errors using a BCM5701 ethernet
adapter with the tigon3 driver in a vanilla 2.4.20 kernel.

 There seems to be no apparent problem (probably because of low-load).

 What can be the cause of these errors?

                               Doruk

--
FISEK INSTITUTE -- http://www.fisek.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hw tcp v4 csum failed
  2003-07-27  7:02 hw tcp v4 csum failed Doruk Fisek
@ 2003-07-27 22:26 ` David S. Miller
  2003-07-28  0:37 ` James Stevenson
  1 sibling, 0 replies; 4+ messages in thread
From: David S. Miller @ 2003-07-27 22:26 UTC (permalink / raw)
  To: Doruk Fisek; +Cc: linux-kernel

On Sun, 27 Jul 2003 10:02:46 +0300
Doruk Fisek <dfisek@fisek.com.tr> wrote:

> Hi,
> 
>  I am getting "hw tcp v4 csum failed" errors using a BCM5701 ethernet
> adapter with the tigon3 driver in a vanilla 2.4.20 kernel.
> 
>  There seems to be no apparent problem (probably because of low-load).
> 
>  What can be the cause of these errors?

Nothing need to be done.

They are usually happening because of one of two things:

1) The other host computed an incorrect checksum.
2) Something between the foreign host and your's corrupted
   the packet.

Both of which are normal events and so you can ignore the
message safely.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hw tcp v4 csum failed
  2003-07-27  7:02 hw tcp v4 csum failed Doruk Fisek
  2003-07-27 22:26 ` David S. Miller
@ 2003-07-28  0:37 ` James Stevenson
  2003-07-28 19:05   ` Jamie Lokier
  1 sibling, 1 reply; 4+ messages in thread
From: James Stevenson @ 2003-07-28  0:37 UTC (permalink / raw)
  To: Doruk Fisek; +Cc: linux-kernel


> Hi,
> 
>  I am getting "hw tcp v4 csum failed" errors using a BCM5701 ethernet
> adapter with the tigon3 driver in a vanilla 2.4.20 kernel.
> 
>  There seems to be no apparent problem (probably because of low-load).
> 
>  What can be the cause of these errors?
 
if it isnt a software problem.

Its probably a problem releated to the cable or surrounding
interference on the cable.

a) loose connection either on back of machine or @ the hub / switch etc..
b) there is a large power supply sitting very close to the cable.
   i have seen the transformers on scanners / printers etc.. strong enough
   todo this is the cable gets wrapped around it

	James 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hw tcp v4 csum failed
  2003-07-28  0:37 ` James Stevenson
@ 2003-07-28 19:05   ` Jamie Lokier
  0 siblings, 0 replies; 4+ messages in thread
From: Jamie Lokier @ 2003-07-28 19:05 UTC (permalink / raw)
  To: James Stevenson; +Cc: Doruk Fisek, linux-kernel

James Stevenson wrote:
> >  I am getting "hw tcp v4 csum failed" errors using a BCM5701 ethernet
> > adapter with the tigon3 driver in a vanilla 2.4.20 kernel.

> Its probably a problem releated to the cable or surrounding
> interference on the cable.

This is an ethernet adapter.  It means that interference problems
should cause CRC32 errors, and the packets will be dropped/logged at
the MAC layer, and the TCP checksum not checked.  The MAC layer CRC32
is strong enough that TCP checksum errors should be exceedingly rare,
unless the interference is very bad and a very large number of packes
are being submitted.

Perhaps the error message is not really indicating TCP checksum errors?

-- Jamie

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-28 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27  7:02 hw tcp v4 csum failed Doruk Fisek
2003-07-27 22:26 ` David S. Miller
2003-07-28  0:37 ` James Stevenson
2003-07-28 19:05   ` Jamie Lokier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).