From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Projects depending on make (versus meson) Date: Mon, 7 Jan 2019 10:21:18 -0800 Message-ID: <20190107102118.037f141a@hermes.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by dpdk.org (Postfix) with ESMTP id 437871B505 for ; Mon, 7 Jan 2019 19:21:27 +0100 (CET) Received: by mail-pf1-f178.google.com with SMTP id w73so546292pfk.10 for ; Mon, 07 Jan 2019 10:21:27 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" I recently bumped into NFF-go which probably will have problems with meson build. It puts dpdk and pktgen-dpdk in as git submodules and then builds it all together with Go environment. The current model is a nuisance because can't get Mellanox drivers for Azure by default.