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 7D2B6A0096 for ; Tue, 9 Apr 2019 11:56:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2A8775F36; Tue, 9 Apr 2019 11:56:20 +0200 (CEST) Received: from mail-ua1-f45.google.com (mail-ua1-f45.google.com [209.85.222.45]) by dpdk.org (Postfix) with ESMTP id 208325F20 for ; Tue, 9 Apr 2019 11:56:16 +0200 (CEST) Received: by mail-ua1-f45.google.com with SMTP id l17so5284534uar.4 for ; Tue, 09 Apr 2019 02:56:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=urz/SkwBYm1cpFcIZoLejMtK0bTe9pVyLpEJwEXhFjw=; b=p1Of01AvTNlE5wrJyRhE4dvpvEfvb0SzJ1eprA0kY7qJ9HWvqLHP3K26mqIbYIbl0r InWcNqGP1cGgkorhfCWbxTo+BwMHg1jCysqv1S8jIq8FgvGCxT4f+zB3B2WLFHDxb1I0 jYQfl75qKVrK2uPtUhleq2Oi1lT8FBKk3A6PNnThIipf8iBi/SUvGXk1pzpJdDQ57TDc X0L3UZ1DalkPfUFN7bm7G80SgBP+EY/aW54aL1mZekWZcTzRWhCgOx27peKk5EY54l9U 77AvfrQkY1fx7xzBKOAThiokWfry5jtOYjqcnT9FEGOhs4cEsWSjZrGzrs0Zu28MgKeZ JWwg== X-Gm-Message-State: APjAAAXCQEt3ASwPfTNIuo3hLC9+IskssdZS/CK8lAZbLdu3N+5zvMIT mKSot4leEFn4pZie6h6UmFrMos4ukfQnYdF24YrVEw== X-Google-Smtp-Source: APXvYqwQelITQXwyfM1oWeb9NlyoxTWGPS8H5rh7U/LoPFIMmvsJD4s01c/qxI28LB7WwlR5QVbAXmSSGsSk5mrep0c= X-Received: by 2002:ab0:2858:: with SMTP id c24mr12505774uaq.4.1554803775525; Tue, 09 Apr 2019 02:56:15 -0700 (PDT) MIME-Version: 1.0 References: <20190409092933.55356-1-bruce.richardson@intel.com> <20190409092933.55356-5-bruce.richardson@intel.com> In-Reply-To: <20190409092933.55356-5-bruce.richardson@intel.com> From: David Marchand Date: Tue, 9 Apr 2019 11:56:04 +0200 Message-ID: To: Bruce Richardson Cc: dev , dpdk stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH 4/5] examples/l2fwd-cat: fix build on FreeBSD X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, Apr 9, 2019 at 11:30 AM Bruce Richardson 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: 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