On 5/4/2020 5:18 PM, Andrew Lunn wrote: > Provide infrastructure for PHY drivers to report the cable test > results. A netlink skb is associated to the phydev. Helpers will be > added which can add results to this skb. Once the test has finished > the results are sent to user space. > > When netlink ethtool is not part of the kernel configuration stubs are > provided. It is also impossible to trigger a cable test, so the error > code returned by the alloc function is of no consequence. > > v2: > Include the status complete in the netlink notification message > > Signed-off-by: Andrew Lunn <and...@lunn.ch> Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian
- [PATCH net-next v2 00/10] Ethernet Cable test support Andrew Lunn
- [PATCH net-next v2 06/10] net: ethtool: Add infrastr... Andrew Lunn
- Re: [PATCH net-next v2 06/10] net: ethtool: Add ... Florian Fainelli
- Re: [PATCH net-next v2 06/10] net: ethtool: Add ... Michal Kubecek
- Re: [PATCH net-next v2 06/10] net: ethtool: ... Andrew Lunn
- [PATCH net-next v2 10/10] net: phy: Send notifier wh... Andrew Lunn
- Re: [PATCH net-next v2 10/10] net: phy: Send not... Florian Fainelli
- Re: [PATCH net-next v2 10/10] net: phy: Send not... Michal Kubecek
- Re: [PATCH net-next v2 10/10] net: phy: Send... Andrew Lunn
- [PATCH net-next v2 03/10] net: ethtool: netlink: Add... Andrew Lunn
- Re: [PATCH net-next v2 03/10] net: ethtool: netl... Florian Fainelli
- Re: [PATCH net-next v2 03/10] net: ethtool: netl... Michal Kubecek
- [PATCH net-next v2 04/10] net: ethtool: Add attribut... Andrew Lunn