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 6849017E8; Sun, 19 Nov 2023 00:01:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="S4Yar2rv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2D6AC433C8; Sun, 19 Nov 2023 00:01:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700352093; bh=UswlqZPwAXhTVxY1YgDFPc5Vs0O4sCxJ8Ap4WTkwVQQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=S4Yar2rvVJuDvkoohWoSJKHh/LK0FgcdewDPwXy0WE4R9Q6vN4qfhvuiPPNQIDpGo B23Kimu4pjHY3pADAmNV9MWxa3blPGP4XbdsU+tVfrdx+LfvA97GsCVN4uOZ/sDaFo waSxbqenZaRyqQPibezzgg957pTDQHSYn89yfhbJ7u2DjYASsPjttl/wG14oBWpq9R Jvo1LnlPt0mONssTAOfZT4HrL0XSZ7b4SmbEc4tXtQCImrsvADfQ+w9EqKqxgYl/Z2 e+nEnwM8hpQR74QvBjOqMOhsOmjzhj+RLR0yN9IXW5V++4CpiZkGDf+i5Xht1ODn3e Gdilz/nSnwOQQ== Date: Sat, 18 Nov 2023 16:01:31 -0800 From: Jakub Kicinski To: Kory Maincent Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Jonathan Corbet , Luis Chamberlain , Russ Weight , Greg Kroah-Hartman , "Rafael J. Wysocki" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH net-next 6/9] netlink: specs: Expand the pse netlink command with PoE interface Message-ID: <20231118160131.207b7e57@kernel.org> In-Reply-To: <20231116-feature_poe-v1-6-be48044bf249@bootlin.com> References: <20231116-feature_poe-v1-0-be48044bf249@bootlin.com> <20231116-feature_poe-v1-6-be48044bf249@bootlin.com> Precedence: bulk X-Mailing-List: devicetree@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, 16 Nov 2023 15:01:38 +0100 Kory Maincent wrote: > + name: pse-admin-state > + type: u32 > + name-prefix: ethtool-a- > + - > + name: pse-admin-control > + type: u32 > + name-prefix: ethtool-a- > + - > + name: pse-pw-d-status > + type: u32 > + name-prefix: ethtool-a- The default prefix is ethtool-a-pse- Why don't you leave that be and drop the pse- from the names?