[PATCH v2] net/bnxt: fix issue reading sff8436 sfp eeproms

2024-08-14 Thread Peter Morrow
From: Peter Morrow If a SFP which supports SFF-8436 is present then currently the DDM information present in the eeprom is not read. Furthermore bnxt_get_module_eeprom() will return -EINVAL for these eeproms since the length of these eeproms is 512 bytes but we are only ever selecting 2 pages

[PATCH] net/bnxt: fix issue reading sff8436 sfp eeproms

2024-08-09 Thread Peter Morrow
From: Peter Morrow If a SFP which supports SFF-8436 is present then currently the DDM information present in the eeprom is not read. Furthermore bnxt_get_module_eeprom() will return -EINVAL for these eeproms since the length of these eeproms is 512 bytes but we are only ever selecting 2 pages