[dpdk-dev] [PATCH v2 0/4] Fixes for BSD compilation

Bruce Richardson bruce.richardson at intel.com
Fri Apr 21 15:50:20 CEST 2017


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



More information about the dev mailing list