From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] net/thunderx: add missing external library dependency Date: Thu, 30 Jun 2016 09:02:19 +0530 Message-ID: <20160630033218.GA26179@localhost.localdomain> References: <1467225289-12384-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , Maciej Czekaj To: Ferruh Yigit Return-path: Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0089.outbound.protection.outlook.com [207.46.100.89]) by dpdk.org (Postfix) with ESMTP id 157D12BA7 for ; Thu, 30 Jun 2016 05:32:45 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1467225289-12384-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jun 29, 2016 at 07:34:49PM +0100, Ferruh Yigit wrote: > To prevent compile error when compiling for shared library: > nicvf_hw.o: In function `nicvf_qsize_regbit': > nicvf_hw.c:(.text+0xe64): undefined reference to `log2' > nicvf_hw.o: In function `nicvf_rss_reta_update': > nicvf_hw.c:(.text+0x19dd): undefined reference to `log2' > nicvf_hw.o: In function `nicvf_rss_reta_query': > nicvf_hw.c:(.text+0x1acb): undefined reference to `log2' > > Fixes: e438796617dc ("net/thunderx: add PMD skeleton") > Signed-off-by: Ferruh Yigit Acked-by: Jerin Jacob