From: Willy Tarreau <willy@w.ods.org>
To: Conio sandiago <coniodiago@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Urgent work ! please help
Date: Wed, 7 Dec 2005 22:35:47 +0100 [thread overview]
Message-ID: <20051207213547.GA15993@alpha.home.local> (raw)
In-Reply-To: <993d182d0512070225kbc4d926w5ab4255e4cdaea75@mail.gmail.com>
On Wed, Dec 07, 2005 at 03:55:32PM +0530, Conio sandiago wrote:
> Hi all
> i am conio,
> i am facing some problems.
> I have a embedded monta vista linux kernel running on arm processor,
> the linux kernel version is 2.6.x
First rule if you're looking for some help : be precise. 2.6.x is not
a kernel version, and ARM is more a family than a processor.
> I have developed a ethernet driver for the same.
>From your report below, I think that you now need to add some debug
code to your driver. It seems reasonable that a new development is
buggy at first, and a broken ethernet driver can easily lead to
corrupted data.
> But now i am facing a strange problems-
>
> 1) If i do a ftp for a very big file from one board to another pc
> using a switching hub then
what size ? what speed ? half/full duplex ? what transfer speed do
you observe before the problem ?
> At an early stage ftp-data is normally sent to LinuxPC. Then suddenly
> the embedded linux asks the IP address of LinuxPC with using ARP.
it may simply mean that it has lost access to the other one and that
the ARP cache has expired.
> After this point it start taking a lot of time to transfer data with
> ftp command.
>
> The packet analysis shows there are errors ,"TCP CHECKSUM INCORRECT".
before asking, have you tried :
- change your switch and connect with a cross-over cable
- sending icmp, udp
- transfer in each direction separately to check whether it happens
on transmit / receive / both
- reduce MTU on one, then the other, then both ends
- ping during the transfer
?
> Please help
> if somebody has some idea
> whether it can be a hardware / software bug???
with so few information, it's hard to say. At most, we can deduce that
you encountered a problem the first time you tried your fresh new driver.
> Regards
> conio
Regards,
Willy
next prev parent reply other threads:[~2005-12-07 21:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-07 10:25 Conio sandiago
2005-12-07 10:36 ` Bernd Petrovitsch
2005-12-07 21:35 ` Willy Tarreau [this message]
2005-12-09 5:52 ` Conio sandiago
2005-12-09 6:36 ` Willy Tarreau
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=20051207213547.GA15993@alpha.home.local \
--to=willy@w.ods.org \
--cc=coniodiago@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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
Powered by JetHome