From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH v3] ipvs: increase ip_vs_conn_tab_bits range for 64BIT Date: Thu, 29 Jun 2023 08:02:57 +0200 Message-ID: References: <20230412-increase_ipvs_conn_tab_bits-v3-1-c813278f2d24@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688018582; bh=G24fdbOdZ9zYtuR77dVY7vxrBIW9W/DMsi0DVZlDZgQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aB9wsD6Hiii22sfnxl4c9qC5Rr9klWdr7anCym4tpT1oCwKGE+161Gvhuf/jQndTw C4i22uF5V61TjR6bjmLP/vjblu2nHnndOT5+vU66ASqXG69m8gvhdMBXTI6ZEJItks +KTlHIUMGEQsxPSsUvHQ2bU38akigILGzkzmZrM7Hwu0L9WfJti9n3sJqzttI6h91t p4okEMgyHdZSyMqDw2fLdqqYa8L3Rzct31aW0UULM/yPqReawGxmg2Ydm2bm5K8zWd B3OR/wMat5/K3fgZ8GM2TpWF0FHSRgeM5a6CoOO73BHnVnU311NVfwvdJVs5hEueNf Pgg4uBM/5YeoQ== Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="windows-1252" To: Abhijeet Rastogi Cc: Pablo Neira Ayuso , Simon Horman , Julian Anastasov , Jozsef Kadlecsik , Florian Westphal , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, linux-kernel@vger.kernel.org On Wed, Jun 28, 2023 at 02:54:59PM -0700, Abhijeet Rastogi wrote: > Hi Pablo, >=20 > Thanks for applying to nf-next. >=20 > Sorry for a noob question, I see that the commit is here now: > https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git/com= mit/?id=3D04292c695f82b6cf0d25dd5ae494f16ddbb621f6 >=20 > How long before it's merged on github.com/torvalds/linux/? Hi Abhijeet, Please don't top-post on Kernel mailing lists. I believe that your patch propagated into Linux's tree (github.com/torvalds/linux/) within the last 24h. And should be included in v6.5-rc1 and from there v6.5. I would expect v6.5-rc1 to be released in approximately 10 days. And v6.5 to be released in approximately 9 weeks. > On Thu, Jun 1, 2023 at 12:17=E2=80=AFPM Pablo Neira Ayuso > wrote: >=20 > > On Tue, May 16, 2023 at 08:08:49PM -0700, Abhijeet Rastogi wrote: > > > Current range [8, 20] is set purely due to historical reasons > > > because at the time, ~1M (2^20) was considered sufficient. > > > With this change, 27 is the upper limit for 64-bit, 20 otherwise. > > > > > > Previous change regarding this limit is here. > > > > > > Link: > > https://lore.kernel.org/all/86eabeb9dd62aebf1e2533926fdd13fed48bab1f.16= 31289960.git.aclaudi@redhat.com/T/#u > > > > Applied to nf-next, thanks > > >=20 >=20 > --=20 > Cheers, > Abhijeet (https://abhi.host)