From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix shared library build failure Date: Wed, 25 Apr 2018 00:51:14 +0200 Message-ID: <2245500.3bhCTCqs5i@xps> References: <1524607821-19809-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.hunt@intel.com, jananeex.m.parthasarathy@intel.com, bruce.richardson@intel.com, ferruh.yigit@intel.com To: Reshma Pattan Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 8255E4D27 for ; Wed, 25 Apr 2018 00:51:16 +0200 (CEST) In-Reply-To: <1524607821-19809-1-git-send-email-reshma.pattan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" title changed to "test/power: fix build with shared library" 25/04/2018 00:10, Reshma Pattan: > Using private api `guest_channel_host_connect()` > will cause shared library build failure. Adding the log: test_power_kvm_vm.c:(.text+0x2cb): undefined reference to `guest_channel_host_connect' > So revert the changes done. > > Fixes: d550a8cc31 ("app/test: enhance power manager unit tests") Exact line has a longer id: Fixes: d550a8cc31f3 ("app/test: enhance power manager unit tests") > Signed-off-by: Jananee Parthasarathy > Signed-off-by: Reshma Pattan Adding more credits: Reported-by: Bruce Richardson Suggested-by: David Hunt Applied, thanks