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 3F189A046B for ; Tue, 25 Jun 2019 13:28:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 120351BA96; Tue, 25 Jun 2019 13:28:19 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 10D761B9B1 for ; Tue, 25 Jun 2019 13:28:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jun 2019 04:28:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,415,1557212400"; d="scan'208";a="245042313" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 25 Jun 2019 04:28:16 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.217]) by IRSMSX151.ger.corp.intel.com ([169.254.4.183]) with mapi id 14.03.0439.000; Tue, 25 Jun 2019 12:28:15 +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/uharQmJv6asDUFwgAAu0tA= Date: Tue, 25 Jun 2019 11:28:14 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A4871A2@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> 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: Pattan, Reshma > Sent: Tuesday, June 25, 2019 9:39 AM > To: Chautru, Nicolas ; Thomas Monjalon > > Cc: dev@dpdk.org; Laatz, Kevin > Subject: RE: [dpdk-dev] [PATCH v2] lib/telemetry: add support to fetch gl= obal > metrics >=20 >=20 >=20 > > -----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 > > global metrics > > > > 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. > Hi, WERROR_FLAGS is missing in the make file so we missed to see these errors, = me and Kevin are looking into this. Kevin will send the patch. Thanks, Reshma