[dpdk-dev] [PATCH v3 13/34] net/mvpp2: add dsa mode support

Ferruh Yigit ferruh.yigit at intel.com
Thu Jan 28 01:31:48 CET 2021


On 1/27/2021 4:09 PM, lironh at marvell.com wrote:
> From: Liron Himi <lironh at marvell.com>
> 
> Extend the config file with 'dsa-mode' field.
> currently 'eth' (default) and 'dsa' headers are supported.
> 
> Signed-off-by: Liron Himi <lironh at marvell.com>

<...>

> --- a/doc/guides/nics/mvpp2.rst
> +++ b/doc/guides/nics/mvpp2.rst
> @@ -188,12 +188,12 @@ MVPP2 PMD supports the following extended statistics:
>   	- ``tx_errors``: number of TX MAC errors
>   
>   
> -.. _qossupport:
> +.. _extconf:
>   

Renamed reference was causing doc warnings [1] since the old reference is still 
in use, updated existing references as well [2] in next-net, please double check.

[1]
mvpp2.rst:43: WARNING: undefined label: qossupport (if the link has no caption 
the label must precede a section header)
mvpp2.rst:581: WARNING: undefined label: qossupport (if the link has no caption 
the label must precede a section header)

[2]
  -- :ref:`QoS <qossupport>`
  +- :ref:`QoS <extconf>`
...
  -The policer objects defined by this feature can work with the default policer 
defined via config file as described in :ref:`QoS Support <qossupport>`.
  +The policer objects defined by this feature can work with the default policer 
defined via config file as described in :ref:`QoS Support <extconf>`.


More information about the dev mailing list