From: jean-pascal billaud <billaud@vmware.com>
To: netdev@vger.kernel.org
Subject: delayed ack timer, slow start and LRO
Date: Tue, 22 Jul 2008 15:05:26 -0700 [thread overview]
Message-ID: <488659A6.5030703@vmware.com> (raw)
Hi,
I have a question related to the interaction between the delayed ack
timer, slow start and LRO.
If the sender is doing a slow start, it is going to send one packet. The
receiver's delayed ack timer is going to
kick in and when it expires it will send a ack.
Then the sender is going to send 2 packets now. LRO will aggregates them
and the receiver's delayed ack timer is going
to kick in, hoping another packet will arrives which is not going to be
the case. When the timer expires it is going to
send a ack.
The sender is now going to send 4 packets. LRO will aggregate them and
the receiver's delayed ack timer is going to
kick in, hoping another packet will arrives which is not going to be the
case. When the timer expires it is going to
send a ack.
The sender is now going to send ... So I am under the impression that
due to the fact that LRO is aggregating packets,
the delayed ack timer will kick in every single time.
So how is this fixed in linux ? I believe that ABC implementation will
fix this issue even if I am not completely sure
about that ?
Also as LRO adds some latency, it seems possible to me that the sender
retransmission timer will expires before the
delayed ack timer expires. In this case, how is this gonna work ? Is it
possible that the sender will stay stuck in
its slow start trying to retransmit endlessly the same n packets ?
Can anyone help on that ?
thanks,
--jp
next reply other threads:[~2008-07-22 22:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-22 22:05 jean-pascal billaud [this message]
2008-07-23 10:41 ` delayed ack timer, slow start and LRO Hagen Paul Pfeifer
2008-07-23 17:38 ` jean-pascal billaud
2008-07-23 12:01 ` Ilpo Järvinen
2008-07-23 17:58 ` jean-pascal billaud
-- strict thread matches above, loose matches on Subject: below --
2008-07-22 21:58 jean-pascal billaud
2008-07-22 21:44 jean-pascal billaud
2008-07-22 22:11 ` Evgeniy Polyakov
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=488659A6.5030703@vmware.com \
--to=billaud@vmware.com \
--cc=netdev@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;
as well as URLs for NNTP newsgroup(s).