lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 15 Oct 2008 15:53:42 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	"Andrew Paprocki" <andrew@...iboo.com>
Cc:	netdev@...r.kernel.org
Subject: Re: sky2 rx errors printing to the console

On Wed, 15 Oct 2008 14:40:58 +0100
"Andrew Paprocki" <andrew@...iboo.com> wrote:

> sky2 eth0: rx error, status 0xba0202 length 186
> sky2 eth0: rx error, status 0xba0220 length 186
> sky2 eth0: rx error, status 0xba0202 length 186
> sky2 eth0: rx error, status 0xba0202 length 186
> sky2 eth0: rx error, status 0x1390202 length 313
> sky2 eth0: rx error, status 0x1680202 length 360
> sky2 eth0: rx error, status 0xba0202 length 186
> sky2 eth0: rx error, status 0xf40202 length 244
> sky2 eth0: rx error, status 0xba0202 length 186

The status field is:
   
    +------------+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |0 length    | | | | | | | | | | | | | | |
    +------------+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                  ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
                  | | | | | | | | | | | | | +- Rx FIFO Overflow
                  | | | | | | | | | | | | +--- CRC Error
                  | | | | | | | | | | | +----- 
                  | | | | | | | | | | +------- Fragment
                  | | | | | | | | | +--------- Too Long
                  | | | | | | | | +----------- MII Error
                  | | | | | | | +------------- Bad flow control
                  | | | | | | +--------------- Good flow control
                  | | | | | +----------------- Rx Ok
                  | | | | +------------------- Broadcast
                  | | | +--------------------- Multicast
                  | | +----------------------- Runt
                  | +------------------------ Jabber
                  +------------------------- VLAN

Your packets have ehtther CRC error or MII Error set
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ