From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pablo.de.lara.guarch@intel.com> Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E13021E34 for <dev@dpdk.org>; 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" <pablo.de.lara.guarch@intel.com> To: "Richardson, Bruce" <bruce.richardson@intel.com>, "dev@dpdk.org" <dev@dpdk.org> CC: "Richardson, Bruce" <bruce.richardson@intel.com> 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: <E115CCD9D858EF4F90C690B0DCB4D8974781340E@IRSMSX108.ger.corp.intel.com> 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=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 <bruce.richardson@intel.com> Missing "Cc: stable@dpdk.org" Apart from that: Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>