From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v1] doc: autogenerate nic overview table from ini files Date: Fri, 1 Jul 2016 09:40:22 +0800 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 Cc: Thomas Monjalon , dev@dpdk.org To: John McNamara 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) Content-Disposition: inline In-Reply-To: <1604656.XReoQ6n0NJ@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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