From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7] doc: document NIC features Date: Sat, 05 Aug 2017 11:34:45 +0200 Message-ID: <3295100.VjfkbcM1ud@xps> References: <20170801152303.38104-1-ferruh.yigit@intel.com> <20170804130613.72410-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, John McNamara , Olivier Matz To: Ferruh Yigit Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 897E7388F for ; Sat, 5 Aug 2017 11:34:47 +0200 (CEST) In-Reply-To: <20170804130613.72410-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/08/2017 15:06, Ferruh Yigit: > Document NIC features, add more information about them and add more > implementation related support. > > Signed-off-by: Ferruh Yigit > Signed-off-by: John McNamara > Reviewed-by: Andrew Rybchenko > Acked-by: Shreyansh Jain > --- > --- /dev/null > +++ b/doc/guides/nics/features.rst > +.. _nic_features: > + > +Features Overview > +================= > + > +This section explains the supported features that are listed in the > +:ref:`nic_overview`. [...] > --- a/doc/guides/nics/overview.rst > +++ b/doc/guides/nics/overview.rst > +.. _nic_overview: > + > Overview of Networking Drivers > ============================== > > @@ -48,6 +50,8 @@ There are more differences between drivers regarding some internal properties, > portability or even documentation availability. > Most of these differences are summarized below. > > +More detail about features can be found :ref:`here `. No need of adding explicit ref to link to the beginning of a document. I replace them with :doc: tag. With this small update, applied, thanks