Fixes a number of issues with compiling on BSD, and a general fix to clean up the compilation of the performance-thread app.
V2 changes: * adjust fix for perf thread compilation to use rte_lcore.h instead of extra #ifdefs. * added in two extra patches, enabling examples_clean to run on BSD, and removing the "common" build dir in perf thread example. Bruce Richardson (4): net/ark: fix FreeBSD compilation examples: fix examples_clean build target on FreeBSD examples/performance-thread: fix FreeBSD compilation examples/performance-thread: use a single build output dir drivers/net/ark/Makefile | 2 ++ examples/exception_path/Makefile | 1 + examples/netmap_compat/bridge/Makefile | 1 + examples/performance-thread/common/common.mk | 20 ++++++++++--------- examples/performance-thread/l3fwd-thread/main.c | 4 ++++ examples/performance-thread/pthread_shim/main.c | 8 ++++++-- .../performance-thread/pthread_shim/pthread_shim.c | 23 ++++++++++++++++------ .../performance-thread/pthread_shim/pthread_shim.h | 3 ++- examples/qos_sched/Makefile | 1 + 9 files changed, 45 insertions(+), 18 deletions(-) -- 2.11.0