From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 20FCBA046B for ; Mon, 24 Jun 2019 16:54:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D3FF51BEEF; Mon, 24 Jun 2019 16:54:05 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E160E1BEEF for ; Mon, 24 Jun 2019 16:54:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0E5D02231C; Mon, 24 Jun 2019 10:54:03 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 24 Jun 2019 10:54:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=OUAE40ADsDJ+6c3mKMZlHr27flG6Uta7Bukfmldgoh4=; b=Lh2EaVirOijP ZMkt/9ThrHC+j5uJcKzBZZBDlYze/kHop23wkXWc4nqDp/H+Zj8tftrSnDRsNl8I tPc6XpuasWBiiQFVyDg1o2LmIxyJVwIzp1O7i+fPou/rDxxe/XuT71wImViWlgY3 ubNkXmiHtrwQ0DeqMS4/sdfe96nRUpA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=OUAE40ADsDJ+6c3mKMZlHr27flG6Uta7Bukfmldgo h4=; b=WtaU5xVcOCnVAR+mAknG9P4CEEWi8EjgNcQ+oMd4F5cxs0PjfhtS+yflF 5G23DTbLbgg+ps5Marrso27SQqwMuHgr5BX/WzM2BbKfLYsqE/bPXVA+k27hosiH C1/kJ4BsniY1P4bFPKnZX2rQhXgaUUwatZWOOkiMnFQ/rqfRqLu9pkI+gjysoBjW 17H3N81xeuLBJ/+Zf4PXsQXWmbSYmobS/OKq+be6ke3quQFyB5tdfmao0VRG807x iBCugXJ0qsMenbwbHMjmaU0rlzbJFtcEfYuaFstUmv62oejOm4IQTnPhEIeMpIOz s64mJ1y2nss4AyMvjGC+ZO7xPli4g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddvgdekgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 60601380087; Mon, 24 Jun 2019 10:54:01 -0400 (EDT) From: Thomas Monjalon To: Reshma Pattan Cc: dev@dpdk.org, kevin.laatz@intel.com Date: Mon, 24 Jun 2019 16:54:00 +0200 Message-ID: <2244847.ebtGzxeqCD@xps> In-Reply-To: <20190618134917.25526-1-reshma.pattan@intel.com> References: <20190517160757.28098-1-reshma.pattan@intel.com> <20190618134917.25526-1-reshma.pattan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] lib/telemetry: add support to fetch global metrics 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" 18/06/2019 15:49, Reshma Pattan: > telemetry has support for fetching port based stats > from metrics library. > > Metrics library also has global stats which are > not fetched by telemetry, so extend telemetry to > fetch the global metrics. > > Signed-off-by: Reshma Pattan > Acked-by: Kevin Laatz > --- > v2: fix GCC compilation issues. > rebase with latest release notes. Applied, thanks