* Re: [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes
@ 2008-05-14 1:09 Wei Yongjun
2008-05-14 14:45 ` Vlad Yasevich
0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2008-05-14 1:09 UTC (permalink / raw)
To: linux-sctp
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?
Wei Yongjun
Vlad Yasevich wrote:
> This is an update to the Fast retransmit changes.
>
> This fixes a small bug introduced by a prior series where the fast_rtx
> hint in the outq structure was never cleared.
>
> All prior comments still stand.
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes
2008-05-14 1:09 [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes Wei Yongjun
@ 2008-05-14 14:45 ` Vlad Yasevich
0 siblings, 0 replies; 2+ messages in thread
From: Vlad Yasevich @ 2008-05-14 14:45 UTC (permalink / raw)
To: linux-sctp
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-14 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 1:09 [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes Wei Yongjun
2008-05-14 14:45 ` Vlad Yasevich
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.