Re: [PATCH v8 1/5] ethdev: add telemetry command for module EEPROM

2022-05-25 Thread Andrew Rybchenko
On 5/25/22 06:14, Robin Zhang wrote: Add a new telemetry command /ethdev/module_eeprom to dump the module EEPROM of each port. The format of module EEPROM information follows the SFF(Small Form Factor) Committee specifications. Please, add SFF to devtools/words-case.txt Signed-off-by: Robin

[PATCH v8 1/5] ethdev: add telemetry command for module EEPROM

2022-05-24 Thread Robin Zhang
Add a new telemetry command /ethdev/module_eeprom to dump the module EEPROM of each port. The format of module EEPROM information follows the SFF(Small Form Factor) Committee specifications. Signed-off-by: Robin Zhang --- lib/ethdev/ethdev_sff_telemetry.c | 138 ++ li