0

I am trying to measure the optical receving/transmitting levels with ethtool on the server. It was confirmed that ethtool reads information from EEPROM inside the SFP module.

  1. When a read operation to check the optical level occurs in the EEPROM, what kind of load occurs?
  2. When does an SFP or SFP-like optical module store information in EEPROM?

thank you.

1 Answers1

0

There is memory, not all memory is in EEPROM, sometimes none. There should be no load, if you have multiple processes trying to read data then the NIC driver should make sure the requests are properly queued.

SFF-8472 should describe the details.

NiKiZe
  • 1,189
  • 7
  • 17