From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mcnamara, John" Subject: Re: [PATCH 1/6] doc: add empty PMDs todo list Date: Mon, 11 Dec 2017 11:52:29 +0000 Message-ID: References: <20171121014241.61050-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: "Yigit, Ferruh" , Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6849C2C38 for ; Mon, 11 Dec 2017 12:52:32 +0100 (CET) In-Reply-To: <20171121014241.61050-1-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, November 21, 2017 1:43 AM > To: Thomas Monjalon ; Mcnamara, John > > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: [PATCH 1/6] doc: add empty PMDs todo list >=20 > Some library modifications require extra checks or modifications in PMDs > but currently we don't have a good way to trace these modifications. >=20 > And number of these kind of updates increasing by time. >=20 > This is an effort to document and track library updates that requires > attention in PMDs. >=20 > Although this is under documentation main use case is for internal > development. >=20 > Signed-off-by: Ferruh Yigit >... > > +PMDs internal TODO list > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +This is the list for tracking required PMD changes triggered by library > modifications. > + > +.. table:: PMDs internal TODO list > + > + +------+------+----------+----------------+------+ > + | TODO | PMDs | Deadline | Related Commit | Note | > + +=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D+ > + | | | | | | > + +------+------+----------+----------------+------+ The table should have a label, and it should be indented to the level of ..= table as shown in the guidelines: http://dpdk.org/doc/guides/contributing/documen= tation.html#rst-guidelines Something like this: .. _table_nic_todo: .. table:: PMDs internal TODO list +------+------+----------+----------------+------+ | TODO | PMDs | Deadline | Related Commit | Note | +=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D+ | | | | | | +------+------+----------+----------------+------+ However, it isn't an error so: Acked-by: John McNamara