Closed ake-persson closed 6 years ago
Same as "ethtool -m eth0 hex on"
Started adding module info
That finished support for module eeprom and SFF-8079 info.
I'm adding additional code for QFP 8636, so better to merge until after that. I'll address your comments as-well.
I will split out the SFF decode part in a separate package otherwise you'll have to deal with license conflict GPL from orig. ethtool vs Apache. Since the code is basically a copy/paste of their code from C to Go. I have to respect their original license. https://github.com/mickep76/sff-eeprom
Fixed the comments in the review, sry for the delay. I implemented a module decoder separately mostly because it needed a diff. license. I ended up completely re-factoring anyway so I can merge it in to this code base if you think that make sense? (https://github.com/mickep76/go-sff)
Sorry for the delay, thanks a lot