Re: [PATCH net-next v4 5/7] ethtool: add interface to interact with Ethernet Power Equipment

From: Jakub Kicinski
Date: Tue Aug 30 2022 - 18:47:20 EST


On Sun, 28 Aug 2022 08:30:19 +0200 Oleksij Rempel wrote:
> + ``ETHTOOL_A_PODL_PSE_ADMIN_STATE`` u8 Operational state of the PoDL
> + PSE functions
> + ``ETHTOOL_A_PODL_PSE_PW_D_STATUS`` u8 power detection status of the
> + PoDL PSE.

If you don't mind a nit pick - u32 on these, netlink rounds up
attribute size to 4B, there's no difference in size for the two
so no point limiting ourselves.