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: Fri, 9 Dec 2005 07:36:08 +0100 [thread overview]
Message-ID: <20051209063608.GD15993@alpha.home.local> (raw)
In-Reply-To: <993d182d0512082152xd76065aydfc7548e9f51ed94@mail.gmail.com>
On Fri, Dec 09, 2005 at 11:22:47AM +0530, Conio sandiago wrote:
> Hello Willy,
> Thanks a lot for reply.
> i have done some more investigation and now i have the following observation:-
>
>
> 1) When i analyse the packets using ethereal,
> i saw some duplicate Acks from the reciever, after which
> transmitter does fast -re transmission,
> In this transmission i saw some TCP checksum incorrect messages.
>
>
>
> 2) Now if i disbale the DCACHE in the system , And then do the ftp,
> everything works well.
>
>
>
> No my doubt is
>
> a) When does a transmitte do Fast Retransmission,?
when there is a high packet loss rate
> b) if i disbale the cache then system performance goes very slow,
> thats why everything goes well,
so probably you have a timeing problem in your driver. Maybe you
has to wait milliseconds somewhere and you wait microseconds instead,
or something like this.
> c) what is the case of collsion in the ethernet driver??
I don't understand your question. It's not the driver which makes
ethernet collisions. Collisions happen when several ethernet
transmitters send simultaneously on the same bus (hub).
> Please help
> Thanks in advance
> conio
Willy
prev parent reply other threads:[~2005-12-09 6:36 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
2005-12-09 5:52 ` Conio sandiago
2005-12-09 6:36 ` Willy Tarreau [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=20051209063608.GD15993@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