Re: [PATCH net-next v8 01/14] ethtool: introduce ethtool netlink interface
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-12-24 09:45:52
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-12-24 09:45:52
Also in:
lkml
On Mon, Dec 23, 2019 at 12:45:19AM +0100, Michal Kubecek wrote:
Basic genetlink and init infrastructure for the netlink interface, register genetlink family "ethtool". Add CONFIG_ETHTOOL_NETLINK Kconfig option to make the build optional. Add initial overall interface description into Documentation/networking/ethtool-netlink.rst, further patches will add more detailed information. Signed-off-by: Michal Kubecek <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew