numam-dpdk/examples/l2fwd
Bruce Richardson 22119c4591 examples: use pkg-config in makefiles
Change the example app Makefiles to query if DPDK is installed and
registered using pkg-config. If so, build directly using pkg-config info,
otherwise fall back to using the original build system with RTE_SDK and
RTE_TARGET

This commit changes the makefiles for the basic examples, i.e. those which
do not have multiple subdirectories underneath the main examples dir.
Examples not covered are:

* ethtool
* multi_process
* performance-thread
* quota_watermark
* netmap_compat
* server_node_efd
* vm_power_manager

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Luca Boccassi <bluca@debian.org>
2018-01-30 21:58:59 +01:00
..
main.c examples/l2fwd: convert to new ethdev offloads API 2018-01-16 18:47:49 +01:00
Makefile examples: use pkg-config in makefiles 2018-01-30 21:58:59 +01:00
meson.build examples: build some samples with meson 2018-01-30 21:58:59 +01:00