From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0B5E54071EC for ; Mon, 8 Jun 2026 12:11:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780920697; cv=none; b=Q+8Dpg9HZ7N/VouOptiBOkrvMxbGJWHpki81G+L5ab9fhjLdnjH4YmZuSs9DrBYoCTd2wafETsSQ4mQNPVgTDqYfCnPtYVZ/TtOn/L1RSdk9BpZjeSjPBvMQsGB0FoNBb1R+BEkggg8Tc6ZEpwoy+C5BdCXp50oPQSXP6HP9Ik0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780920697; c=relaxed/simple; bh=X2oPBa0tJdZD45RtrzjksZtFfaD404Cxrg3Bai+IPnI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rJxYK8E3eha6c3EM4BDSpIErsb7UCnUqO2p4X/jo0diqcJyS6aqGlZaE9enY8onV2P2aDlF/8j5UdzjVBkIh4EbM2LxgRLkI9Cd2xzQsrtf+NqC7ulhXh2EeuEJUehA8G4hk9i8jsnyUBubSYKFvWwpjTg/II7F8Ex8W400KJU0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 6905060337; Mon, 08 Jun 2026 14:11:28 +0200 (CEST) Date: Mon, 8 Jun 2026 14:11:28 +0200 From: Florian Westphal To: Eric Dumazet Cc: xietangxin , Pablo Neira Ayuso , "David S . Miller" , Jakub Kicinski , Paolo Abeni , Simon Horman , Neal Cardwell , Kuniyuki Iwashima , Willy Tarreau , netdev@vger.kernel.org, eric.dumazet@gmail.com, Zhouyan Deng Subject: Re: [PATCH net] tcp: secure_seq: add back ports to TS offset Message-ID: References: <20260302205527.1982836-1-edumazet@google.com> <99caeafd-edf5-44a4-8742-4eada5d0f5d1@yeah.net> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Eric Dumazet wrote: > > Is this performance degradation an expected side-effect of the security fix, > > or is there any sysctl param we should tune when `--random-fully` is > > required for high-concurrency short connections? > > Hi Tangxin > > I do not know why that patch would affect MASQUERADE performance. > > Pablo, Florian, do you have an idea? tcpdump would help. Willy could be right, tcpdump would confirm increase in retries.