From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FD15C5B578 for ; Wed, 3 Jul 2019 06:35:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F0782187F for ; Wed, 3 Jul 2019 06:35:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727049AbfGCGfT (ORCPT ); Wed, 3 Jul 2019 02:35:19 -0400 Received: from mx2.suse.de ([195.135.220.15]:36294 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726236AbfGCGfS (ORCPT ); Wed, 3 Jul 2019 02:35:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 32561AB8C; Wed, 3 Jul 2019 06:35:17 +0000 (UTC) Received: by unicorn.suse.cz (Postfix, from userid 1000) id 57F61E0159; Wed, 3 Jul 2019 08:35:14 +0200 (CEST) Date: Wed, 3 Jul 2019 08:35:14 +0200 From: Michal Kubecek To: netdev@vger.kernel.org Cc: Jakub Kicinski , David Miller , Jiri Pirko , Andrew Lunn , Florian Fainelli , John Linville , Stephen Hemminger , Johannes Berg , linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v6 04/15] ethtool: introduce ethtool netlink interface Message-ID: <20190703063514.GH20101@unicorn.suse.cz> References: <20190702182956.26435d63@cakuba.netronome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190702182956.26435d63@cakuba.netronome.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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: > > 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