public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] MPC8xx-board: just 10MBit transfer rate
Date: Tue, 14 Mar 2006 10:58:28 -0500	[thread overview]
Message-ID: <4416E824.3060508@smiths-aerospace.com> (raw)
In-Reply-To: <20060314153744.GA25976@false>

Josef Angermeier wrote:
> Dear u-boot users,
> 
> i got u-boot 1.1.3 and linux 2.4.25 running on my custom MPC875-board.
> But the ethernet-connection (FEC-Controller) seems to be abit slow. The
> MII-transceiver chip autonegotiates a speed of 100MBit but when
> downloading files via tftp/ftp in u-boot or linux the transfer seems to
> happen in 10MBit mode.
> 
> Could this be caused by the low system clock (40MHz) ? What else ?
> 
> Best regards,
> Josef

Crank up ethereal and see what packets are being transmitted, received, 
and the time between packets.  I suspect you will see either gross 
delays or retransmissions (and quite possibly both), indicating packet 
handling problems of some form or another. (Unreasonable to speculate 
what, without seeing the ethereal dump.  Once you see the packet 
pattern, the problem usually is fairly obvious.)

If not, you need to recalibrate your expectations. :-)  TFTP is a 
transmit-acknowledgment protocol with no pipelining, so packet n+1 
doesn't get transmitted until packet n is acknowledged.  If the <ack> is 
slow, your transfer rate will be slow also.

gvb

      parent reply	other threads:[~2006-03-14 15:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-14 15:37 [U-Boot-Users] MPC8xx-board: just 10MBit transfer rate Josef Angermeier
2006-03-14 15:52 ` Pantelis Antoniou
2006-03-14 15:58 ` Jerry Van Baren [this message]

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=4416E824.3060508@smiths-aerospace.com \
    --to=gerald.vanbaren@smiths-aerospace.com \
    --cc=u-boot@lists.denx.de \
    /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