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

From: Jakub Kicinski
Date: Thu Sep 01 2022 - 23:23:01 EST


On Wed, 31 Aug 2022 15:32:38 +0200 Oleksij Rempel wrote:
> Add interface to support Power Sourcing Equipment. At current step it
> provides generic way to address all variants of PSE devices as defined
> in IEEE 802.3-2018 but support only objects specified for IEEE 802.3-2018 104.4
> PoDL Power Sourcing Equipment (PSE).

include/linux/pse-pd/pse.h:37: warning: Function parameter or member 'podl_admin_state' not described in 'pse_control_status'
include/linux/pse-pd/pse.h:37: warning: Function parameter or member 'podl_pw_status' not described in 'pse_control_status'
include/linux/pse-pd/pse.h:52: warning: Function parameter or member 'ethtool_get_status' not described in 'pse_controller_ops'
include/linux/pse-pd/pse.h:52: warning: Function parameter or member 'ethtool_set_config' not described in 'pse_controller_ops'