From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 0043433688A; Thu, 5 Mar 2026 01:46:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772675166; cv=none; b=Jw1xQ9rgaB9ICwRFVRnDhROhpA9CeM+5KGKQv2uTyC8mSa3sk7F3EErBzsky4iE1rQR/pDM6lHiBTQ/uv7VGeSjJMz76xn/ppiD0b3B9O+J8dmA6xlQaEvfAPT2WKgs6R+CI2Mhe6x9v3GboaNQ+pLSEW+ZmQeJpgCDobDkF9Hw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772675166; c=relaxed/simple; bh=jGgua4ZWYKGM0DDprbPTGzqt9oIqL8qOxD6wHpeP3uo=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=fX9dA4EpGb5j+3gzkLf6QvALswvt5JoTSD8ObtRKuFckdjWnfCF2ig5xlWEzeSgpCUQ9Jnb2ZvJEb2rGg1OfNqXaZnZ4SLjR/c9XSqD1gw/BGRXfn3dMUasQxGrNMKlYlB8ILiHuxWnSQqnCz0AjWnappg/HdN5wW0/KvaAkFWA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EJGjVU+c; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EJGjVU+c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1CDFC4CEF7; Thu, 5 Mar 2026 01:46:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772675165; bh=jGgua4ZWYKGM0DDprbPTGzqt9oIqL8qOxD6wHpeP3uo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EJGjVU+cOtI5RyIEXCbqJ828Q1ibQEdgbo9sc/wx47Ilgmm3cw7h6BsReAuH4mLt6 WdrTGh1opCXFFG/hBBg3P7o/pBianXFBVYB6rXNZ603xLTqgN45v9PvzxQ2DSlFJRJ iiCv0LoeHNqW7M7hjQJSdjSMIyLFuyeE36PodbiZKQdPAU1Jl3VauGCEn3dyb5drJ7 r+OuyzUD09bkTSkj7R7zELmo9TCl/KJ6xtQF7brvz+PYamRLVR8PVSuEwUIvrWtqH3 QqQ4vDCTkH4Z9iqVW+T1IRqrh2oYHiGRmcKnDbNNCsz8vnCLCOR8Ymv1Acub0hZiH2 ZfeaAUIGbaa5Q== Date: Wed, 4 Mar 2026 17:46:03 -0800 From: Jakub Kicinski To: Fernando Fernandez Mancera Cc: Eric Dumazet , netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, chia-yu.chang@nokia-bell-labs.com, idosch@nvidia.com, willemb@google.com, dsahern@kernel.org, kuniyu@google.com, ncardwell@google.com, skhan@linuxfoundation.org, corbet@lwn.net, horms@kernel.org, pabeni@redhat.com, davem@davemloft.net Subject: Re: [PATCH net-next v3] inet: add ip_local_port_step_width sysctl to improve port usage distribution Message-ID: <20260304174603.72553f70@kernel.org> In-Reply-To: References: <20260303172949.4741-1-fmancera@suse.de> 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-Transfer-Encoding: 7bit On Wed, 4 Mar 2026 10:54:16 +0100 Fernando Fernandez Mancera wrote: > > Some guidance would be nice. What values have you tested/tried ? > > As I am working on a patch series with improvements to ip-sysctl.rst > documentation I will handle that there. I'd prefer a respin please.