From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56039C2BB41 for ; Tue, 16 Aug 2022 07:04:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231585AbiHPHEN (ORCPT ); Tue, 16 Aug 2022 03:04:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231553AbiHPHDa (ORCPT ); Tue, 16 Aug 2022 03:03:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1C34BFE98 for ; Mon, 15 Aug 2022 19:52:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 91A0D60F76 for ; Tue, 16 Aug 2022 02:52:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3890C433D6; Tue, 16 Aug 2022 02:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660618335; bh=tNxDjR/jE/3l/K2DS1IhzYoV6SmQdG2EdokCmImhd7E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Ke1bGPR6/FieYEqpal1O3aj9D1CUwyckknNqeViQ2wUx6ERqewSI4gm+bWLwg3GlA x4nidJqOd2oMdOsUF+g9Zu9wvRSmI1l23f3SkDgsGvPZcHYiYRKf6R42rOY/fUiwZz xyGiScmEYQqwjc8sIRZOhM82K5DhHyfKunLHWcV7ObziIaSMQdBPbMfcPkFqfKyzm0 N4y1FdHjaqkrBZgoOgiw1oIOZywm8F1r4dyHKoJsVpo+InOMCNtrjygypHQ5hHTn2C 6lQeomPy/WZIch3hpkHjLNHgUKDgaWx26bCplXG8NSOznmaOSw5KK7YoIX2xsisO5S oeVEsHXNF8M2w== Date: Mon, 15 Aug 2022 19:52:13 -0700 From: Jakub Kicinski To: "Iwashima, Kuniyuki" Cc: "stable@vger.kernel.org" , Wei Wang , LemmyHuang , Neal Cardwell , Eric Dumazet Subject: Re: [PATCH stable 5.4] Revert "tcp: change pingpong threshold to 3" Message-ID: <20220815195213.2588dfc2@kernel.org> In-Reply-To: <7C2541FE-1DA9-474A-B887-EF434F8EC53F@amazon.co.jp> References: <7C2541FE-1DA9-474A-B887-EF434F8EC53F@amazon.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, 16 Aug 2022 02:36:13 +0000 Iwashima, Kuniyuki wrote: > > Should we wait for the resolution in the original thread first? > > > > https://lore.kernel.org/all/ca408271-8730-eb2b-f12e-3f66df2e643a@kernel.org/ > > Oh, I missed that thread being active. No worries. It's a strange case but hopefully the test can be fixed and that will be it.