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 <ferruh.yigit at intel.com>
Acked-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>