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 32283A04DB; Thu, 15 Oct 2020 19:39:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 12C0C1DD3C; Thu, 15 Oct 2020 19:39:22 +0200 (CEST) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by dpdk.org (Postfix) with ESMTP id 2CA9C1DD3B for ; Thu, 15 Oct 2020 19:39:19 +0200 (CEST) Received: by mail-wm1-f52.google.com with SMTP id j136so4732068wmj.2 for ; Thu, 15 Oct 2020 10:39:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nfware-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZpHX8dwg3CbQiEb1Naavk6unG8N+MBcyvsmGp47OuRk=; b=TFQizQ+/L19nqioKEChVHdlRF7PfoaL3YG+cWmkwLCqvsWCSB6J53C5BQ1y8GoXDEX K3djRj1V1V/n8K8guzAUeFCdKrg53D4vvBMH9Qb8Lb8J0ru3tYm6OfhqnMO2uZOcDEBq SCNQ7CCvqrVI16b1Quhwp/AxdwcBlhap5nIsl2oE9K8uLqMwOArrSj0SgX1Ewhf1jbor 5yXc3DG5ZjgoYZAHXKEbtuK6bYTGfItIqHI3YGd+oUuXJpgq/cfrvQPO/sV+zqRgBFSV Ek9VOHt1WdAnRQqM9xq+dnhS8p5neFWR0r8+EOpcpUlSrhYTNCe//3dwSJXhSEvEXOGt GHaQ== 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=ZpHX8dwg3CbQiEb1Naavk6unG8N+MBcyvsmGp47OuRk=; b=ZhBd5rrDVlu4TqFRXSTHE2L9cMKUtoZ5i6fY5/Eb1dxYOhedn6LFBuHdtr3lYDA/bz d0iIKAmcQz25DIPFGwpcR0SmWcFTsxm/wnWzW/fQLXjou9Jg+FkTQOD+E+d90M3ZZXru uRsJZWExAJhA8KTBu/PR3vY8YaEYF/g5F/8QvJBtc0Ku6HCSH/H37hdrdQwxywrWXGWd aQ9hqENaFdGT8c7neRsy3gsYCoAJuZMCmlzX4Emp8SCAx3uHOGKJqmYGK0OkF8cidn3R fQt8fYpAcLlH9BliJ1Hh7V8FpDodVtTkpL0MCp7LJfRmc8j5PgDcYx6EcPwzs5YnH/kO 0xkA== X-Gm-Message-State: AOAM533C5HtX6cqOZlZcWbl/DponxAGy7nx9Ld35dJfKab5y2GSbEaDI ltoXq7PxUuzT98fg143NTEDblPFz54OfvRMUBVrjlPhJ8bdKabnHBD8= X-Google-Smtp-Source: ABdhPJy5rPUJilTHwAhgG8uAFTSIs/QQ8vpZ8JyChzYKqrTpL/Sroy8ShKUNCHnNxtmrxwUAQpn9BhBWDcpwBaAP2mM= X-Received: by 2002:a7b:c3d0:: with SMTP id t16mr5222585wmj.102.1602783557831; Thu, 15 Oct 2020 10:39:17 -0700 (PDT) MIME-Version: 1.0 References: <20201012164602.1965694-1-ferruh.yigit@intel.com> <1735675.BVRYxsEZks@thomas> <2529181.6AAhDA9kCR@thomas> In-Reply-To: <2529181.6AAhDA9kCR@thomas> From: Igor Ryzhov Date: Thu, 15 Oct 2020 20:39:07 +0300 Message-ID: To: Thomas Monjalon Cc: Ferruh Yigit , Bruce Richardson , Ray Kinsella , Andrew Rybchenko , dev 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" Done. https://bugs.dpdk.org/show_bug.cgi?id=558 On Thu, Oct 15, 2020 at 11:03 AM Thomas Monjalon wrote: > 15/10/2020 09:55, Igor Ryzhov: > > Hi Thomas, > > > > Thanks for the slides, I checked the latest code and multicast/broadcast > > counters mostly look standardized. But mlx5 adds the "port" word to all > > its xstats names. I suppose you may be the right person to ask - is there > > any specific reason for this? > > No specific reason, I consider it as a bug. > Please could you open a bugzilla ticket? > > > > On Wed, Oct 14, 2020 at 12:45 PM Thomas Monjalon > > wrote: > > > > > 14/10/2020 11:35, Igor Ryzhov: > > > > Hi Ferruh, > > > > > > > > As rte_eth_stats is going to be changed, is it possible to add new > > > counters > > > > there? > > > > For example, in/out multicast/broadcast packets. > > > > > > Good question. > > > In order to avoid redundancy, I prefer focusing on xstats > > > and plan deprecation of rte_eth_stats. > > > > > > The basic stats you are asking for should have standardized names > > > and reserved ids in xstats API. > > > Please see these slides: > > > > https://fast.dpdk.org/events/slides/DPDK-2019-09-Ethernet_Statistics.pdf > > > >