From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 446A62B8F for ; Fri, 1 Jul 2016 03:39:44 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP; 30 Jun 2016 18:39:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,554,1459839600"; d="scan'208";a="1008628388" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 30 Jun 2016 18:39:42 -0700 Date: Fri, 1 Jul 2016 09:40:22 +0800 From: Yuanhan Liu To: John McNamara Cc: Thomas Monjalon , dev@dpdk.org Message-ID: <20160701014022.GK2831@yliu-dev.sh.intel.com> References: <1467309817-11739-1-git-send-email-john.mcnamara@intel.com> <1604656.XReoQ6n0NJ@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1604656.XReoQ6n0NJ@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v1] doc: autogenerate nic overview table from ini files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2016 01:39:44 -0000 On Thu, Jun 30, 2016 at 08:25:14PM +0200, Thomas Monjalon wrote: > 2016-06-30 19:03, John McNamara: > > This patch converts the NIC feature table in the overview doc into a set of > > ini files and adds some functions into the Sphinx conf.py file to convert them > > back into an RST table. > > > > The reason for doing this is to make it easier for PMD maintainers to update > > the feature matrix that makes up the table and to avoid frequent and hard to > > resolve conflicts in doc/guides/nics/overview.rst. > > Great idea! Yes, indeed! The old formats also make the review hard (due to the long/messy diff). I was also kidding/wishing before that it'd be great if we could have a column-based diff file. With your proposal, we don't need it any more :) --yliu