Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp469871ybi; Tue, 2 Jul 2019 23:35:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqz3PuUiOYQZ+18coSb2OhmK/LvkuPBXqnzom+mU0h7Y5h7RlahW32o+B2U0kc1+wwtPFvWF X-Received: by 2002:a17:902:7c03:: with SMTP id x3mr40868395pll.242.1562135754496; Tue, 02 Jul 2019 23:35:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562135754; cv=none; d=google.com; s=arc-20160816; b=hoRu68q9zTMK2DhaMA1IJuGJCSUJ+yIHEBuucjjhxdD04z2EPqVlfbH0Vllgjv8XCp H3NAUgtZgsPeAMiB+O6GvHzFlJiaDdGVJUpnlxJw9B1SoBFJnZMMYbLiRudP21rRGwaw ZVK9Kds9b7TFc8rxVyX4ItpZ2/U4Ah7iX1BFnaFuvuDpzeQRsnme3YrEgNbHLAiqhxk+ uNTIlseECEQsLwc7iCtFZHKJIInAFS5Umo0puWOi07s3SQm2+MPGgFMysnyuESAgwEkC g2SL7ic83slEP3LL7Fo2pXqz0edqzTpwQyApgZuMEgSKMJei532VCbDXtFL9KIQB+PeZ y6kA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=B9g7nMvpbWtWEptXayh5PuJppOn5bj0vbbuST6fsXpw=; b=Q3nR6HHuz+pkVCHyEb0Mnc/UgEnQIc8pD3oT/JaKeJGshsWee6Uj5g1ZupdypcnEe2 RbNh1z4uqUJCjkiGc4Ta9YNHUJCBgdDAcKJUPxksA4qqDBlqUqWLD0Bma6e0YiaEzdDn NDK7kKN/EPS/TOxf8LsColMKJV9jWJ6qBvY2W2eM9k3lQLXdVunFoE27unsj+TEsTDEq 6eIsf6YoKdZTa0x0b7HxHF9el0srpr/bzvIKjkinv6dpaUeT+yF5pPJunlOaZxWZIlL1 YZKR6tnDkIemIhgfC5exMag84QvcCTWC5Vppn0tqVqpIQa415XRwW0F9lG75jhol6hMt 1wSA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 64si1406564plw.379.2019.07.02.23.35.38; Tue, 02 Jul 2019 23:35:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727021AbfGCGfS (ORCPT + 99 others); Wed, 3 Jul 2019 02:35:18 -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