From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 7CE06A0096 for ; Tue, 9 Apr 2019 12:03:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 338175B20; Tue, 9 Apr 2019 12:03:47 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 1AF4D58C6; Tue, 9 Apr 2019 12:03:44 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Apr 2019 03:03:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,329,1549958400"; d="scan'208";a="141259921" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.35]) by fmsmga007.fm.intel.com with SMTP; 09 Apr 2019 03:03:42 -0700 Received: by (sSMTP sendmail emulation); Tue, 09 Apr 2019 11:03:41 +0100 Date: Tue, 9 Apr 2019 11:03:41 +0100 From: Bruce Richardson To: David Marchand Cc: dev , dpdk stable Message-ID: <20190409100341.GB655@bricha3-MOBL.ger.corp.intel.com> References: <20190409092933.55356-1-bruce.richardson@intel.com> <20190409092933.55356-5-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH 4/5] examples/l2fwd-cat: fix build on FreeBSD 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190409100341.83QC5b-RtJ3dO8lbFZ8ZXIzAFK3T5_yojcZDGHAhr1w@z> On Tue, Apr 09, 2019 at 11:56:04AM +0200, David Marchand wrote: > On Tue, Apr 9, 2019 at 11:30 AM Bruce Richardson > <[1]bruce.richardson@intel.com> wrote: > > The definition of CPU_AND differs from Linux to BSD, so we need to > use > RTE_CPU_AND instead. > Fixes: f6baccbc2b3b ("examples/l2fwd-cat: add sample application for > PQoS CAT and CDP") > Cc: [2]stable@dpdk.org > > This creates a dependency on backporting c3568ea37670 ("eal: restrict > control threads to startup CPU affinity") which introduced the > RTE_CPU_AND macro. > -- > David Marchand > Shall I drop the stable reference from the v2, then?