On Wed, Nov 28, 2007 at 06:52:51PM +0200, Ilpo Järvinen wrote:
> On Wed, 28 Nov 2007, Ilpo Järvinen wrote:
> 
> > @@ -1575,7 +1575,7 @@ tcp_sacktag_write_queue(struct sock *sk, struct 
> > sk_buff *ack_skb, u32 prior_snd_
> >                     continue;
> >             }
> >
> > -           if (!before(start_seq, tcp_highest_sack_seq(tp))) {
> > +           if (tp->sacked_out && after(start_seq, 
> > tcp_highest_sack_seq(tp))) {
> 
> In this v2, of this patch I'll put !before back here instead, change
> to after is unnecessary here, checking that a sacked skb exists is
> enough to avoid skipping in the problematic head case.

Thanks Ilpo, patch applied to net-2.6.25.

BTW, how's the RB-tree stuff coming along? David wanted it to be in as
early as possible so that it gets the maximum amount of testing before
the next merge window.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to