From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C4A6420A64; Mon, 1 May 2017 10:12:25 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 01 May 2017 10:12:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=iDOt8J8cXp7S3wq 7zIFthfduSWIkFS9+PrE+x0P/2Fs=; b=sOoyQsKl/Jsvdt0WWwpPfsEcwLgtdDE UVkxAFjjXQ0aFi6sYJxkR1e4VQao9UcLLS/3T+EwUpQLPHwNvmjlMYi2IfiB3zwx /RwndQL6iQyo/xn2uWSmMOJ15JgvoZOz5bG8rSxyrh0EL/A3PIZslQV1ljv9x2p+ O80kvLlCADxw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=iDOt8J8cXp7S3wq7zIFthfduSWIkFS9+PrE+x0P/2Fs=; b=RpZHBwwD LAfY+KAmvtEhTpV3KWm52IcFNW3eb+D5Be5LMy9kq/PYLiHPAa3DusVq9MVGD7AE P/mGHxG7/bnHW9xEUxF0uotiv5EnC/IHFGGICnTVll3PUbJgZ+0DpfAhU1NMIjZH cTXgk4gXFnoB2TrbK726t5hnMV2Y0cOqIZFGkJFgFZoTC6SCt1SCTmiGfbkVQn/p Iv4QJLZSrMGLEUG9gbwajFYTPhtQcRM4Tde5GFvJhmEfhOoK7c/6iHDKGQXXHMpd s3q7iGLegKEt5zNJGASoCM9znu+h/uqkES94ACOxhsCHfejpCAG/UsUc6TnQZHXH 3F4rUg9aJx5GTg== X-ME-Sender: X-Sasl-enc: 7FQ2DIfp02yQ3MmtvTBgaGDkEzPlfTE5ix82zRmBVji6 1493647945 Received: from xps.localnet (245.114.118.80.rev.sfr.net [80.118.114.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 43F7D7E21D; Mon, 1 May 2017 10:12:25 -0400 (EDT) From: Thomas Monjalon To: "Richardson, Bruce" Cc: dev@dpdk.org, "De Lara Guarch, Pablo" Date: Mon, 01 May 2017 16:12:22 +0200 Message-ID: <2220716.p1LlfPW1eQ@xps> In-Reply-To: References: <20170428101815.24090-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/performance-thread: fix compilation on FreeBSD 10.0 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: Mon, 01 May 2017 14:12:26 -0000 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