From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 65D85A04DB; Fri, 16 Oct 2020 16:36:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 45DA61EF3A; Fri, 16 Oct 2020 16:36:51 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B79051EBB9 for ; Fri, 16 Oct 2020 16:36:49 +0200 (CEST) IronPort-SDR: 8lyrIImkZXKAbab4XS57UuWliHBCSjE+fZkkhtDI4OIa9esvBa/4y41EJK1bB3jK49FlVSO3lz VWOx+qKtIirA== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="230811159" X-IronPort-AV: E=Sophos;i="5.77,383,1596524400"; d="scan'208";a="230811159" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 07:36:47 -0700 IronPort-SDR: mzk+b8q7Z7vuwWwdWS4/lGKhMsbLi8hPW5/Lv608h5LXuogrkRResUih6ih7NCd7tg8K37euRz gfPG6LbQzcqg== X-IronPort-AV: E=Sophos;i="5.77,383,1596524400"; d="scan'208";a="531740653" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.54.208]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 16 Oct 2020 07:36:44 -0700 Date: Fri, 16 Oct 2020 15:36:40 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: Ferruh Yigit , Neil Horman , Andrew Rybchenko , dev@dpdk.org, "Kinsella, Ray" , jerinj@marvell.com, olivier.matz@6wind.com, Stephen Hemminger , Morten =?iso-8859-1?Q?Br=F8rup?= , dmitry.kozliuk@gmail.com, ajit.khaparde@broadcom.com Message-ID: <20201016143640.GH1008@bricha3-MOBL.ger.corp.intel.com> References: <20201012164602.1965694-1-ferruh.yigit@intel.com> <20201014022649.2165524-2-ferruh.yigit@intel.com> <11c46ef1-7743-c3cf-8433-4bb9de6f3dd0@ashroe.eu> <6464326.z8zy7mhsGJ@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6464326.z8zy7mhsGJ@thomas> Subject: Re: [dpdk-dev] [RFC v2 2/2] doc: announce queue stats moving to xstats 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Oct 16, 2020 at 04:34:46PM +0200, Thomas Monjalon wrote: > 14/10/2020 10:43, Kinsella, Ray: > > > > On 14/10/2020 03:26, Ferruh Yigit wrote: > > > Queue stats will be removed from basic stats to xstats. > > > > > > It will be PMDs responsibility to fill queue stats based on number of > > > queues they have. > > > > > > Until all PMDs implement the xstats, a temporary > > > 'RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS' device flag created. PMDs switched > > > to the xstats should clear this flag to bypass the ethdev layer autofill > > > for queue stats. > > > > > > Signed-off-by: Ferruh Yigit > > > --- > > > config/rte_config.h | 2 +- > > > doc/guides/rel_notes/deprecation.rst | 7 +++++++ > > > lib/librte_ethdev/rte_ethdev.h | 3 +++ > > > 3 files changed, 11 insertions(+), 1 deletion(-) > > > > > Acked-by: Ray Kinsella > > Acked-by: Thomas Monjalon > Acked-by: Bruce Richardson