On Mon, Jul 01, 2019 at 11:03:33AM +0200, Sergej Benilov wrote: > Add tests for ethtool: link test, EEPROM read test. > Correct a few typos, too.
Hi Sergej Please split this up into two patches. The first one should fixing the typos. Rather than implementing a test for the EEPROM, add support for ethtool --eeprom-dump. That is much more useful. The link test does not show you anything which you cannot get via ip link show. If there is no carrier, the link is down. So drop that. The patch also has white space issues. Spaces where there should be tabs. Please run ./scripts/checkpatch.pl. Andrew