From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E41C5A034D; Thu, 6 Jan 2022 09:23:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A65240150; Thu, 6 Jan 2022 09:23:32 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 730EB4014F for ; Thu, 6 Jan 2022 09:23:31 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH 3/3] build: support disabling drivers with meson Date: Thu, 6 Jan 2022 09:23:28 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D86DDF@smartserver.smartshare.dk> In-Reply-To: <20190925145531.52705-4-bruce.richardson@intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 3/3] build: support disabling drivers with meson Thread-Index: AdVzsVLKbpHIOCgAS+SoN5k1F67qOIUeRs5A References: <20190925145531.52705-1-bruce.richardson@intel.com> <20190925145531.52705-4-bruce.richardson@intel.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Bruce Richardson" Cc: "Thomas Monjalon" , X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Bruce Richardson [mailto:bruce.richardson@intel.com] > Sent: Wednesday, 25 September 2019 16.56 >=20 > Add support for a new build option to turn off certain drivers. Any > other > drivers which depend on the one being disabled will also be disabled > with a > suitable debug message. >=20 > Signed-off-by: Bruce Richardson Hi Bruce, I was trying something along the lines of: meson configure -Ddisable_drivers=3Dnet/* -Denable_drivers=3Dnet/i40e But it seems that enable_drivers does not override disable_drivers. = Ninja says: [...] net/hinic: not in enabled drivers build config net/hns3: not in enabled drivers build config net/i40e: explicitly disabled via build config net/iavf: not in enabled drivers build config [...] Could you please fix that? Also, since all sorts of exotic libraries are continuously being added = to DPDK, it would be nice to have a similar Meson option for libs, i.e. = enable_libs to override disable_libs=3D*. Med venlig hilsen / Kind regards, -Morten Br=F8rup