From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/performance-thread: fix compilation on FreeBSD 10.0 Date: Mon, 01 May 2017 16:12:22 +0200 Message-ID: <2220716.p1LlfPW1eQ@xps> References: <20170428101815.24090-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" To: "Richardson, Bruce" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 40B482A62 for ; Mon, 1 May 2017 16:12:26 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/04/2017 14:38, De Lara Guarch, Pablo: > From: Bruce Richardson > > > > While later releases in the FreeBSD 10 series have a CPU_COUNT macro > > defined, FreeBSD 10.0 and 10.1 do not have this macro. Therefore we > > provide > > a basic fallback implementation of the macro for platforms where it is not > > defined. > > > > Fixes: 433ba6228f9a ("examples/performance-thread: add pthread_shim > > app") > > > > Signed-off-by: Bruce Richardson > > Missing "Cc: stable@dpdk.org" > > Apart from that: > > Acked-by: Pablo de Lara Applied, thanks