From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dmarchan@redhat.com> Received: from mail-vs1-f66.google.com (mail-vs1-f66.google.com [209.85.217.66]) by dpdk.org (Postfix) with ESMTP id 77D926CC1 for <dev@dpdk.org>; Tue, 2 Apr 2019 22:04:57 +0200 (CEST) Received: by mail-vs1-f66.google.com with SMTP id g187so8559088vsc.8 for <dev@dpdk.org>; Tue, 02 Apr 2019 13:04:57 -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=1IGeDfZK9y668UKSRLUKf6KnA4gR8qrwDN+GZJpHEe0=; b=nAGjvU6MT8CHiTglJpYgcl0hlvtJZ3TSBXq3cu1DB0hz9Y7iZnhPdA5YI+GP5X8fDA 5ANwmcveklnPbcW0h3E+76CifLoLN0NukRkUnhQoK/nzt01s/qIQAK+vXO3XBdA96gnT RB6ft+bApmcRRpbJ1t/k9I8Njr42T+PEGUq4qrtmfPyVFQ6yt7bJ9Sc4l7fYSyMOMDs2 wNJ3KiJAbSR0J1VVVcWM5AbF3sgnQH6oQg6QCVek4ABBqBnsYTMQ/Cwag7rqYq8m0hWL PhM4bl95aCjnCC1N+TCNA/JFUnYjTl1gxpDSMqjlmCG+LJc8OYNxcAFgNraMQ5/sIgvV YZEA== X-Gm-Message-State: APjAAAVfIVRS4/LSpMwnRdk2hnuS4CDo+3EKZrEvxuSQ4cLsSivtSYvB 9TZPUdZh+RmHxw6JgQN2MF91x2eXRN4VcITDkBTESA== X-Google-Smtp-Source: APXvYqx4CrgNQp3xEco1bKznbPf6Zigv+TpNvEK5T3HrjDEYwYg6imP7lSBf++yN8KQOWa7phpWSN7vX6WfOAbAy6tU= X-Received: by 2002:a67:f588:: with SMTP id i8mr3940918vso.91.1554235496781; Tue, 02 Apr 2019 13:04:56 -0700 (PDT) MIME-Version: 1.0 References: <20190401230712.31864-1-thomas@monjalon.net> <20190402193048.27410-1-thomas@monjalon.net> <CAJFAV8yj5KFqLZS7666hrCy_33qGjpAQC7BOUma=88S2BTWyew@mail.gmail.com> <5ff1fa8a-25d1-7676-1ee7-cf9b4c3973c6@intel.com> <CAJFAV8ywXsQv=m_1Kh9Z+6itZt86HaQ-EWC8JupVbhqq87wLZw@mail.gmail.com> <6c52aa71-5dcb-1dfe-27f3-57d11dcb5a2f@intel.com> In-Reply-To: <6c52aa71-5dcb-1dfe-27f3-57d11dcb5a2f@intel.com> From: David Marchand <david.marchand@redhat.com> Date: Tue, 2 Apr 2019 22:04:46 +0200 Message-ID: <CAJFAV8yHfCdufB8mb_-F4JuV4yp63nA6mNTPm6OY97yoWk3Ocw@mail.gmail.com> To: Ferruh Yigit <ferruh.yigit@intel.com> Cc: Thomas Monjalon <thomas@monjalon.net>, Bruce Richardson <bruce.richardson@intel.com>, dev <dev@dpdk.org>, Anand Rawat <anand.rawat@intel.com> Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v3] eal: remove exec-env directory X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 02 Apr 2019 20:04:57 -0000 On Tue, Apr 2, 2019 at 9:58 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote: > On 4/2/2019 8:55 PM, David Marchand wrote: > > On Tue, Apr 2, 2019 at 9:52 PM Ferruh Yigit <ferruh.yigit@intel.com> > wrote: > >> On 4/2/2019 8:46 PM, David Marchand wrote: > >>> Bruce, while testing with meson, I noticed this: > >>> kernel/linux/kni/meson.build:16: WARNING: Passed invalid keyword > argument > >>> "console". > >>> WARNING: This will become a hard error in the future. > >>> WARNING: Unknown keyword arguments in target rte_kni: console > >> > >> I am not seeing this... > >> > > > > Ok, might be my setup: > > [dmarchan@dmarchan dpdk]$ meson --version > > 0.47.2 > > > > What should I check ? > > I have '0.50.0', but no idea what to check, wait Bruce :) ? > Looking at the doc.. 3 ``pip`` tool, e.g. ``pip3 install meson``. Version 0.42 of meson is recommended - if the version packaged is too old, the latest version is generally available from "pip". Later: NOTE: for --static builds, DPDK needs to be built with Meson >= 0.46 in order to fully generate the list of private dependencies. If DPDK is built with an older version of Meson, it might be necessary to manually specify dependencies of DPDK PMDs/libraries, for example -lmlx5 -lmnl for librte-pmd-mlx5, or the static link step might fail. And I found this: meson.build: meson_version: '>= 0.47.1' So I suppose I have a working environment and I will just ignore the warnings :-) -- David Marchand From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 15A19A0679 for <public@inbox.dpdk.org>; Tue, 2 Apr 2019 22:04:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D0DC1B107; Tue, 2 Apr 2019 22:04:58 +0200 (CEST) Received: from mail-vs1-f66.google.com (mail-vs1-f66.google.com [209.85.217.66]) by dpdk.org (Postfix) with ESMTP id 77D926CC1 for <dev@dpdk.org>; Tue, 2 Apr 2019 22:04:57 +0200 (CEST) Received: by mail-vs1-f66.google.com with SMTP id g187so8559088vsc.8 for <dev@dpdk.org>; Tue, 02 Apr 2019 13:04:57 -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=1IGeDfZK9y668UKSRLUKf6KnA4gR8qrwDN+GZJpHEe0=; b=nAGjvU6MT8CHiTglJpYgcl0hlvtJZ3TSBXq3cu1DB0hz9Y7iZnhPdA5YI+GP5X8fDA 5ANwmcveklnPbcW0h3E+76CifLoLN0NukRkUnhQoK/nzt01s/qIQAK+vXO3XBdA96gnT RB6ft+bApmcRRpbJ1t/k9I8Njr42T+PEGUq4qrtmfPyVFQ6yt7bJ9Sc4l7fYSyMOMDs2 wNJ3KiJAbSR0J1VVVcWM5AbF3sgnQH6oQg6QCVek4ABBqBnsYTMQ/Cwag7rqYq8m0hWL PhM4bl95aCjnCC1N+TCNA/JFUnYjTl1gxpDSMqjlmCG+LJc8OYNxcAFgNraMQ5/sIgvV YZEA== X-Gm-Message-State: APjAAAVfIVRS4/LSpMwnRdk2hnuS4CDo+3EKZrEvxuSQ4cLsSivtSYvB 9TZPUdZh+RmHxw6JgQN2MF91x2eXRN4VcITDkBTESA== X-Google-Smtp-Source: APXvYqx4CrgNQp3xEco1bKznbPf6Zigv+TpNvEK5T3HrjDEYwYg6imP7lSBf++yN8KQOWa7phpWSN7vX6WfOAbAy6tU= X-Received: by 2002:a67:f588:: with SMTP id i8mr3940918vso.91.1554235496781; Tue, 02 Apr 2019 13:04:56 -0700 (PDT) MIME-Version: 1.0 References: <20190401230712.31864-1-thomas@monjalon.net> <20190402193048.27410-1-thomas@monjalon.net> <CAJFAV8yj5KFqLZS7666hrCy_33qGjpAQC7BOUma=88S2BTWyew@mail.gmail.com> <5ff1fa8a-25d1-7676-1ee7-cf9b4c3973c6@intel.com> <CAJFAV8ywXsQv=m_1Kh9Z+6itZt86HaQ-EWC8JupVbhqq87wLZw@mail.gmail.com> <6c52aa71-5dcb-1dfe-27f3-57d11dcb5a2f@intel.com> In-Reply-To: <6c52aa71-5dcb-1dfe-27f3-57d11dcb5a2f@intel.com> From: David Marchand <david.marchand@redhat.com> Date: Tue, 2 Apr 2019 22:04:46 +0200 Message-ID: <CAJFAV8yHfCdufB8mb_-F4JuV4yp63nA6mNTPm6OY97yoWk3Ocw@mail.gmail.com> To: Ferruh Yigit <ferruh.yigit@intel.com> Cc: Thomas Monjalon <thomas@monjalon.net>, Bruce Richardson <bruce.richardson@intel.com>, dev <dev@dpdk.org>, Anand Rawat <anand.rawat@intel.com> Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v3] eal: remove exec-env directory X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> Message-ID: <20190402200446.GipupkdwI2r6dtCASQ3NPyZ7PKkF1pQpdukhqvCRTmo@z> On Tue, Apr 2, 2019 at 9:58 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote: > On 4/2/2019 8:55 PM, David Marchand wrote: > > On Tue, Apr 2, 2019 at 9:52 PM Ferruh Yigit <ferruh.yigit@intel.com> > wrote: > >> On 4/2/2019 8:46 PM, David Marchand wrote: > >>> Bruce, while testing with meson, I noticed this: > >>> kernel/linux/kni/meson.build:16: WARNING: Passed invalid keyword > argument > >>> "console". > >>> WARNING: This will become a hard error in the future. > >>> WARNING: Unknown keyword arguments in target rte_kni: console > >> > >> I am not seeing this... > >> > > > > Ok, might be my setup: > > [dmarchan@dmarchan dpdk]$ meson --version > > 0.47.2 > > > > What should I check ? > > I have '0.50.0', but no idea what to check, wait Bruce :) ? > Looking at the doc.. 3 ``pip`` tool, e.g. ``pip3 install meson``. Version 0.42 of meson is recommended - if the version packaged is too old, the latest version is generally available from "pip". Later: NOTE: for --static builds, DPDK needs to be built with Meson >= 0.46 in order to fully generate the list of private dependencies. If DPDK is built with an older version of Meson, it might be necessary to manually specify dependencies of DPDK PMDs/libraries, for example -lmlx5 -lmnl for librte-pmd-mlx5, or the static link step might fail. And I found this: meson.build: meson_version: '>= 0.47.1' So I suppose I have a working environment and I will just ignore the warnings :-) -- David Marchand