From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] Fixes for BSD compilation Date: Fri, 21 Apr 2017 16:12:55 +0200 Message-ID: <2956624.lMtmS5PMlv@xps> References: <20170420163250.1373-1-bruce.richardson@intel.com> <20170421135024.25323-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3042A2BA2 for ; Fri, 21 Apr 2017 16:12:59 +0200 (CEST) In-Reply-To: <20170421135024.25323-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/04/2017 15:50, Bruce Richardson: > 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 Applied, thanks