From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F3F5AA09E4; Thu, 28 Jan 2021 01:31:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7C77114108E; Thu, 28 Jan 2021 01:31:56 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id C631D14108D for ; Thu, 28 Jan 2021 01:31:54 +0100 (CET) IronPort-SDR: 4LT4MtiAyKHbZm9mxLMcV+9PTGIWilMBrRkIFY7JDU1+ta6YNlv9yUNgW3gmIdImZiVHutjl4R zChHrkZybc9g== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="167832802" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="167832802" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 16:31:53 -0800 IronPort-SDR: S/5wBGPmhtFW4GhXOsdougV+vh1QtWU+wANWcMaL7Hlhoh36eZlPY4z1TC4zWyagGaae+wh8NO IbNYPbii8wWA== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="388526189" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.198.76]) ([10.213.198.76]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 16:31:52 -0800 To: lironh@marvell.com, jerinj@marvell.com Cc: dev@dpdk.org References: <20210122191925.24308-1-lironh@marvell.com> <20210127160948.6008-1-lironh@marvell.com> <20210127160948.6008-14-lironh@marvell.com> From: Ferruh Yigit Message-ID: Date: Thu, 28 Jan 2021 00:31:48 +0000 MIME-Version: 1.0 In-Reply-To: <20210127160948.6008-14-lironh@marvell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 13/34] net/mvpp2: add dsa mode support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/27/2021 4:09 PM, lironh@marvell.com wrote: > From: Liron Himi > > Extend the config file with 'dsa-mode' field. > currently 'eth' (default) and 'dsa' headers are supported. > > Signed-off-by: Liron Himi <...> > --- 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 ` +- :ref:`QoS ` ... -The policer objects defined by this feature can work with the default policer defined via config file as described in :ref:`QoS Support `. +The policer objects defined by this feature can work with the default policer defined via config file as described in :ref:`QoS Support `.