From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] smc911x: problem with if there is ethernet traffic
Date: Mon, 26 Oct 2009 08:18:06 -0400 [thread overview]
Message-ID: <200910260818.07174.vapier@gentoo.org> (raw)
In-Reply-To: <ade1bdc0910260435m40a0f3a3x76a9bdcd97b1bbbe@mail.gmail.com>
On Monday 26 October 2009 07:35:14 Raffaele Recalcati wrote:
> I've customized the commit f67066b6b0740b826ed862615c5ab022aaf4779a
> for my pxa255/smx911x (lan9118) board.
> tftp works nice, also through a switch, but only if I'm not connected
> to the LAN.
you really need to be careful when throwing around general terms like "LAN"
but you're really referring to specific things like "your company's internal
intranet/LAN". as soon as you connect computers together, you have a "LAN".
> If I'm connected to the LAN of my company I have many timeout problems.
which means the board is going to probably see a lot more packets which are
not destined for it, so some slow down is to be expected
> => tftp a2000000 uImage
> smc911x: detected LAN9118 controller
> smc911x: phy initialized .. BSR=0x782D
> smc911x: phy initialized .. PHY special control status=0x1058
> smc911x: MAC 00:03:50:00:a7:c5
> Using smc911x-0 device
> TFTP from server 10.39.10.114; our IP address is 10.39.10.183
> Filename 'uImage'.
> Load address: 0xa2000000
> Loading: #####################################T
> ############################ ##############################T #T
> ################################## ###invalid RARP header
> T ##T ###T ############################################T
#############
> ##################################
the TFTP implementation/protocol isnt perfect -- if one packet is missed
because the hardware is processing unrelated ones, you're going to get a "T".
that just means it was retransmitted.
as for how much noise there actually is and whether there's anything the
driver can do to negate it, that's something you'll have to investigate with
wireshark (or similar network util).
no idea about the RARP header.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20091026/f6965e52/attachment.pgp
next prev parent reply other threads:[~2009-10-26 12:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-26 11:35 [U-Boot] smc911x: problem with if there is ethernet traffic Raffaele Recalcati
2009-10-26 12:18 ` Mike Frysinger [this message]
2009-10-26 15:42 ` Raffaele Recalcati
2009-10-27 0:27 ` Andreas Pretzsch
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=200910260818.07174.vapier@gentoo.org \
--to=vapier@gentoo.org \
--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