From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1C08EC433FE for ; Wed, 13 Oct 2021 15:40:24 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 8E3BD610CF for ; Wed, 13 Oct 2021 15:40:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8E3BD610CF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A0B82410EB; Wed, 13 Oct 2021 17:40:22 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id BF45B410DA for ; Wed, 13 Oct 2021 17:40:20 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10136"; a="224902703" X-IronPort-AV: E=Sophos;i="5.85,371,1624345200"; d="scan'208";a="224902703" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2021 08:40:18 -0700 X-IronPort-AV: E=Sophos;i="5.85,371,1624345200"; d="scan'208";a="480853220" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.25.241]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 13 Oct 2021 08:40:16 -0700 Date: Wed, 13 Oct 2021 16:40:12 +0100 From: Bruce Richardson To: Gowrishankar Muthukrishnan Cc: dev@dpdk.org, Olivier Matz , Andrew Rybchenko , jerinj@marvell.com Message-ID: References: <27322d9f3916f0a0ec19b4367c1a6f7e599af0a5.1632219073.git.gmuthukrishn@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-dev] [v1] mempool: add telemetry endpoint for mempool info X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Wed, Sep 29, 2021 at 12:10:04PM +0530, Gowrishankar Muthukrishnan wrote: > Add telemetry endpoint for mempool info. > > Signed-off-by: Gowrishankar Muthukrishnan Reviewed-by: Bruce Richardson