From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E13021E34 for ; Fri, 28 Apr 2017 14:38:09 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 28 Apr 2017 05:38:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,388,1488873600"; d="scan'208";a="81772825" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga004.jf.intel.com with ESMTP; 28 Apr 2017 05:38:09 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX106.ger.corp.intel.com ([169.254.8.202]) with mapi id 14.03.0319.002; Fri, 28 Apr 2017 13:38:08 +0100 From: "De Lara Guarch, Pablo" To: "Richardson, Bruce" , "dev@dpdk.org" CC: "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH] examples/performance-thread: fix compilation on FreeBSD 10.0 Thread-Index: AQHSwAjgx0YaeCzph0mTg3dL3NxeZaHatymw Date: Fri, 28 Apr 2017 12:38:07 +0000 Message-ID: References: <20170428101815.24090-1-bruce.richardson@intel.com> In-Reply-To: <20170428101815.24090-1-bruce.richardson@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGM0ZWM3NGYtYmQwYi00YjQ4LThhZTUtNmVmMjExOWY2NmQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvVHl5ZHRES2RiMGZPQzBrelpOT0JoK2lPbkMrVWQwZDF4dWRibTVtaDY0PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Fri, 28 Apr 2017 12:38:10 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, April 28, 2017 11:18 AM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH] examples/performance-thread: fix compilation > on FreeBSD 10.0 >=20 > 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 no= t > defined. >=20 > Fixes: 433ba6228f9a ("examples/performance-thread: add pthread_shim > app") >=20 > Signed-off-by: Bruce Richardson Missing "Cc: stable@dpdk.org" Apart from that: Acked-by: Pablo de Lara