Re: [PATCH net-next v6 5/7] ethtool: add interface to interact with Ethernet Power Equipment
From: Andrew Lunn <andrew@lunn.ch>
Date: 2022-09-23 00:48:24
Also in:
linux-devicetree, linux-doc, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2022-09-23 00:48:24
Also in:
linux-devicetree, linux-doc, lkml
+/* Power Sourcing Equipment */
+enum {
+ ETHTOOL_A_PSE_UNSPEC,
+ ETHTOOL_A_PSE_HEADER, /* nest - _A_HEADER_* */
+ ETHTOOL_A_PODL_PSE_ADMIN_STATE, /* u8 */
+ ETHTOOL_A_PODL_PSE_ADMIN_CONTROL, /* u8 */
+ ETHTOOL_A_PODL_PSE_PW_D_STATUS, /* u8 */I thought these changed to being u32? Otherwise this looks good to. You can add a reviewed-by on your next version. Andrew