Re: [PATCH net-next v6 04/15] ethtool: introduce ethtool netlink interface
From: Michal Kubecek <hidden>
Date: 2019-07-03 06:35:20
Also in:
lkml
From: Michal Kubecek <hidden>
Date: 2019-07-03 06:35:20
Also in:
lkml
On Tue, Jul 02, 2019 at 06:29:56PM -0700, Jakub Kicinski wrote:
On Tue, 2 Jul 2019 13:49:59 +0200 (CEST), Michal Kubecek wrote:quoted
diff --git a/Documentation/networking/ethtool-netlink.txt b/Documentation/networking/ethtool-netlink.txt new file mode 100644 index 000000000000..97c369aa290b --- /dev/null +++ b/Documentation/networking/ethtool-netlink.txt@@ -0,0 +1,208 @@ + Netlink interface for ethtool + ============================= + + +Basic information +-----------------Probably not a blocker for initial merging, but please note a TODO to convert the documentation to ReST.
Yes, I want to do that. What stopped me was that I wasn't sure what to do with the message structure descriptions. I guess I'll leave them as preformated text (literal paragraph) for now and leave finding something more fancy for later. Michal