From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/thunderx: add missing external library dependency Date: Thu, 30 Jun 2016 11:20:43 +0200 Message-ID: <4588266.qE0RsfIKaW@xps13> References: <1467225289-12384-1-git-send-email-ferruh.yigit@intel.com> <20160630033218.GA26179@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob , Maciej Czekaj To: Ferruh Yigit Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 4F1D52C00 for ; Thu, 30 Jun 2016 11:20:48 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id r201so109164461wme.1 for ; Thu, 30 Jun 2016 02:20:48 -0700 (PDT) In-Reply-To: <20160630033218.GA26179@localhost.localdomain> 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" 2016-06-30 09:02, Jerin Jacob: > 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 Applied, thanks