public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Roger Luethi <rl@hellgate.ch>
To: Henrik Persson <nix@socialism.nu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: via rhine bug? (timeouts and resets)
Date: Tue, 11 Feb 2003 18:17:36 +0100	[thread overview]
Message-ID: <20030211171736.GA1359@k3.hellgate.ch> (raw)
In-Reply-To: <200302111652.h1BGq0PY067795@sirius.nix.badanka.com>

On Tue, 11 Feb 2003 17:51:09 +0100, Henrik Persson wrote:
> RL> The patch attached below will definitely solve some of the problems
> RL> you're seeing (e.g. "excessive collisions" on a switch). Feedback
> 
> Well.. It didn't solve my problems.. Still the same errors.. :/

That I find hard to believe. You were seeing a combination of "MII status
changed" and "Abort 0208, frame dropped.". That's because the driver makes
two mistakes: It treats 0200 as a link change (first message), and it
thinks 0008 indicates excessive collisions (second message).

In fact, 0008 means "transmission error", and 0200 specifies a buffer
underrun. The patch fixes that (lines 204, 213). If you are seeing the
_same_ errors my guess is you're still running the old driver. Check the
log at debug=3.

> RL> You shouldn't need to force full duplex, btw.
> 
> Nah, that was "just in case".. ;)

It's masking another bug that's waiting to hit you <g>.

Roger

  reply	other threads:[~2003-02-11 17:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-11 13:43 via rhine bug? (timeouts and resets) Henrik Persson
2003-02-11 14:18 ` Gianni Tedesco
2003-02-11 14:34   ` Henrik Persson
2003-02-11 16:44     ` Alan Cox
2003-02-11 15:44 ` Roger Luethi
2003-02-11 16:51   ` Henrik Persson
2003-02-11 17:17     ` Roger Luethi [this message]
2003-02-11 17:44       ` Henrik Persson
2003-02-11 18:39         ` Roger Luethi
2003-02-11 18:55           ` Henrik Persson
2003-02-11 19:31             ` Roger Luethi
2003-02-11 20:31               ` Henrik Persson
2003-02-11 21:15                 ` Roger Luethi
2003-02-11 17:44   ` Alan Cox
2003-02-12 12:52     ` Roger Luethi
  -- strict thread matches above, loose matches on Subject: below --
2003-02-12 14:58 Christian Guggenberger
2003-02-12 16:41 ` Alan Cox
2003-02-12 17:06   ` Christian Guggenberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030211171736.GA1359@k3.hellgate.ch \
    --to=rl@hellgate.ch \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nix@socialism.nu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox