mbox series

[v2,net-next,0/3] ionic: support QSFP CMIS

Message ID 20250415231317.40616-1-shannon.nelson@amd.com (mailing list archive)
Headers show
Series ionic: support QSFP CMIS | expand

Message

Nelson, Shannon April 15, 2025, 11:13 p.m. UTC
This patchset sets up support for additional pages and better
handling of the QSFP CMIS data.

v2:
 - removed unnecessary index range checks
 - return EOPNOTSUPP for unavailable page
 - removed obsolete ionic_get_module_info and ionic_get_module_eeprom

v1:
https://lore.kernel.org/netdev/20250411182140.63158-1-shannon.nelson@amd.com/

Shannon Nelson (3):
  ionic: extend the QSFP module sprom for more pages
  ionic: support ethtool get_module_eeprom_by_page
  ionic: add module eeprom channel data to ionic_if and ethtool

 .../ethernet/pensando/ionic/ionic_ethtool.c   | 99 +++++++++----------
 .../net/ethernet/pensando/ionic/ionic_if.h    | 17 +++-
 2 files changed, 63 insertions(+), 53 deletions(-)