[PATCH 2/4] [TCP]: Fix reord detection due to snd_una covered holes

2007-11-10 Thread Ilpo Järvinen
Fixes subtle bug like the one with fastpath_cnt_hint happening due to the way the GSO and hints interact. Because hints are not reset when just a GSOed skb is partially ACKed, there's no guarantee that the relevant part of the write queue is going to be processed in sacktag at all (skbs below

Re: [PATCH 2/4] [TCP]: Fix reord detection due to snd_una covered holes

2007-11-10 Thread David Miller
From: Ilpo_Järvinen [EMAIL PROTECTED] Date: Sat, 10 Nov 2007 12:56:00 +0200 Fixes subtle bug like the one with fastpath_cnt_hint happening due to the way the GSO and hints interact. Because hints are not reset when just a GSOed skb is partially ACKed, there's no guarantee that the relevant