On 1/27/2021 4:09 PM, [email protected] wrote:
From: Liron Himi <[email protected]>
Extend the config file with 'dsa-mode' field.
currently 'eth' (default) and 'dsa' headers are supported.
Signed-off-by: Liron Himi <[email protected]>
<...>
--- 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>`.