From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D5DFFA2F for ; Fri, 21 Apr 2017 15:50:32 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Apr 2017 06:50:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,230,1488873600"; d="scan'208";a="90635728" Received: from sivswdev01.ir.intel.com ([10.237.217.45]) by orsmga005.jf.intel.com with ESMTP; 21 Apr 2017 06:50:30 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Fri, 21 Apr 2017 14:50:20 +0100 Message-Id: <20170421135024.25323-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20170420163250.1373-1-bruce.richardson@intel.com> References: <20170420163250.1373-1-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH v2 0/4] Fixes for BSD compilation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 13:50:33 -0000 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