Re: [PATCH net-next] ethtool: add missing EEPROM to list of messages

2021-04-19 Thread Jakub Kicinski
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 > >

Re: [PATCH net-next] ethtool: add missing EEPROM to list of messages

2021-04-19 Thread Andrew Lunn
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

[PATCH net-next] ethtool: add missing EEPROM to list of messages

2021-04-19 Thread Jakub Kicinski
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