From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3.wp.pl ([212.77.101.9]:53182 "EHLO mx3.wp.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750796AbeCMEly (ORCPT ); Tue, 13 Mar 2018 00:41:54 -0400 Date: Mon, 12 Mar 2018 21:41:47 -0700 From: Jakub Kicinski To: Jeff Kirsher Cc: Anirudh Venkataramanan , netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org Subject: Re: [Intel-wired-lan] [PATCH 01/15] ice: Add basic driver framework for Intel(R) E800 Series Message-ID: <20180312214147.647e0073@cakuba.netronome.com> In-Reply-To: <1520873790.19785.4.camel@intel.com> References: <20180309172136.9073-1-anirudh.venkataramanan@intel.com> <20180309172136.9073-2-anirudh.venkataramanan@intel.com> <20180309141639.69c4f354@cakuba.netronome.com> <1520873790.19785.4.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 12 Mar 2018 09:56:30 -0700, Jeff Kirsher wrote: > On Fri, 2018-03-09 at 14:16 -0800, Jakub Kicinski wrote: > > On Fri, 9 Mar 2018 09:21:22 -0800, Anirudh Venkataramanan wrote: > > > diff --git a/Documentation/networking/ice.txt > > > b/Documentation/networking/ice.txt > > > new file mode 100644 > > > index 000000000000..6261c46378e1 > > > --- /dev/null > > > +++ b/Documentation/networking/ice.txt > > > > nit: ice.rst, maybe? > > If that is the desired direction for kernel documentation, then we can > work on generating *.rst for all of our wired ethernet drivers. For > now, we just have the simple text file. > > Currently there are only 5 networking drivers that have a *.rst for > documentation, so it looks like an opportunity to convert all the > networking documentation to *.rst format, if that is desired. Oh, just a suggestion, I had a quick look and your file actually works pretty nicely as rst though I'm not an expert..