Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp638187pxv; Thu, 15 Jul 2021 12:09:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxu4F1oAp2EWNNQlqxoGHfm1hpovcGVZiOVdWb9RHf5aku7L89DFna2s0b44z5g+ifABQLj X-Received: by 2002:a05:6402:214:: with SMTP id t20mr9409500edv.20.1626376165489; Thu, 15 Jul 2021 12:09:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626376165; cv=none; d=google.com; s=arc-20160816; b=UKvld4nuzO0u93i5fDlAifHUnjAdeT1t2cOHKEXrVmjlrpp3ngBYFg+a1IUHjfiJO4 OtLmB+UDwBlFbZZdD12Q4on0pCHzrXfQrMhhzLVtvsQQgznbD3SoKT4JQaGnC+BGmK6H 1tRON0eBn7LE8z8JUlkS18WwbziWFmj/DAebe8OIEnzWmyStNhe/Gl8GotvBJ7HbSxjh gALNGMlPOjsqVf2jc5JjKeFr7euJAJuwF8JXmLMedvz1qBPx4WgagAmHMstP8k3cjEfA WiozAt5fumwC3lAkcn12DTwnXfT9Di8mIaeHMKvj2uibxC0AB9VsAdfF+693RfblZXSy BtJQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=TgkUWirmGFx+K9SP5jLx7SwJEqxqElZ2eYVujt6blzY=; b=dkdMmvMnS2xF2YuS/QRERqsJ3eSFAmN4s2mZY5xiu7t55vUM51KBQn5rvxazvzgttt NF0fOaGnmR3SznIx0gQjsheA8odhmiO04tZ3ZjwCQizxAZ17rO5n4UCxWnSZrYB3mXkg 2HKbvZDeUI+tlerJcsksCmV37BeJJdXR6st8+vWgXLlkop2hr/cWilxdmAKi67t4Sgp1 U2qlf7AsvNIu20IoLS2dqVvLhYLAhYu4R+YWr/9SzgGA24890X9r6c3zc1Co/RB9xQua 0dxIWGi6K9CAusfaz630FYK066UaYBcDtsOS0VX8WqG3gVgNwogN4Guy6MGYKfv8+ExS mgOw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=LKQjBy5N; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a20si9105530edm.350.2021.07.15.12.09.02; Thu, 15 Jul 2021 12:09:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=LKQjBy5N; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243536AbhGOTJy (ORCPT + 99 others); Thu, 15 Jul 2021 15:09:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:35572 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241827AbhGOS7Z (ORCPT ); Thu, 15 Jul 2021 14:59:25 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 592BE613D1; Thu, 15 Jul 2021 18:56:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626375363; bh=aP/EM1b9qK2BBJm0OU5caXqsX2vV20/HThE6Niuaryw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LKQjBy5NtdU23EEShnCm96gKf05ho6twNwkjku0qtp9KrqRjZfO/C5LoQbntvynOz tn/CYkOgWE0WYxS8/KZerHLDeOMke/XQQ1fQYvJaMaS5E8jXuvv1zRFsXG83nYplfa VJ7FfZmB/j35aHdDlYGXF+W/rtJ78O2Y0jYrruq4= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, mingkun bian , Yuchung Cheng , Neal Cardwell , Eric Dumazet , "David S. Miller" , Sasha Levin Subject: [PATCH 5.12 054/242] net: tcp better handling of reordering then loss cases Date: Thu, 15 Jul 2021 20:36:56 +0200 Message-Id: <20210715182601.851501415@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210715182551.731989182@linuxfoundation.org> References: <20210715182551.731989182@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yuchung Cheng [ Upstream commit a29cb6914681a55667436a9eb7a42e28da8cf387 ] This patch aims to improve the situation when reordering and loss are ocurring in the same flight of packets. Previously the reordering would first induce a spurious recovery, then the subsequent ACK may undo the cwnd (based on the timestamps e.g.). However the current loss recovery does not proceed to invoke RACK to install a reordering timer. If some packets are also lost, this may lead to a long RTO-based recovery. An example is https://groups.google.com/g/bbr-dev/c/OFHADvJbTEI The solution is to after reverting the recovery, always invoke RACK to either mount the RACK timer to fast retransmit after the reordering window, or restarts the recovery if new loss is identified. Hence it is possible the sender may go from Recovery to Disorder/Open to Recovery again in one ACK. Reported-by: mingkun bian Signed-off-by: Yuchung Cheng Signed-off-by: Neal Cardwell Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- net/ipv4/tcp_input.c | 45 +++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 69a545db80d2..e567fff1d1a6 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c @@ -2816,8 +2816,17 @@ static void tcp_process_loss(struct sock *sk, int flag, int num_dupack, *rexmit = REXMIT_LOST; } +static bool tcp_force_fast_retransmit(struct sock *sk) +{ + struct tcp_sock *tp = tcp_sk(sk); + + return after(tcp_highest_sack_seq(tp), + tp->snd_una + tp->reordering * tp->mss_cache); +} + /* Undo during fast recovery after partial ACK. */ -static bool tcp_try_undo_partial(struct sock *sk, u32 prior_snd_una) +static bool tcp_try_undo_partial(struct sock *sk, u32 prior_snd_una, + bool *do_lost) { struct tcp_sock *tp = tcp_sk(sk); @@ -2842,7 +2851,9 @@ static bool tcp_try_undo_partial(struct sock *sk, u32 prior_snd_una) tcp_undo_cwnd_reduction(sk, true); NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPPARTIALUNDO); tcp_try_keep_open(sk); - return true; + } else { + /* Partial ACK arrived. Force fast retransmit. */ + *do_lost = tcp_force_fast_retransmit(sk); } return false; } @@ -2866,14 +2877,6 @@ static void tcp_identify_packet_loss(struct sock *sk, int *ack_flag) } } -static bool tcp_force_fast_retransmit(struct sock *sk) -{ - struct tcp_sock *tp = tcp_sk(sk); - - return after(tcp_highest_sack_seq(tp), - tp->snd_una + tp->reordering * tp->mss_cache); -} - /* Process an event, which can update packets-in-flight not trivially. * Main goal of this function is to calculate new estimate for left_out, * taking into account both packets sitting in receiver's buffer and @@ -2943,17 +2946,21 @@ static void tcp_fastretrans_alert(struct sock *sk, const u32 prior_snd_una, if (!(flag & FLAG_SND_UNA_ADVANCED)) { if (tcp_is_reno(tp)) tcp_add_reno_sack(sk, num_dupack, ece_ack); - } else { - if (tcp_try_undo_partial(sk, prior_snd_una)) - return; - /* Partial ACK arrived. Force fast retransmit. */ - do_lost = tcp_force_fast_retransmit(sk); - } - if (tcp_try_undo_dsack(sk)) { - tcp_try_keep_open(sk); + } else if (tcp_try_undo_partial(sk, prior_snd_una, &do_lost)) return; - } + + if (tcp_try_undo_dsack(sk)) + tcp_try_keep_open(sk); + tcp_identify_packet_loss(sk, ack_flag); + if (icsk->icsk_ca_state != TCP_CA_Recovery) { + if (!tcp_time_to_recover(sk, flag)) + return; + /* Undo reverts the recovery state. If loss is evident, + * starts a new recovery (e.g. reordering then loss); + */ + tcp_enter_recovery(sk, ece_ack); + } break; case TCP_CA_Loss: tcp_process_loss(sk, flag, num_dupack, rexmit); -- 2.30.2