Re: [dpdk-dev] [PATCH v3 13/34] net/mvpp2: add dsa mode support
From: Ferruh Yigit <hidden>
Date: 2021-01-28 00:31:58
On 1/27/2021 4:09 PM, lironh@marvell.com wrote:
From: Liron Himi <redacted> Extend the config file with 'dsa-mode' field. currently 'eth' (default) and 'dsa' headers are supported. Signed-off-by: Liron Himi <redacted>
<...>
quoted hunk ↗ jump to hunk
--- 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>`.