16/09/2019 17:46, Thomas Monjalon: > 15/09/2019 14:04, Jan Remeš: > > On Sat, Sep 14, 2019 at 11:37 AM Thomas Monjalon <tho...@monjalon.net> > > wrote: > > > > > > The library libnfb is part of netcope-common which provides > > > a pkg-config file: netcope-common.pc. > > > Looking for this .pc file - with dependency() - is preferred > > > than looking for the library - with cc.find_library(). > > > > > > If the library is not installed in a standard path, > > > it can be found thanks to PKG_CONFIG_PATH variable. > > > The previous solution required to use CFLAGS and LDFLAGS > > > environment variables. > > > > > > Fixes: 6435f9a0ac22 ("net/nfb: add new netcope driver") > > > Cc: sta...@dpdk.org > > > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > Acked-by: Jan Remes <re...@netcope.com> > > Series applied
Sorry no, not applied on master. It should go in next-net after Ferruh's review.