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

From: Andrew Lunn
Date: Sat Aug 27 2022 - 12:51:52 EST


> +Kernel response contents:
> +
> + ====================================== ====== =============================
> + ``ETHTOOL_A_PSE_HEADER`` nested reply header
> + ``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.
> + ====================================== ====== =============================

It would be good to document that everything but ETHTOOL_A_PSE_HEADER
is optional.

Andrew