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 00A3A13AD05; Thu, 22 Jan 2026 03:17:04 +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=1769051825; cv=none; b=MGwsaoA5i+fsIrp5gZPx9lpppVLLpqS+xjmwv0/X+cX81V7GAczjyxFDM5LKJN37lIfh5BrO2s5rbrXGr6lltkYeBxSdUmRr71mdjEfG3oZDg5tDGcJQZhICg7pF0vYo+difPGefSHKi5ZJrLyu4wepyf+0/6HyEUCroGvKO7YE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769051825; c=relaxed/simple; bh=SWPVOU1qh+cVkn6DzqhtvPHonOwPBpCoTSwIVjoqKDM=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=lGvHwOMMys05pS8xBGlmsggk5BNYg0gk2TRsFoTWjdwueCaIX2JX3zOSzYJnAmhft7XDor//IhBnjcyGktMtHioUlvGfYhQiPtI+zE9sGN6hDa18BcZh8NVvNeWYQtoeVr1BMhFREgAlisv5E1f0W+m7kaMvzrhsDnogIyxj4/4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=vNwxF89h; 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="vNwxF89h" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27285C116C6; Thu, 22 Jan 2026 03:17:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769051823; bh=SWPVOU1qh+cVkn6DzqhtvPHonOwPBpCoTSwIVjoqKDM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=vNwxF89huX2VYYhT5LLTpIb0TMbgSxOSPNeDFUPEtlAtiN28EvJs61kugfJmyB2DF +XhvG3HU1NmDOjJw2mM8E+svlRK/ENjhAZvWbxKqRtGGA225Zi+Ah86fq4VaAQduxY Eqs9QE0LnMnhGfqBhLxl/TqtY6y7mmNSplhI49zxU7fl1liCJs6RWl3YEGRJc6ixea /UD/iS+Fe7BzDZWmhCfAsslSDL9z8C8ai7rWnBVZlMHpvGkLuj2iNtqJRzcAi3Km/J sQql5rU+M3AxZW8SnBDYLRZutJURjwWuRTk/vN7yPCmXKq66uJ0GKPJ9CcND/kqwRh F2/cpDXUZP7WQ== Date: Wed, 21 Jan 2026 19:17:01 -0800 From: Jakub Kicinski To: Oleksij Rempel Cc: Andrew Lunn , Heiner Kallweit , "David S. Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Florian Fainelli , Maxime Chevallier , Kory Maincent , Lukasz Majewski , Jonathan Corbet , Donald Hunter , Vadim Fedorenko , Jiri Pirko , Vladimir Oltean , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Russell King , Divya.Koppera@microchip.com, Sabrina Dubroca , Stanislav Fomichev Subject: Re: [PATCH net-next v9 1/1] Documentation: net: add flow control guide and document ethtool API Message-ID: <20260121191701.25725ed5@kernel.org> In-Reply-To: <20260115140712.2866991-1-o.rempel@pengutronix.de> References: <20260115140712.2866991-1-o.rempel@pengutronix.de> Precedence: bulk X-Mailing-List: linux-kernel@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 Thu, 15 Jan 2026 15:07:11 +0100 Oleksij Rempel wrote: > changes v9: > - Rewrote "Kernel Policy" section in Documentation/networking/flow_control.rst > to explicitly distinguish between "Administrative State" (User Intent) and > "Operational State". > - Added definitions for "Resolution Mode" and "Forced Mode", and > disambiguated Pause Autonegotiation from Generic Link Autonegotiation. > - Updated include/linux/ethtool.h kernel-doc to define @autoneg as a > selector for Resolution vs. Forced mode. > - Added "Constraint Checking" section to UAPI documentation: clarified that > drivers should generally accept pause autoneg preferences even if link > autoneg is currently disabled, while acknowledging strict hardware > limitations. > - Added recommendation for new drivers to use > phylink_ethtool_{get,set}_pauseparam(). AFAICT the new recommendation still contradicts kdoc of struct ethtool_pauseparam? If there's consensus that the new recommendation is better please remove the old one. -- pw-bot: cr