[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20081015155342.3deba033@speedy>
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