Re: [PATCH net-next 05/10] ethtool: Add link extended state

2020-06-24 Thread Michal Kubecek
On Wed, Jun 24, 2020 at 11:19:18AM +0300, Ido Schimmel wrote: > From: Amit Cohen > > Currently, drivers can only tell whether the link is up/down using > LINKSTATE_GET, but no additional information is given. > > Add attributes to LINKSTATE_GET command in order to allow drivers > to expose the u

[PATCH net-next 05/10] ethtool: Add link extended state

2020-06-24 Thread Ido Schimmel
From: Amit Cohen Currently, drivers can only tell whether the link is up/down using LINKSTATE_GET, but no additional information is given. Add attributes to LINKSTATE_GET command in order to allow drivers to expose the user more information in addition to link state to ease the debug process, fo