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 X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,URIBL_SBL,URIBL_SBL_A autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55B64C48BD5 for ; Tue, 25 Jun 2019 08:39:14 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 1743B20657 for ; Tue, 25 Jun 2019 08:39:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1743B20657 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6F7971BBD2; Tue, 25 Jun 2019 10:39:12 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 618FE1BB7D for ; Tue, 25 Jun 2019 10:39:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jun 2019 01:39:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,415,1557212400"; d="scan'208";a="360326420" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga006.fm.intel.com with ESMTP; 25 Jun 2019 01:39:09 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.217]) by IRSMSX106.ger.corp.intel.com ([169.254.8.222]) with mapi id 14.03.0439.000; Tue, 25 Jun 2019 09:39:08 +0100 From: "Pattan, Reshma" To: "Chautru, Nicolas" , Thomas Monjalon CC: "dev@dpdk.org" , "Laatz, Kevin" Thread-Topic: [dpdk-dev] [PATCH v2] lib/telemetry: add support to fetch global metrics Thread-Index: AQHVKrNdK+ZRJRs6qk6O/uharQmJv6asDUFw Date: Tue, 25 Jun 2019 08:39:07 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A486FB6@irsmsx110.ger.corp.intel.com> References: <20190517160757.28098-1-reshma.pattan@intel.com> <20190618134917.25526-1-reshma.pattan@intel.com> <2244847.ebtGzxeqCD@xps> <1183128033837D43A851F70F33ED5C575C1C08BD@FMSMSX109.amr.corp.intel.com> In-Reply-To: <1183128033837D43A851F70F33ED5C575C1C08BD@FMSMSX109.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmJhMzE5YzEtNGJkYi00ZjBmLTlmYzYtNDAwOGM4MWQ1OTZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibkYxREdNVkprV1wvSzE3TlpXb0prdTJVUlcxNDd4dXZIbThwcTMzOE9Oc1NxSEZkQ3R5bTgrbjB1WGU3YWR1OEwifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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" > -----Original Message----- > From: Chautru, Nicolas > Sent: Monday, June 24, 2019 6:37 PM > To: Thomas Monjalon ; Pattan, Reshma > > Cc: dev@dpdk.org; Laatz, Kevin > Subject: RE: [dpdk-dev] [PATCH v2] lib/telemetry: add support to fetch gl= obal > metrics >=20 > Hi Reshma, > I am still seeing build issue when rebasing to this : ie. checking uint32= _t is > negative in rte_telemetry.c:558 Thanks Nic >=20 Which compiler and version , can you give the more details.