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 C98BBA0096 for ; Wed, 5 Jun 2019 22:39:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A13761B9BD; Wed, 5 Jun 2019 22:39:11 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 7341D1B9AC for ; Wed, 5 Jun 2019 22:39:10 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id z23so205868wma.4 for ; Wed, 05 Jun 2019 13:39:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=FtCzdzveyF6yyztTr1FYSRgHtIn6UuKWQptX1kBMpz0=; b=M3Jxqn0SxY/cCdSVcFDZi0cpSK8bQcwAIPqb4bRskHAOIJ4nhzFchueM6oYVYwLqjt 0+dVSWx3cf7xLuY91caHeEUVtabRr9YWtQEsfU/EsBYZqMIqZK4WLrOSlueAuTYrXwI8 SgaYsZH5d4htaf9IathXt39LBcIhfhKYS/W7spN2gCxU+4sx9VJ40Sq3yAkX7i4KZa8Y LrCdG1WxrpNH8oQeEdMvRlF6SQLQdpL+Ydf4gPm7NwVnIPbGL7XLnR5+z+9lWIZtdsOu HJ2xpfJoFoRWYNiPzZX+C2X67hOx1x0uXZclL62eiiuXZzOHKO4WjSdhpLJetMWpdF+I BWtQ== X-Gm-Message-State: APjAAAUxFDQW6mFdzZm1hYhF5iQl3USwrd1XjxkAr/0LDQstyn4RJsJh CoTn4VJ8ethNk/t4CBuRNgY= X-Google-Smtp-Source: APXvYqzxa1xT7j+1Q+be09zZEOiBfOJxubTgJHTD5d+Wj5kNgFPEenlOgrhYd1mhkAgTidtRdDO9Jw== X-Received: by 2002:a1c:a848:: with SMTP id r69mr21891716wme.12.1559767150074; Wed, 05 Jun 2019 13:39:10 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id e17sm7729670wrt.95.2019.06.05.13.39.07 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 05 Jun 2019 13:39:08 -0700 (PDT) Message-ID: <269c69717335629bc9d5bfbc9864fb596412ae15.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , thomas@monjalon.net Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Wed, 05 Jun 2019 21:39:07 +0100 In-Reply-To: <20190605202248.394-1-bruce.richardson@intel.com> References: <20190605202248.394-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 00/10] enhance meson summary - list disabled components X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 2019-06-05 at 21:22 +0100, Bruce Richardson wrote: > After using meson to configure a build, we output a brief list of all > components that are enabled. However, of more use to most users is a > list of what is not being enabled, so that they can look for gaps and > see about fixing those gaps, e.g. by installing driver dependencies. >=20 > This patchset adds such a printout at the end, but to make things > easier, it also adds support for drivers adding a reason why they not > being built, e.g. unsupported platform, or missing software > dependency. Series-acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi