Re: [dpdk-dev] [PATCH] mk: fix lib filtering

2017-04-06 Thread Thomas Monjalon
2017-04-06 17:20, Bruce Richardson: > On Thu, Apr 06, 2017 at 04:48:11PM +0200, Thomas Monjalon wrote: > > It is a really nice Makefile recursive function :) > > "nice Makefile recursive function" > > I recognise those words individually, but having them together just > doesn't make any sense :-)

Re: [dpdk-dev] [PATCH] mk: fix lib filtering

2017-04-06 Thread Bruce Richardson
On Thu, Apr 06, 2017 at 04:48:11PM +0200, Thomas Monjalon wrote: > 2017-04-06 16:14, Olivier Matz: > > I get the following error when linking the test application: > > build/lib/librte_pmd_thunderx_nicvf.a(nicvf_hw.o): > > In function `nicvf_qsize_regbit': > > drivers/net/thunderx/base/nicvf_

Re: [dpdk-dev] [PATCH] mk: fix lib filtering

2017-04-06 Thread Thomas Monjalon
2017-04-06 16:14, Olivier Matz: > I get the following error when linking the test application: > build/lib/librte_pmd_thunderx_nicvf.a(nicvf_hw.o): > In function `nicvf_qsize_regbit': > drivers/net/thunderx/base/nicvf_hw.c:451: undefined reference to `log2' > build/lib/librte_pmd_thunderx_n

[dpdk-dev] [PATCH] mk: fix lib filtering

2017-04-06 Thread Olivier Matz
I get the following error when linking the test application: build/lib/librte_pmd_thunderx_nicvf.a(nicvf_hw.o): In function `nicvf_qsize_regbit': drivers/net/thunderx/base/nicvf_hw.c:451: undefined reference to `log2' build/lib/librte_pmd_thunderx_nicvf.a(nicvf_hw.o): In function `nicvf_r