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 E880BA046B for ; Mon, 24 Jun 2019 18:49:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 98DF41BD21; Mon, 24 Jun 2019 18:48:52 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C88041BD21 for ; Mon, 24 Jun 2019 18:48:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jun 2019 09:48:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,412,1557212400"; d="scan'208";a="166381483" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga006.jf.intel.com with ESMTP; 24 Jun 2019 09:48:41 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.217]) by IRSMSX153.ger.corp.intel.com ([169.254.9.60]) with mapi id 14.03.0439.000; Mon, 24 Jun 2019 17:48:06 +0100 From: "Pattan, Reshma" To: Thomas Monjalon CC: "dev@dpdk.org" , "Hunt, David" , "Ma, Liang J" , "Burakov, Anatoly" Thread-Topic: [dpdk-dev] [PATCH v3] examples/l3fwd-power: add telemetry mode support Thread-Index: AQHVIe4tU9BYvObxGUW6RTeD+lHvJKaq6wuAgAAqGyA= Date: Mon, 24 Jun 2019 16:48:05 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A486CD2@irsmsx110.ger.corp.intel.com> References: <20190524093425.28131-1-reshma.pattan@intel.com> <20190613134438.25979-1-reshma.pattan@intel.com> <1825527.fipNyQpaFa@xps> In-Reply-To: <1825527.fipNyQpaFa@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjZlNTE3NTAtYTc2NS00MGFkLWIyY2MtMjUxOGQxMTFhMWQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU2gyZkw1a2JsR0JnOXRzS3IxSW55OG42bzM2U2RuMFJib3NGa3F3eU9xSTduajlZaVJQNThYSDE3Z0Racjc3NSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] examples/l3fwd-power: add telemetry mode support 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: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Monday, June 24, 2019 4:17 PM >=20 > Shared library linking is failing: > undefined reference to symbol 'round@@GLIBC_2.2.5' >=20 >=20 v4 sent.