public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <andrewm@uow.edu.au>
To: Robert Vojta <vojta@ipex.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 3c905C-TX [Fast Etherlink] problem ...
Date: Mon, 21 May 2001 22:12:53 +1000	[thread overview]
Message-ID: <3B090645.9D54574F@uow.edu.au> (raw)
In-Reply-To: <20010521090946.D769@ipex.cz> <3B08C15E.264AE074@uow.edu.au>, <3B08C15E.264AE074@uow.edu.au> <20010521140443.C8397@ipex.cz>

Robert Vojta wrote:
> 
> > This is a `transamit reclaim' error.  It is almost always
> > caused by this host being in half-duplex mode, and another
> > host on the network being in full-duplex mode.
> 
> Hi,
>   I tried to force this to be in fullduplex mode by options=0x204 (0x200 + 0x4)
> and it works fine now.

mm..  It _should_ autonegotiate.  Perhaps the device at
the other end is old or not very good.

> Please, can you send me some points to the documentation
> where I can read more info about 'transamit reclaim' error and why this
> happens, etc ...

http://www.scyld.com/network/vortex.html is the official
place.  It doesn't tell you much.

vortex.txt has a pointer to 3com's documentation. Heavy
going.

When the NIC is running in full-duplex mode it *assumes*
that once (by default) 128 bytes of a frame have gone
onto the wire, the remainder of the frame will be sent
without any collisions.  This assumption allows it to reuse
part on the on-board memory - it transfers more data from
the host into the place where the currently-transmitting
frame used to reside.

If another host then comes along and generates a collision
this late into the frame, the NIC detects it but cannot
back off and retransmit the frame as it would normally do.
Because the frame's memory has been "reclaimed".  All it
can do is raise an interrupt and complain.

-

  reply	other threads:[~2001-05-21 12:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-21  7:09 3c905C-TX [Fast Etherlink] problem Robert Vojta
2001-05-21  7:18 ` Andrew Morton
2001-05-21 12:04   ` Robert Vojta
2001-05-21 12:12     ` Andrew Morton [this message]
2001-05-21 14:17       ` Robert Vojta
2001-05-21 17:13       ` 3C905C and error e401 : problem solved francois.cami
2001-05-21 18:51 ` 3c905C-TX [Fast Etherlink] problem Wilfried Weissmann
2001-05-22  7:20   ` Robert Vojta

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=3B090645.9D54574F@uow.edu.au \
    --to=andrewm@uow.edu.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojta@ipex.cz \
    /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