[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220825184728.GA2116@pengutronix.de>
Date: Thu, 25 Aug 2022 20:47:28 +0200
From: Oleksij Rempel <o.rempel@...gutronix.de>
To: Jakub Kicinski <kuba@...nel.org>
Cc: kernel@...gutronix.de, Andrew Lunn <andrew@...n.ch>,
Robert Marko <robert.marko@...tura.hr>,
Luka Perkov <luka.perkov@...tura.hr>,
kernel test robot <lkp@...el.com>,
Jonathan Corbet <corbet@....net>, netdev@...r.kernel.org,
linux-doc@...r.kernel.org, Russell King <linux@...linux.org.uk>,
linux-kernel@...r.kernel.org, Eric Dumazet <edumazet@...gle.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
David Jander <david@...tonic.nl>,
Paolo Abeni <pabeni@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
devicetree@...r.kernel.org, Heiner Kallweit <hkallweit1@...il.com>
Subject: Re: [PATCH net-next v2 6/7] ethtool: add interface to interact with
Ethernet Power Equipment
On Thu, Aug 25, 2022 at 11:10:19AM -0700, Jakub Kicinski wrote:
> On Thu, 25 Aug 2022 15:02:10 +0200 Oleksij Rempel wrote:
> > +enum ethtool_podl_pse_admin_state {
> > + ETHTOOL_PODL_PSE_ADMIN_STATE_UNKNOWN = 1,
>
> Why define UNKNOWN.. as 1? No real objection here, just in my head
> somehow UNKNOWN = 0 or just start from 1.
I need to keep difference between not supported functionality and
supported but unknown.
> > + ETHTOOL_PODL_PSE_ADMIN_STATE_DISABLED,
> > + ETHTOOL_PODL_PSE_ADMIN_STATE_ENABLED,
> > +
> > + /* add new constants above here */
> > + ETHTOOL_PODL_PSE_ADMIN_STATE_COUNT
>
> Why define count for a value enum like this? For attrs we define it
> because it's used to size tables, don't think anyone will size tables
> based on states.
ok, i'll remove it.
> There's a bunch of kdoc warnings in the patches as well.
ok.
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
Powered by blists - more mailing lists