From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CF456A00BE; Wed, 29 Apr 2020 12:19:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A27701D8EC; Wed, 29 Apr 2020 12:19:43 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 5EEC01D731 for ; Wed, 29 Apr 2020 12:19:42 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 3927F96C; Wed, 29 Apr 2020 06:19:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 29 Apr 2020 06:19:41 -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=fm1; bh= TxHHGlF8Bn+JIjpSFjmbyQQ0q1nAdsmt61ayTCCMhSM=; b=lw9tAVwbnz1UAzMv cFNF1mwfT6tFtWeEbTiqpCJQsYmBud3nveCw/sCE6Q1fDghEIlo+ygd+anDj3/hK ACTbEp0Kzrlu9Ap9de0PNxVnuGvxY+r2EX6iSTPJIYczGoIsUqyYub3XTkL1MwPR B7A+lEG68qyhLt/lnekJQ11/SqSdQ7iq4t6Bl/I6DtEJ0M3YZAaB/8oEu/N57epa z2CCB+OVTHQ0/xlGJYDL/gPnu7BFtMKmU70Rc09pN0ZAW00IkDoS1CrYD/s+v3GI GcdB+Bf3pwD2x5QFdY50Xsj/564DXJICxwm4bmHgjNxiK7KVr/lqMPfjFqN/0F70 TfGuAw== 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=fm2; bh=TxHHGlF8Bn+JIjpSFjmbyQQ0q1nAdsmt61ayTCCMh SM=; b=OfsuK/HiHQHyBKISF9VZkZKtJrj/Q6gLkCEH24HFa/JpMTVazgc/qwRiM rDsrmHMyF43RC09RlrbmhEVrGpUZ1CPyMd7JQpcCIVR0ZnhYZ/MpwtargxZ0oIQh /iqSRGtFt4IKa6duIb8epqRKpRUjJvkBpmKobgASrBM/C+afcTnOpZmgAHeuzUY9 o5n3zY+8yO6L7WHANmkMRV7An2McKMtIffQcSFWu9x+6mPoA/vdQ8a70aVDOQPhm d39lqWEj9qggld40LG/Ja+eTavjOlbNaSgPxKedojpbyAlF9IzU/QXORPwU3wCzO mMxL/cG7pBquknGrxFF4vLrwJTS1A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrieefgddviecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgepudenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 D70703065EEF; Wed, 29 Apr 2020 06:19:39 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, bluca@debian.org, david.marchand@redhat.com, ktraynor@redhat.com Date: Wed, 29 Apr 2020 12:19:38 +0200 Message-ID: <6109402.zIJbB62Pao@thomas> In-Reply-To: <20200429100831.398-3-bruce.richardson@intel.com> References: <20200429100831.398-1-bruce.richardson@intel.com> <20200429100831.398-3-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/7] build: remove unnecessary variable 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" 29/04/2020 12:08, Bruce Richardson: > Since all libraries are explicitly linked as part of a build, we no longer > need to track ones that should be always included for linking against apps. I don't understand why telemetry was managed differently.