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 <ferruh.yi...@intel.com> > Signed-off-by: John McNamara <john.mcnam...@intel.com> > Reviewed-by: Andrew Rybchenko <arybche...@solarflare.com> > Acked-by: Shreyansh Jain <shreyansh.j...@nxp.com> > --- > --- /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 <nic_features>`.
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