Re: [PATCH net-next v7 2/9] mlxsw: Implement ethtool operation to write to a transceiver module EEPROM
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-06-24 19:09:17
Also in:
linux-doc, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-06-24 19:09:17
Also in:
linux-doc, lkml
On Mon, Jun 24, 2024 at 08:51:52PM +0300, Danielle Ratson wrote:
From: Ido Schimmel <idosch@nvidia.com> Implement the ethtool_ops::set_module_eeprom_by_page operation to allow ethtool to write to a transceiver module EEPROM, in a similar fashion to the ethtool_ops::get_module_eeprom_by_page operation. Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew