[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180902.161316.1787939948176707232.davem@davemloft.net>
Date: Sun, 02 Sep 2018 16:13:16 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: laoar.shao@...il.com
Cc: edumazet@...gle.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] tcp: remove useless add operation when init
sysctl_max_tw_buckets
From: Yafang Shao <laoar.shao@...il.com>
Date: Sat, 1 Sep 2018 20:21:05 +0800
> cp_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.
>
> Signed-off-by: Yafang Shao <laoar.shao@...il.com>
Applied.
Powered by blists - more mailing lists