From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Mlx meson build Date: Wed, 13 Jun 2018 15:14:16 -0700 Message-ID: <20180613151416.6dc769e1@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , shahafs@mellanox.com, Bruce Richardson Return-path: Received: from mail-pf0-f182.google.com (mail-pf0-f182.google.com [209.85.192.182]) by dpdk.org (Postfix) with ESMTP id 3F0571E8C8 for ; Thu, 14 Jun 2018 00:14:19 +0200 (CEST) Received: by mail-pf0-f182.google.com with SMTP id h12-v6so2126206pfk.11 for ; Wed, 13 Jun 2018 15:14:19 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Is there any chance of getting MLX drivers to build with meson? It seems like it should be possible to always build with meson if rdma-core is present. The meson build language has ways of checking for necessary dependencies. Are you working on it for 18.08? or shall I bodge something together.