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 1ACC2238171; Wed, 4 Feb 2026 16:14:15 +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=1770221656; cv=none; b=hNWn5moBdVF0I4R99vJEFMaPbHO9QNEgR24uLpLr1sP3Jx+OYZWj2TMGzgqqMefpBcyN/S7kddxJHaiAWWU8cLVe/3Vy9s9uWgKLEUOhccwT7z6asbtp5Xf9SsYkNaBoRNcTbmDAdqop7hhu8xKdLIzxpN2JxEwIxHTeWnbc40s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770221656; c=relaxed/simple; bh=2mxuE/OB002UVRZBKUVN4eexkKYad3kitTUkKrjPIYk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=NLa9HiwsU6IDfRW4v852k2XquUFmis89GnSJIwEGRXcTWKSC8aODDliALjsM3JvIKlD2mvElRunkTWCAR4f1EyY9HEziSwT5Hpk1uXPVnZ09S3RL1gD4tK1NxXRz0R2JeRx6XAuYisCr1ESGT2tZArs68JlnruYnQ8ZMxoNSBp0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hipCrzHJ; 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="hipCrzHJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBDE7C19425; Wed, 4 Feb 2026 16:14:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770221655; bh=2mxuE/OB002UVRZBKUVN4eexkKYad3kitTUkKrjPIYk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hipCrzHJz6wAiDYvjelMn+Vn7JDxQhdSGL4a9i8++xUJ85zeKPxXijpHozxComS2y EeIVZOC/0NXPWq+IjJHUqvu/lsmUi7Y6TqBdTfHoEcY/9HOdCm+Hs9Y8pFXq8rlw6l XstiQxeYYq0m16XPerFGRJj3QbQNgs7MTe8ZjNX9PW0XaCHElpZpJEi8L15ll95KLy 5FPgk6b6o1Evr8Z6H3JlQRPZwWoKx3lPeTFAYvmlaGZZn5Xf82UWoa5BW1ShIEPKhP uNjNcG30MlTcr1oU1syicoQb5VZkp+uyXbCu0QKQ6/errAzO5Pc3U6L8njuLsOSRW8 YbrZwVSPRIfhQ== Date: Wed, 4 Feb 2026 08:14:13 -0800 From: Jakub Kicinski To: Maxime Chevallier Cc: davem@davemloft.net, Andrew Lunn , Eric Dumazet , Paolo Abeni , Russell King , Heiner Kallweit , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Christophe Leroy , Herve Codina , Florian Fainelli , Vladimir Oltean , =?UTF-8?B?S8O2cnk=?= Maincent , Marek =?UTF-8?B?QmVow7pu?= , Oleksij Rempel , =?UTF-8?B?Tmljb2zDsg==?= Veronese , Simon Horman , mwojtas@chromium.org, Romain Gantois , Daniel Golle , Dimitri Fedrau Subject: Re: [PATCH net-next v4 12/13] netlink: specs: Add ethernet port listing with ethtool Message-ID: <20260204081413.7bab62ab@kernel.org> In-Reply-To: <20260203172839.548524-13-maxime.chevallier@bootlin.com> References: <20260203172839.548524-1-maxime.chevallier@bootlin.com> <20260203172839.548524-13-maxime.chevallier@bootlin.com> 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 Tue, 3 Feb 2026 18:28:36 +0100 Maxime Chevallier wrote: > +Request contents: > + > +==================================== ====== ================================= > + ``ETHTOOL_A_PORT_HEADER`` nested request header > + ``ETHTOOL_A_PORT_ID`` u32 port id > + ==================================== ====== =============================== No idea what happened but suddenly last doc build run started noticing that this table is malformed. Even tho the patches have been present in previous builds already and there was no error. Very odd. But the table does look wonky.. Documentation/networking/ethtool-netlink.rst:2538: ERROR: Malformed table. Bottom/header table border does not match top border. ==================================== ====== ================================= ``ETHTOOL_A_PORT_HEADER`` nested request header ``ETHTOOL_A_PORT_ID`` u32 port id ==================================== ====== =============================== -- pw-bot: cr