Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3960486imm; Mon, 6 Aug 2018 13:52:50 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeG612E2jpXyUCTRA6rDWBpJuzlmJtFsLt0+Kh4jgGaAWOM3WDTebvAAiNxn3BlhIg0um7K X-Received: by 2002:a63:920c:: with SMTP id o12-v6mr15947648pgd.141.1533588770594; Mon, 06 Aug 2018 13:52:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533588770; cv=none; d=google.com; s=arc-20160816; b=QdKSxkuZ4rALKosr3B8g0xaEgXyeqluOLSKOIkUw84UO73CBFVcsXXtixUFVE4S2Zq 457fjiLmYiWG+8Q6+/1G0R12jEALdQt+AfkCRePYnA2Urk0sV9zSTovsYdJcKdEUL6JL RZ2xF2iqmBRW3aIZVsq0E9VkyLOEkXBGEla/dlQZnOcMPjdMidUQoU2i3xCuo1KOPmja zTUhAdMGW3xlvD3KNtBloBRvm+4YW2ABbRfE+x4RxhcKTE2W1apLlIe6qDhzzl8BiWyr MaIxb0nOa6MT4DUn4bxTkdziPMMMCYCKY4XR9ua7xde4ZOa5PtqVxDo0YEQIBsyRHLze YMsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=/yqRiGW/l3yP07xNivRREObXnK0o1nYOh2usLPtdZ8Q=; b=b/Cy7s0goOd564B7YAcNNW66aXALtyvVH1t2zU3qUxRzVdNc7D/AVXPTBhmV9D9RcS 0pQ4GoTPpKoD+0nf+Cu/hxRdckjQ3FSYklV93dxCw3fFkrYdo23XqJWdBYHKK0SQ0mKB t2l+vuLDn7NgnKUKKiKJX+u3NZ0/x9jmiBlAvWIa4dhiIspjuV9e/nEmij3vxUr8xUXb am/gA0rK+ooR2smYtpNbGAIvMRiG2h+iEeTeiJy8mfrkQK8O8sBnx/hiJgPV8w7xodW/ oSSfB+Qh25k4PVpVxSjNMCkQz3byivEhPVYLA+FaTP68ndgo0gH5Wny60hCGiH0NzFhK wamg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o18-v6si12909032pgg.250.2018.08.06.13.52.35; Mon, 06 Aug 2018 13:52:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732898AbeHFWwD (ORCPT + 99 others); Mon, 6 Aug 2018 18:52:03 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:57858 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731432AbeHFWwD (ORCPT ); Mon, 6 Aug 2018 18:52:03 -0400 Received: from localhost (71-36-117-41.ptld.qwest.net [71.36.117.41]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 6174C136A4AA3; Mon, 6 Aug 2018 13:41:17 -0700 (PDT) Date: Mon, 06 Aug 2018 13:41:16 -0700 (PDT) Message-Id: <20180806.134116.1016660959593702560.davem@davemloft.net> To: laoar.shao@gmail.com Cc: edumazet@google.com, yanhaishuang@cmss.chinamobile.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] tcp: fix the calculation of sysctl_max_tw_buckets in tcp_sk_init() From: David Miller In-Reply-To: <1533556020-20778-1-git-send-email-laoar.shao@gmail.com> References: <1533556020-20778-1-git-send-email-laoar.shao@gmail.com> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 06 Aug 2018 13:41:17 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yafang Shao Date: Mon, 6 Aug 2018 19:47:00 +0800 > tcp_hashinfo.ehash_mask is always an odd number, which is set in function > alloc_large_system_hash(). See bellow, > if (_hash_mask) > *_hash_mask = (1 << log2qty) - 1; <<< always odd number > > Hence the local variable 'cnt' is a even number, as a result of that it is > no difference to do the incrementation here. > > Maybe the compiler could also optimize it, but this code is a little ugly. > > Fix: fee83d09 ("ipv4: Namespaceify tcp_max_syn_backlog knob") The correct tag is "Fixes: " > @@ -2543,7 +2543,7 @@ static int __net_init tcp_sk_init(struct net *net) > net->ipv4.sysctl_tcp_tw_reuse = 2; > > cnt = tcp_hashinfo.ehash_mask + 1; > - net->ipv4.tcp_death_row.sysctl_max_tw_buckets = (cnt + 1) / 2; > + net->ipv4.tcp_death_row.sysctl_max_tw_buckets = cnt / 2; > net->ipv4.tcp_death_row.hashinfo = &tcp_hashinfo; This is completely harmless, and does no harm. You aren't "fixing" anything.