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 40557A04DB; Fri, 16 Oct 2020 19:49:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 87494D001; Fri, 16 Oct 2020 19:49:10 +0200 (CEST) Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) by dpdk.org (Postfix) with ESMTP id 7C681CFFD for ; Fri, 16 Oct 2020 19:49:07 +0200 (CEST) Received: by mail-ot1-f67.google.com with SMTP id m22so3169851ots.4 for ; Fri, 16 Oct 2020 10:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=JKrWOBYJ0APaQ9SPhRLVFE+Yuz9/2VB82UJrM4DtmSI=; b=galGQomDPhDX1NQ0nNJogi19dUZI5WjO9axOEgvY0fRUMEIiXeBcv9wzmUvw2yKMwO UhwSzu39JMiWV5iNx8cBWFFoDlHkkAacPfMihpuTkgr8tW05HJEPhbhF2rc+cbOCSN/H qeQrFOsTG74fjYo8QQ42nR1opkoY3FlNBLLfk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JKrWOBYJ0APaQ9SPhRLVFE+Yuz9/2VB82UJrM4DtmSI=; b=qsdWBwX4q2Gk0H3ekLRNcNlE3wmwBw4HLgejYtpuACcwD6jGL0qkcWXLV3lp2074xf +8S7+HAJU/PkTT5CCivifEqz/sSPhuXsH9owZqrwuCXWivAxfRAEaIy/sj0+s9xLUyOd KAWaW7nF8acapzOnhnno2rJOJb7/lk1WbUtTvF13Q41uCTDC3A51evFONB/ygwvA+7da 7oNozt4tEwefcAizWI2jxqJrg4D+Gp1v02dKcN6tNyYfRS1CyPB44lnuepSOB1aNPiU4 ohFp/1+uswFnyIUnR1ZLEA/MvuHg8U7M68Bo3hq90dKtv7iTZAdPgL9qzGrd6QKRbaj0 3HDg== X-Gm-Message-State: AOAM530HFei3MN4yAUp1IWnd1I71ZNF5POVfeqUe3H5hzxmXCHo0Z1ur 0SaWxGK55SLKGN1utVooCfICamJ2DW7JFFFWWtvSWQ== X-Google-Smtp-Source: ABdhPJxhx0Ey/RPEJVCgYfCtHDTTpVpvCTOitORZD/RxuYousbTEMKgSjvi8l3qHJf61AHXwUTQxW0Rn2ASd+amJ538= X-Received: by 2002:a9d:1909:: with SMTP id j9mr3625102ota.283.1602870545685; Fri, 16 Oct 2020 10:49:05 -0700 (PDT) MIME-Version: 1.0 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> <20201016080727.71dfd556@hermes.local> In-Reply-To: <20201016080727.71dfd556@hermes.local> From: Ajit Khaparde Date: Fri, 16 Oct 2020 10:48:49 -0700 Message-ID: To: Stephen Hemminger Cc: Thomas Monjalon , Ferruh Yigit , Bruce Richardson , Neil Horman , Andrew Rybchenko , dpdk-dev , "Kinsella, Ray" , Jerin Jacob Kollanukkaran , Olivier Matz , =?UTF-8?Q?Morten_Br=C3=B8rup?= , dmitry.kozliuk@gmail.com Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 8:07 AM Stephen Hemminger wrote: > > On Fri, 16 Oct 2020 16:34:46 +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: Stephen Hemminger > Acked-by: Ajit Khaparde