Re: [PATCH 2/9] [TCP] FRTO: remove unnecessary fackets/sacked_out recounting
From: David Miller <davem@davemloft.net>
Date: 2007-05-31 08:40:06
From: David Miller <davem@davemloft.net>
Date: 2007-05-31 08:40:06
From: "Ilpo_Järvinen" <redacted> Date: Sat, 26 May 2007 11:35:55 +0300
From: =?ISO-8859-1?q?Ilpo_J=E4rvinen?= <redacted> F-RTO does not touch SACKED_ACKED bits at all, so there is no need to recount them in tcp_enter_frto_loss. After removal of the else branch, nested ifs can be combined. This must also reset sacked_out when SACK is not in use as TCP could have received some duplicate ACKs prior RTO. To achieve that in a sane manner, tcp_reset_reno_sack was re-placed by the previous patch. Signed-off-by: Ilpo Järvinen <redacted>
Looks good, applied.