On Thu, 11 Oct 2007, TAKANO Ryousei wrote:
> From: "Ilpo Järvinen" <[EMAIL PROTECTED]>
> Subject: [RFC PATCH] [TCP]: Fix lost_retrans loop vs fastpath problems
> Date: Tue, 9 Oct 2007 15:20:01 +0300
>
> Thanks Ilpo! I am trying to evaluate this patch.
There'
From: "Ilpo Järvinen" <[EMAIL PROTECTED]>
Subject: [RFC PATCH] [TCP]: Fix lost_retrans loop vs fastpath problems
Date: Tue, 9 Oct 2007 15:20:01 +0300
> Detection implemented with lost_retrans must work also when
> fastpath is taken, yet most of the queue is skipped in
Detection implemented with lost_retrans must work also when
fastpath is taken, yet most of the queue is skipped including
(very likely) those retransmitted skb's we're interested in.
This problem appeared when the hints got added, which removed
a need to always walk over the whole write queue head.