On Mon, 19 Apr 2021 23:45:17 +0200 Andrew Lunn wrote:
> > @@ -210,45 +210,47 @@ All constants identifying message types use
> > ``ETHTOOL_CMD_`` prefix and suffix
> >``ETHTOOL_MSG_TUNNEL_INFO_GET`` get tunnel offload info
> >``ETHTOOL_MSG_FEC_GET`` get FEC settings
> >
On Mon, Apr 19, 2021 at 02:26:22PM -0700, Jakub Kicinski wrote:
> ETHTOOL_MSG_MODULE_EEPROM_GET is missing from the list of messages.
> ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY is sadly a rather long name
> so we need to adjust column length.
>
> Fixes: c781ff12a2f3 ("ethtool: Allow network drivers to
ETHTOOL_MSG_MODULE_EEPROM_GET is missing from the list of messages.
ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY is sadly a rather long name
so we need to adjust column length.
Fixes: c781ff12a2f3 ("ethtool: Allow network drivers to dump arbitrary EEPROM
data")
Signed-off-by: Jakub Kicinski
---
Document