Re: [PATCH v8 5/5] ethdev: format module EEPROM for SFF-8636

2022-05-25 Thread Andrew Rybchenko
On 5/25/22 06:14, Robin Zhang wrote: This patch implements format module EEPROM information for SFF-8636 Rev 2.7 Signed-off-by: Robin Zhang [snip] diff --git a/lib/ethdev/sff_8636.c b/lib/ethdev/sff_8636.c new file mode 100644 index 00..ad625fc73b --- /dev/null +++ b/lib/ethdev/sff_

Re: [PATCH v8 5/5] ethdev: format module EEPROM for SFF-8636

2022-05-25 Thread Andrew Rybchenko
On 5/25/22 06:14, Robin Zhang wrote: This patch implements format module EEPROM information for SFF-8636 Rev 2.7 Signed-off-by: Robin Zhang [snip] + /* +* There is no clear identifier to signify the existence of +* optical diagnostics similar to SFF-8472. So checking e

[PATCH v8 5/5] ethdev: format module EEPROM for SFF-8636

2022-05-24 Thread Robin Zhang
This patch implements format module EEPROM information for SFF-8636 Rev 2.7 Signed-off-by: Robin Zhang --- lib/ethdev/ethdev_sff_telemetry.c | 4 + lib/ethdev/meson.build| 1 + lib/ethdev/sff_8636.c | 750 ++ lib/ethdev/sff_8636.h