From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: linux-sctp@vger.kernel.org
Subject: Re: [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes
Date: Wed, 14 May 2008 14:45:17 +0000 [thread overview]
Message-ID: <482AFAFD.1020208@hp.com> (raw)
In-Reply-To: <482A3BB8.3030204@cn.fujitsu.com>
Wei Yongjun wrote:
> Hi Vlad:
>
> This patch set cannot resolve Fast Recovery problem correctly.
>
> Test Procedure:
>
> Endpoint A Endpoint B
> DATA (TSN = 1) ------------->
> DATA (TSN = 2) -- (lost)---->
> DATA (TSN = 3) ---(lost)---->
> DATA (TSN = 4) ------------->
> DATA (TSN = 5) ------------->
> <------------- SACK (CTSN = 1)
> DATA (TSN = 6) ------------->
> <------------- SACK (CTSN = 1, GAP-START = 3, GAP-ENT = 3)
> <------------ SACK (CTSN = 1, GAP-START = 3, GAP-ENT = 4)
> <------------ SACK (CTSN = 1, GAP-START = 3, GAP-ENT =
> 5) DATA (TSN = 2) -(fast rtx)-->
> <------------- SACK (CTSN = 2, GAP-START = 2, GAP-ENT = 4)
> DATA (TSN = 3) -(can not do fast rtx)--
>
> I am not sure is this a bug of your patch because I used this patchset
> manually. Can you check for this test?
>
Hi Wei
Yes, I forgot to remove the call to sctp_list_dequeue() in sctp_outq_flush_rtx().
That's what was causing this error.
There was only one other small bug in the patch that I found with this scenario. These
all stem from me attempting to break on 1 big patch into 3 smaller ones.
Anyway, I'll repost.
Thanks
-vlad
prev parent reply other threads:[~2008-05-14 14:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-14 1:09 [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes Wei Yongjun
2008-05-14 14:45 ` Vlad Yasevich [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=482AFAFD.1020208@hp.com \
--to=vladislav.yasevich@hp.com \
--cc=linux-sctp@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.