From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5E20A28F3 for ; Tue, 1 May 2018 17:12:30 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 May 2018 08:12:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,351,1520924400"; d="scan'208";a="36601397" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga008.fm.intel.com with ESMTP; 01 May 2018 08:12:27 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by IRSMSX103.ger.corp.intel.com ([169.254.3.179]) with mapi id 14.03.0319.002; Tue, 1 May 2018 16:12:26 +0100 From: "Dumitrescu, Cristian" To: "Shelton, Benjamin H" , "dev@dpdk.org" Thread-Topic: [PATCH] ethdev: Fix issue in Doxygen for TM API Thread-Index: AQHTwSuwg1Zpyi3bsUyFI6gROTHL2aQbOx4Q Date: Tue, 1 May 2018 15:12:26 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB644CF@IRSMSX108.ger.corp.intel.com> References: <1521647133-17843-1-git-send-email-benjamin.h.shelton@intel.com> In-Reply-To: <1521647133-17843-1-git-send-email-benjamin.h.shelton@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ethdev: Fix issue in Doxygen for TM API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2018 15:12:31 -0000 > -----Original Message----- > From: Shelton, Benjamin H > Sent: Wednesday, March 21, 2018 3:46 PM > To: dev@dpdk.org; Dumitrescu, Cristian > Cc: Shelton, Benjamin H > Subject: [PATCH] ethdev: Fix issue in Doxygen for TM API >=20 > The rte_tm_node_wfq_weight_mode_update() API function operates on > non-leaf nodes, not leaf nodes. >=20 > Signed-off-by: Ben Shelton > --- > lib/librte_ether/rte_tm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lib/librte_ether/rte_tm.h b/lib/librte_ether/rte_tm.h > index 2b25a87..f735f84 100644 > --- a/lib/librte_ether/rte_tm.h > +++ b/lib/librte_ether/rte_tm.h > @@ -1643,7 +1643,7 @@ rte_tm_node_stats_update(uint16_t port_id, > * @param[in] port_id > * The port identifier of the Ethernet device. > * @param[in] node_id > - * Node ID. Needs to be valid leaf node ID. > + * Node ID. Needs to be valid non-leaf node ID. > * @param[in] wfq_weight_mode > * WFQ weight mode for each SP priority. When NULL, it indicates that > WFQ is > * to be used for all priorities. When non-NULL, it points to a pre-al= located > -- > 2.6.4 Acked-by: Cristian Dumitrescu Applied to next-qos tree, thanks!