On 3/5/2021 3:58 AM, Andrew Lunn wrote:

+/* MODULE EEPROM DATA */
+
+enum {
+     ETHTOOL_A_EEPROM_DATA_UNSPEC,
+     ETHTOOL_A_EEPROM_DATA_HEADER,
+
+     ETHTOOL_A_EEPROM_DATA_OFFSET,
+     ETHTOOL_A_EEPROM_DATA_LENGTH,
+     ETHTOOL_A_EEPROM_DATA_PAGE,
+     ETHTOOL_A_EEPROM_DATA_BANK,
+     ETHTOOL_A_EEPROM_DATA_I2C_ADDRESS,
+     ETHTOOL_A_EEPROM_DATA,
If you look at all the other such enums in ethtool_netlink, you will
see a comment indicating the type. Please add them here as well.

Please also update Documentation/networking/ethtool-netlink.rst.
Sure, will add.
        Andrew

Reply via email to