From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-f65.google.com (mail-ua1-f65.google.com [209.85.222.65]) by dpdk.org (Postfix) with ESMTP id 015401B581 for ; Wed, 9 Jan 2019 18:29:44 +0100 (CET) Received: by mail-ua1-f65.google.com with SMTP id d19so2655724uaq.11 for ; Wed, 09 Jan 2019 09:29:44 -0800 (PST) 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=4TvLMHeqZd8w8Ftdlwz5hOGTNp31KyS+sTmc3+/szd8=; b=hmVqXUj16U56EQGucKFTQML08ch0umSUzHKVfQ/crf8uwkY0ieMq/VHgPg9xZ4iDSB 9BcYHoazac9uzjMp1lfRGyHqW7vjTZwpmzzmYksyZihw5Md1uqPLoFzvWgiOU2jscXWc OthDxPws5ycykkWu562984EPtH/30IpDUpcQfhnUQ4WF3mGEN7uKaI5WbDPW1z7xHkpa lI8obEn/F5X2VN71/92x7KTFvkBInBh/TvT5LPI1pNkNARWUMx8l1SVrJMS4Kr66QI6j oXsiL/iXNfFmrfUotOGuahEgcd1Evv24u5XXyo6c02JYTJ4QD/OpontZGPy9jCDw4UuD 8klQ== X-Gm-Message-State: AJcUukd/ws8a8sxNNX1MWAjxWJ4UebCI6SJesPR27pcNqqMprIOakTLN 5Xj7lKvHqQgfeM9jbadqcNPI2yns34Pzz6JDYgpMuw== X-Google-Smtp-Source: ALg8bN6tQgkjoMKgK8IjYSH24tJsE7kPVKfQIQcCsL3oixQeoWh5lePqsYbtvsTI1elyzyjE4i+jNmgtxGm/1UTqO50= X-Received: by 2002:ab0:3484:: with SMTP id c4mr2503198uar.39.1547054984329; Wed, 09 Jan 2019 09:29:44 -0800 (PST) MIME-Version: 1.0 References: <98ec658513d481f8d22c8b438cc3fedc4a718d3f.1547054251.git.anatoly.burakov@intel.com> In-Reply-To: <98ec658513d481f8d22c8b438cc3fedc4a718d3f.1547054251.git.anatoly.burakov@intel.com> From: David Marchand Date: Wed, 9 Jan 2019 18:29:32 +0100 Message-ID: To: Anatoly Burakov Cc: dev@dpdk.org, Thomas Monjalon , bruce.richardson@intel.com, stable@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [PATCH] eal: move compat includes to common meson file 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: , X-List-Received-Date: Wed, 09 Jan 2019 17:29:45 -0000 On Wed, Jan 9, 2019 at 6:18 PM Anatoly Burakov wrote: > Currently, while EAL does depend on librte_compat as far as common > meson build is concerned, for some reason the headers for that > library are not added into the list of includes. This is fixed in > Linuxapp-specific meson file, but is absent from FreeBSD meson file. > > This worked fine up until recently, when an rte_compat dependency > was added to rte_log, which is a common header. Fix this issue by > adding librte_compat includes to common EAL meson file. > > Fixes: 844514c73569 ("eal: build with meson") > Fixes: a8499f65a1d1 ("log: add missing experimental tag") > Cc: bruce.richardson@intel.com > Cc: david.marchand@redhat.com > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov > lgtm, thanks. Reviewed-by: David Marchand -- David Marchand