numam-dpdk/drivers/net/nfb
Thomas Monjalon a29052bfeb net/nfb: fix dependency check
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: 6435f9a0ac ("net/nfb: add new netcope driver")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Jan Remes <remes@netcope.com>
2019-10-08 12:14:31 +02:00
..
Makefile net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
meson.build net/nfb: fix dependency check 2019-10-08 12:14:31 +02:00
nfb_ethdev.c ethdev: change device info get callback to return int 2019-10-07 14:45:35 +02:00
nfb_rx.c net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
nfb_rx.h net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
nfb_rxmode.c ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
nfb_rxmode.h ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
nfb_stats.c ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
nfb_stats.h ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
nfb_tx.c net/nfb: add new netcope driver 2019-04-12 17:01:13 +02:00
nfb_tx.h net/nfb: add new netcope driver 2019-04-12 17:01:13 +02:00
nfb.h net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
rte_pmd_nfb_version.map net/nfb: add new netcope driver 2019-04-12 17:01:13 +02:00